Skip to content

Commit 47f5b2d

Browse files
committed
config: dependencies updated.
1 parent 4a11917 commit 47f5b2d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"dependencies": {
1313
"@babel/runtime-corejs3": "^7.12.13",
14-
"@xcmats/js-toolbox": "^0.12.0"
14+
"@xcmats/js-toolbox": "^0.12.1"
1515
},
1616
"description": "Shared memory.",
1717
"devDependencies": {
@@ -20,11 +20,11 @@
2020
"@babel/eslint-parser": "^7.12.13",
2121
"@babel/plugin-proposal-class-properties": "^7.12.13",
2222
"@babel/plugin-proposal-export-namespace-from": "^7.12.13",
23-
"@babel/plugin-transform-runtime": "^7.12.13",
23+
"@babel/plugin-transform-runtime": "^7.12.15",
2424
"@babel/preset-env": "^7.12.13",
2525
"@babel/preset-typescript": "^7.12.13",
26-
"@typescript-eslint/eslint-plugin": "^4.14.2",
27-
"@typescript-eslint/parser": "^4.14.2",
26+
"@typescript-eslint/eslint-plugin": "^4.15.0",
27+
"@typescript-eslint/parser": "^4.15.0",
2828
"babel-plugin-inline-json-import": "^0.3.2",
2929
"cross-env": "^7.0.3",
3030
"eslint": "^7.19.0",
@@ -34,7 +34,7 @@
3434
"jsdoc-babel": "^0.5.0",
3535
"minami": "^1.2.3",
3636
"rimraf": "^3.0.2",
37-
"typescript": "^4.1.3"
37+
"typescript": "^4.1.4"
3838
},
3939
"engines": {
4040
"node": ">=12.0.0",

0 commit comments

Comments
 (0)