Skip to content

Commit 1b6a5df

Browse files
Merge pull request #74 from zoltantothcom/dev
Remove carat from packages version numbers
2 parents 5c64886 + 69c6b9d commit 1b6a5df

File tree

2 files changed

+89
-89
lines changed

2 files changed

+89
-89
lines changed

package.json

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "design-patterns-game",
33
"version": "1.0.0",
44
"dependencies": {
5-
"prop-types": "^15.7.2",
6-
"react": "^16.8.6",
7-
"react-dom": "^16.8.6",
8-
"react-redux": "^7.0.3",
9-
"react-router-dom": "^5.0.0",
10-
"react-syntax-highlighter": "^10.2.1",
11-
"redux": "^4.0.1",
12-
"styled-components": "^4.2.0",
13-
"uuid": "^3.3.2"
5+
"prop-types": "15.7.2",
6+
"react": "16.8.6",
7+
"react-dom": "16.8.6",
8+
"react-redux": "7.0.3",
9+
"react-router-dom": "5.0.0",
10+
"react-syntax-highlighter": "10.2.1",
11+
"redux": "4.0.1",
12+
"styled-components": "4.2.0",
13+
"uuid": "3.3.2"
1414
},
1515
"scripts": {
1616
"start": "webpack-dev-server --mode development",
@@ -41,43 +41,43 @@
4141
]
4242
},
4343
"devDependencies": {
44-
"@babel/core": "^7.4.4",
45-
"@babel/plugin-proposal-class-properties": "^7.4.4",
46-
"@babel/preset-env": "^7.4.4",
47-
"@babel/preset-react": "^7.0.0",
48-
"@storybook/addon-actions": "^5.0.11",
49-
"@storybook/addon-knobs": "^5.0.11",
50-
"@storybook/addon-links": "^5.0.11",
51-
"@storybook/addon-storyshots": "^5.0.11",
52-
"@storybook/addons": "^5.0.11",
53-
"@storybook/react": "^5.0.11",
54-
"babel-eslint": "^10.0.1",
55-
"babel-jest": "^24.7.1",
56-
"babel-loader": "^8.0.5",
57-
"babel-plugin-require-context-hook": "^1.0.0",
58-
"babel-preset-env": "^1.7.0",
59-
"babel-preset-react": "^6.24.1",
60-
"coveralls": "^3.0.3",
61-
"cypress": "^3.2.0",
62-
"enzyme": "^3.9.0",
63-
"enzyme-adapter-react-16": "^1.12.1",
64-
"enzyme-to-json": "^3.3.5",
65-
"eslint": "^5.16.0",
66-
"eslint-config-react": "^1.1.7",
67-
"eslint-loader": "^2.1.2",
68-
"eslint-plugin-react": "^7.12.4",
69-
"html-webpack-plugin": "^3.2.0",
70-
"jest": "^24.7.1",
71-
"jest-styled-components": "^6.3.1",
44+
"@babel/core": "7.4.4",
45+
"@babel/plugin-proposal-class-properties": "7.4.4",
46+
"@babel/preset-env": "7.4.4",
47+
"@babel/preset-react": "7.0.0",
48+
"@storybook/addon-actions": "5.0.11",
49+
"@storybook/addon-knobs": "5.0.11",
50+
"@storybook/addon-links": "5.0.11",
51+
"@storybook/addon-storyshots": "5.0.11",
52+
"@storybook/addons": "5.0.11",
53+
"@storybook/react": "5.0.11",
54+
"babel-eslint": "10.0.1",
55+
"babel-jest": "24.7.1",
56+
"babel-loader": "8.0.5",
57+
"babel-plugin-require-context-hook": "1.0.0",
58+
"babel-preset-env": "1.7.0",
59+
"babel-preset-react": "6.24.1",
60+
"coveralls": "3.0.3",
61+
"cypress": "3.2.0",
62+
"enzyme": "3.9.0",
63+
"enzyme-adapter-react-16": "1.12.1",
64+
"enzyme-to-json": "3.3.5",
65+
"eslint": "5.16.0",
66+
"eslint-config-react": "1.1.7",
67+
"eslint-loader": "2.1.2",
68+
"eslint-plugin-react": "7.12.4",
69+
"html-webpack-plugin": "3.2.0",
70+
"jest": "24.7.1",
71+
"jest-styled-components": "6.3.1",
7272
"prettier": "1.17.0",
73-
"react-test-renderer": "^16.8.6",
74-
"redux-mock-store": "^1.5.3",
73+
"react-test-renderer": "16.8.6",
74+
"redux-mock-store": "1.5.3",
7575
"storybook-addon-styled-component-theme": "1.2.3",
76-
"surge": "^0.20.4",
77-
"wait-on": "^3.2.0",
78-
"webpack": "^4.30.0",
79-
"webpack-bundle-analyzer": "^3.3.2",
80-
"webpack-cli": "^3.3.1",
81-
"webpack-dev-server": "^3.3.1"
76+
"surge": "0.20.4",
77+
"wait-on": "3.2.0",
78+
"webpack": "4.30.0",
79+
"webpack-bundle-analyzer": "3.3.2",
80+
"webpack-cli": "3.3.1",
81+
"webpack-dev-server": "3.3.1"
8282
}
8383
}

0 commit comments

Comments
 (0)