Skip to content

Commit a351133

Browse files
author
Alex Stanciu
committed
ncu
1 parent e3c6319 commit a351133

File tree

2 files changed

+190
-199
lines changed

2 files changed

+190
-199
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -34,35 +34,35 @@
3434
"deploy": "gh-pages -d example/build"
3535
},
3636
"dependencies": {
37-
"lodash": "^4.17.15"
37+
"lodash": "^4.17.20"
3838
},
3939
"peerDependencies": {
40-
"react": "^16.12.0",
41-
"react-dom": "^16.12.0"
40+
"react": "^16.13.1",
41+
"react-dom": "^16.13.1"
4242
},
4343
"devDependencies": {
44-
"@rollup/plugin-node-resolve": "^7.1.1",
45-
"@svgr/rollup": "^5.1.0",
46-
"@types/jest": "^25.1.1",
47-
"@types/node": "^13.5.3",
48-
"@types/react": "^16.9.19",
49-
"@types/react-dom": "^16.9.5",
44+
"@rollup/plugin-node-resolve": "^9.0.0",
45+
"@svgr/rollup": "^5.4.0",
46+
"@types/jest": "^26.0.10",
47+
"@types/node": "^14.6.2",
48+
"@types/react": "^16.9.49",
49+
"@types/react-dom": "^16.9.8",
5050
"babel-core": "^6.26.3",
51-
"babel-jest": "^25.1.0",
51+
"babel-jest": "^26.3.0",
5252
"babel-runtime": "^6.26.0",
53-
"cross-env": "^7.0.0",
54-
"gh-pages": "^2.2.0",
55-
"node-sass": "^4.13.1",
53+
"cross-env": "^7.0.2",
54+
"gh-pages": "^3.1.0",
55+
"node-sass": "^4.14.1",
5656
"react-scripts-ts": "^3.1.0",
57-
"rollup": "^1.30.1",
58-
"rollup-plugin-babel": "^4.3.3",
57+
"rollup": "^2.26.8",
58+
"rollup-plugin-babel": "^4.4.0",
5959
"rollup-plugin-commonjs": "^10.1.0",
60-
"rollup-plugin-peer-deps-external": "^2.2.0",
61-
"rollup-plugin-postcss": "^2.0.5",
62-
"rollup-plugin-terser": "^5.2.0",
63-
"rollup-plugin-typescript2": "^0.25.3",
60+
"rollup-plugin-peer-deps-external": "^2.2.3",
61+
"rollup-plugin-postcss": "^3.1.8",
62+
"rollup-plugin-terser": "^7.0.1",
63+
"rollup-plugin-typescript2": "^0.27.2",
6464
"rollup-plugin-url": "^3.0.1",
65-
"typescript": "^3.7.5"
65+
"typescript": "^4.0.2"
6666
},
6767
"files": [
6868
"dist"

0 commit comments

Comments
 (0)