Skip to content

Commit a1995eb

Browse files
committed
Pin dependencies
1 parent 8650263 commit a1995eb

File tree

2 files changed

+108
-108
lines changed

2 files changed

+108
-108
lines changed

package.json

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -5,60 +5,60 @@
55
"proxy": "http://127.0.0.1:8000",
66
"main": "build/es/index.js",
77
"dependencies": {
8-
"abortcontroller-polyfill": "^1.2.3",
9-
"i18next": "^17.0.4",
10-
"i18next-browser-languagedetector": "^3.0.1",
11-
"i18next-xhr-backend": "^3.0.0",
12-
"jsts": "^2.0.3",
13-
"lodash": "^4.17.13",
14-
"node-sass": "^4.11.0",
15-
"ol": "^5.3.0",
16-
"ole": "^1.0.0-beta.1",
17-
"proj4": "^2.5.0",
18-
"prop-types": "^15.6.2",
19-
"query-string": "^6.3.0",
20-
"react": "^16.7.0",
21-
"react-app-polyfill": "^1.0.1",
22-
"react-dom": "^16.7.0",
23-
"react-i18next": "^10.2.0",
24-
"react-icons": "^3.1.0",
25-
"react-redux": "^7.0.3",
26-
"react-router-dom": "^5.0.0",
27-
"react-router-prop-types": "^1.0.4",
28-
"react-scripts": "^3.0.1",
29-
"react-spatial": "^0.0.14-beta.25",
30-
"redux": "^4.0.1",
31-
"redux-debounced": "^0.5.0",
32-
"redux-thunk": "^2.3.0"
8+
"abortcontroller-polyfill": "1.3.0",
9+
"i18next": "17.0.4",
10+
"i18next-browser-languagedetector": "3.0.1",
11+
"i18next-xhr-backend": "3.0.0",
12+
"jsts": "2.0.4",
13+
"lodash": "4.17.13",
14+
"node-sass": "4.12.0",
15+
"ol": "5.3.3",
16+
"ole": "1.0.0-beta.2",
17+
"proj4": "2.5.0",
18+
"prop-types": "15.7.2",
19+
"query-string": "6.7.0",
20+
"react": "16.8.6",
21+
"react-app-polyfill": "1.0.1",
22+
"react-dom": "16.8.6",
23+
"react-i18next": "10.11.1",
24+
"react-icons": "3.7.0",
25+
"react-redux": "7.1.0",
26+
"react-router-dom": "5.0.1",
27+
"react-router-prop-types": "1.0.4",
28+
"react-scripts": "3.0.1",
29+
"react-spatial": "0.0.14-beta.28",
30+
"redux": "4.0.1",
31+
"redux-debounced": "0.5.0",
32+
"redux-thunk": "2.3.0"
3333
},
3434
"devDependencies": {
35-
"@babel/cli": "^7.2.3",
36-
"@babel/runtime": "^7.3.1",
37-
"babel-plugin-named-asset-import": "^0.3.0",
38-
"canvas": "^2.3.1",
39-
"cypress": "^3.1.5",
40-
"enzyme": "^3.8.0",
41-
"enzyme-adapter-react-16": "^1.8.0",
42-
"eslint-config-airbnb": "^17.1.0",
43-
"eslint-config-prettier": "^4.0.0",
44-
"eslint-plugin-prettier": "^3.0.1",
45-
"fetch-mock": "^7.2.5",
46-
"generact": "^0.4.0",
47-
"husky": "^2.4.1",
35+
"@babel/cli": "7.4.4",
36+
"@babel/runtime": "7.4.5",
37+
"babel-plugin-named-asset-import": "0.3.2",
38+
"canvas": "2.5.0",
39+
"cypress": "3.3.1",
40+
"enzyme": "3.10.0",
41+
"enzyme-adapter-react-16": "1.14.0",
42+
"eslint-config-airbnb": "17.1.0",
43+
"eslint-config-prettier": "4.3.0",
44+
"eslint-plugin-prettier": "3.1.0",
45+
"fetch-mock": "7.3.3",
46+
"generact": "0.4.0",
47+
"husky": "2.4.1",
4848
"jest": "24.7.1",
49-
"jest-canvas-mock": "^2.0.0-alpha.2",
50-
"jest-serializer-html": "^7.0.0",
51-
"lint-staged": "^8.2.1",
52-
"node-fetch": "^2.3.0",
53-
"prettier": "^1.16.3",
54-
"react-styleguidist": "^9.0.2",
55-
"react-test-renderer": "^16.5.2",
56-
"redux-mock-store": "^1.5.3",
57-
"rewire": "^4.0.1",
58-
"stylelint": "^10.0.1",
59-
"stylelint-config-recommended-scss": "^3.2.0",
60-
"stylelint-config-standard": "^18.2.0",
61-
"stylelint-scss": "^3.5.1"
49+
"jest-canvas-mock": "2.1.0",
50+
"jest-serializer-html": "7.0.0",
51+
"lint-staged": "8.2.1",
52+
"node-fetch": "2.6.0",
53+
"prettier": "1.18.2",
54+
"react-styleguidist": "9.1.7",
55+
"react-test-renderer": "16.8.6",
56+
"redux-mock-store": "1.5.3",
57+
"rewire": "4.0.1",
58+
"stylelint": "10.1.0",
59+
"stylelint-config-recommended-scss": "3.3.0",
60+
"stylelint-config-standard": "18.3.0",
61+
"stylelint-scss": "3.8.0"
6262
},
6363
"scripts": {
6464
"start": "react-scripts start",

0 commit comments

Comments
 (0)