Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit f75c82b

Browse files
committed
Pin dependencies
1 parent 8aaa0e5 commit f75c82b

File tree

2 files changed

+98
-98
lines changed

2 files changed

+98
-98
lines changed

package.json

+31-31
Original file line numberDiff line numberDiff line change
@@ -36,38 +36,38 @@
3636
"@nx-js/observer-util": "^4.2.2"
3737
},
3838
"devDependencies": {
39-
"@types/enzyme": "^3.10.4",
40-
"@types/enzyme-adapter-react-16": "^1.0.5",
39+
"@types/enzyme": "3.10.5",
40+
"@types/enzyme-adapter-react-16": "1.0.6",
4141
"@types/jest": "^25.1.1",
42-
"@types/react": "^16.9.2",
43-
"@types/react-dom": "^16.9.5",
44-
"@types/sinon": "^7.5.1",
45-
"@typescript-eslint/eslint-plugin": "^2.18.0",
46-
"@typescript-eslint/parser": "^2.18.0",
47-
"enzyme": "^3.11.0",
48-
"enzyme-adapter-react-16": "^1.15.2",
49-
"enzyme-to-json": "^3.4.4",
50-
"eslint": "^6.8.0",
51-
"eslint-config-prettier": "^6.10.0",
52-
"eslint-plugin-prettier": "^3.1.2",
53-
"eslint-plugin-react": "^7.18.0",
54-
"jest": "^25.1.0",
55-
"prettier": "^1.19.1",
56-
"react": "^16.9.0",
57-
"react-dom": "^16.12.0",
58-
"rollup": "^1.31.0",
59-
"rollup-plugin-auto-external": "^2.0.0",
60-
"rollup-plugin-babel": "^4.3.3",
61-
"rollup-plugin-commonjs": "^10.1.0",
62-
"rollup-plugin-json": "^4.0.0",
63-
"rollup-plugin-node-resolve": "^5.2.0",
64-
"rollup-plugin-sourcemaps": "^0.5.0",
65-
"rollup-plugin-typescript2": "^0.25.3",
66-
"sinon": "^8.1.1",
67-
"ts-jest": "^25.1.0",
68-
"ts-node": "^8.6.2",
69-
"tslib": "^1.10.0",
70-
"typescript": "^3.7.5"
42+
"@types/react": "16.9.34",
43+
"@types/react-dom": "16.9.6",
44+
"@types/sinon": "7.5.2",
45+
"@typescript-eslint/eslint-plugin": "2.28.0",
46+
"@typescript-eslint/parser": "2.28.0",
47+
"enzyme": "3.11.0",
48+
"enzyme-adapter-react-16": "1.15.2",
49+
"enzyme-to-json": "3.4.4",
50+
"eslint": "6.8.0",
51+
"eslint-config-prettier": "6.10.1",
52+
"eslint-plugin-prettier": "3.1.3",
53+
"eslint-plugin-react": "7.19.0",
54+
"jest": "25.3.0",
55+
"prettier": "1.19.1",
56+
"react": "16.13.1",
57+
"react-dom": "16.13.1",
58+
"rollup": "1.32.1",
59+
"rollup-plugin-auto-external": "2.0.0",
60+
"rollup-plugin-babel": "4.4.0",
61+
"rollup-plugin-commonjs": "10.1.0",
62+
"rollup-plugin-json": "4.0.0",
63+
"rollup-plugin-node-resolve": "5.2.0",
64+
"rollup-plugin-sourcemaps": "0.5.0",
65+
"rollup-plugin-typescript2": "0.25.3",
66+
"sinon": "8.1.1",
67+
"ts-jest": "25.3.1",
68+
"ts-node": "8.8.2",
69+
"tslib": "1.11.1",
70+
"typescript": "3.8.3"
7171
},
7272
"peerDependencies": {
7373
"react": "^16.9.0"

0 commit comments

Comments
 (0)