Skip to content

Commit 114c151

Browse files
committed
bump dependencies
1 parent 0ea3f9d commit 114c151

File tree

2 files changed

+1121
-219
lines changed

2 files changed

+1121
-219
lines changed

package.json

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -37,36 +37,34 @@
3737
"rc-tabs": "^11.10.5"
3838
},
3939
"devDependencies": {
40-
"@babel/core": "^7.12.13",
41-
"@babel/plugin-proposal-export-default-from": "^7.12.13",
42-
"@babel/preset-env": "^7.12.13",
43-
"@types/classnames": "^2.2.11",
40+
"@babel/core": "^7.16.7",
41+
"@babel/plugin-proposal-export-default-from": "^7.16.7",
42+
"@babel/preset-env": "^7.16.8",
43+
"@types/classnames": "^2.3.1",
4444
"@types/hoist-non-react-statics": "^3.3.1",
45-
"@types/lodash": "^4.14.168",
46-
"@types/node": "^14.14.25",
47-
"@types/prismjs": "^1.16.2",
48-
"@types/react": "^17.0.1",
49-
"@types/react-dom": "^17.0.0",
50-
"@types/shelljs": "^0.8.8",
51-
"less": "^4.1.1",
45+
"@types/lodash": "^4.14.178",
46+
"@types/node": "^17.0.9",
47+
"@types/prismjs": "^1.16.6",
48+
"@types/react": "^17.0.38",
49+
"@types/react-dom": "^17.0.11",
50+
"@types/shelljs": "^0.8.11",
51+
"less": "^4.1.2",
5252
"parcel": "1.12.4",
53-
"prismjs": "^1.23.0",
54-
"react": "^17.0.1",
55-
"react-dom": "^17.0.1",
53+
"prismjs": "^1.26.0",
54+
"react": "^17.0.2",
55+
"react-dom": "^17.0.2",
5656
"shelljs": "^0.8.4",
57-
"ts-node": "^9.1.1",
57+
"ts-node": "^10.4.0",
5858
"tslint": "^6.1.3",
5959
"tslint-react": "^5.0.0",
60-
"typedoc": "^0.20.23",
61-
"typescript": "^4.1.3"
60+
"typedoc": "^0.22.11",
61+
"typescript": "^4.5.4"
6262
},
6363
"peerDependencies": {
6464
"react": ">=15.0.0",
6565
"react-dom": ">=15.0.0"
6666
},
67-
"resolutions": {
68-
69-
},
67+
"resolutions": {},
7068
"scripts": {
7169
"example": "parcel example/*.html --open --out-dir temp --no-source-maps --no-hmr",
7270
"build-less": "lessc style/index-light.less dist/rc-dock.css & lessc style/index-dark.less dist/rc-dock-dark.css ",

0 commit comments

Comments
 (0)