Skip to content

Commit 81baac7

Browse files
committed
config: vital dependencies updated.
1 parent 108ec11 commit 81baac7

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,31 @@
1010
}
1111
],
1212
"dependencies": {
13-
"@babel/runtime-corejs3": "^7.12.13",
14-
"@xcmats/js-toolbox": "^0.12.2"
13+
"@babel/runtime-corejs3": "^7.13.10",
14+
"@xcmats/js-toolbox": "^0.12.4"
1515
},
1616
"description": "Shared memory.",
1717
"devDependencies": {
18-
"@babel/cli": "^7.12.16",
19-
"@babel/core": "^7.12.16",
20-
"@babel/eslint-parser": "^7.12.16",
21-
"@babel/plugin-proposal-class-properties": "^7.12.13",
18+
"@babel/cli": "^7.13.10",
19+
"@babel/core": "^7.13.10",
20+
"@babel/eslint-parser": "^7.13.10",
21+
"@babel/plugin-proposal-class-properties": "^7.13.0",
2222
"@babel/plugin-proposal-export-namespace-from": "^7.12.13",
23-
"@babel/plugin-transform-runtime": "^7.12.15",
24-
"@babel/preset-env": "^7.12.16",
25-
"@babel/preset-typescript": "^7.12.16",
26-
"@typescript-eslint/eslint-plugin": "^4.15.0",
27-
"@typescript-eslint/parser": "^4.15.0",
23+
"@babel/plugin-transform-runtime": "^7.13.10",
24+
"@babel/preset-env": "^7.13.12",
25+
"@babel/preset-typescript": "^7.13.0",
26+
"@typescript-eslint/eslint-plugin": "^4.18.0",
27+
"@typescript-eslint/parser": "^4.18.0",
2828
"babel-plugin-inline-json-import": "^0.3.2",
2929
"cross-env": "^7.0.3",
30-
"eslint": "^7.19.0",
30+
"eslint": "^7.22.0",
3131
"eslint-plugin-import": "^2.22.1",
3232
"gh-pages": "^3.1.0",
3333
"jsdoc": "^3.6.6",
3434
"jsdoc-babel": "^0.5.0",
3535
"minami": "^1.2.3",
3636
"rimraf": "^3.0.2",
37-
"typescript": "^4.1.5"
37+
"typescript": "^4.2.3"
3838
},
3939
"engines": {
4040
"node": ">=12.0.0",

0 commit comments

Comments
 (0)