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-syntax-import-assertions": "^7.16.7",
|
||||||
"@babel/plugin-transform-runtime": "^7.16.8",
|
"@babel/plugin-transform-runtime": "^7.16.8",
|
||||||
"@babel/preset-env": "^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/hjson": "^2.4.3",
|
||||||
"@types/js-yaml": "^4.0.5",
|
"@types/js-yaml": "^4.0.5",
|
||||||
"@types/prismjs": "^1.16.6",
|
"@types/prismjs": "^1.16.6",
|
||||||
|
@ -31,9 +31,9 @@
|
||||||
"sass-loader": "^12.4.0",
|
"sass-loader": "^12.4.0",
|
||||||
"ts-loader": "^9.2.6",
|
"ts-loader": "^9.2.6",
|
||||||
"typescript": "^4.5.4",
|
"typescript": "^4.5.4",
|
||||||
"webpack": "^5.65.0",
|
"webpack": "^5.66.0",
|
||||||
"webpack-cli": "^4.9.1",
|
"webpack-cli": "^4.9.1",
|
||||||
"webpack-dev-server": "^4.7.2"
|
"webpack-dev-server": "^4.7.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"clipboard": "^2.0.8",
|
"clipboard": "^2.0.8",
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
"date-fns": "^2.28.0",
|
"date-fns": "^2.28.0",
|
||||||
"file-saver": "^2.0.5",
|
"file-saver": "^2.0.5",
|
||||||
"hjson": "^3.2.2",
|
"hjson": "^3.2.2",
|
||||||
"i18next": "^21.6.5",
|
"i18next": "^21.6.6",
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"json5": "^2.2.0",
|
"json5": "^2.2.0",
|
||||||
"normalize.css": "^8.0.1",
|
"normalize.css": "^8.0.1",
|
||||||
|
@ -50,6 +50,6 @@
|
||||||
"preact-router": "^4.0.0",
|
"preact-router": "^4.0.0",
|
||||||
"prismjs": "^1.26.0",
|
"prismjs": "^1.26.0",
|
||||||
"qr-scanner": "^1.3.0",
|
"qr-scanner": "^1.3.0",
|
||||||
"uikit": "^3.9.4"
|
"uikit": "^3.10.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
2
src/translations/en.js
vendored
2
src/translations/en.js
vendored
|
@ -1,4 +1,4 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
// The localised name for the language
|
// The localised name for the language
|
||||||
language_name: "English",
|
language_name: "English",
|
||||||
// Internal: The direction of text (ltr or rtl)
|
// Internal: The direction of text (ltr or rtl)
|
||||||
|
|
Loading…
Reference in a new issue