update dependencies
This commit is contained in:
parent
090c5326f2
commit
301a110640
10
package.json
10
package.json
|
@ -8,7 +8,7 @@
|
|||
"@babel/plugin-syntax-import-assertions": "^7.16.7",
|
||||
"@babel/plugin-transform-runtime": "^7.16.8",
|
||||
"@babel/preset-env": "^7.16.8",
|
||||
"@types/file-saver": "^2.0.4",
|
||||
"@types/file-saver": "^2.0.5",
|
||||
"@types/hjson": "^2.4.3",
|
||||
"@types/js-yaml": "^4.0.5",
|
||||
"@types/prismjs": "^1.16.6",
|
||||
|
@ -31,9 +31,9 @@
|
|||
"sass-loader": "^12.4.0",
|
||||
"ts-loader": "^9.2.6",
|
||||
"typescript": "^4.5.4",
|
||||
"webpack": "^5.65.0",
|
||||
"webpack": "^5.66.0",
|
||||
"webpack-cli": "^4.9.1",
|
||||
"webpack-dev-server": "^4.7.2"
|
||||
"webpack-dev-server": "^4.7.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"clipboard": "^2.0.8",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"date-fns": "^2.28.0",
|
||||
"file-saver": "^2.0.5",
|
||||
"hjson": "^3.2.2",
|
||||
"i18next": "^21.6.5",
|
||||
"i18next": "^21.6.6",
|
||||
"js-yaml": "^4.1.0",
|
||||
"json5": "^2.2.0",
|
||||
"normalize.css": "^8.0.1",
|
||||
|
@ -50,6 +50,6 @@
|
|||
"preact-router": "^4.0.0",
|
||||
"prismjs": "^1.26.0",
|
||||
"qr-scanner": "^1.3.0",
|
||||
"uikit": "^3.9.4"
|
||||
"uikit": "^3.10.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue