Update deps and package manager (#2505)

This commit is contained in:
SleeplessOne1917 2024-06-05 15:24:28 +00:00 committed by GitHub
parent 68ce9b17fe
commit 4d07ca7662
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1023 additions and 943 deletions

View File

@ -25,13 +25,13 @@
"node": ">=8.9.0"
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/plugin-transform-class-properties": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/plugin-transform-typescript": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@babel/runtime": "^7.24.5",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-transform-class-properties": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/plugin-transform-typescript": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/runtime": "^7.24.7",
"@emoji-mart/data": "^1.2.1",
"autosize": "^6.0.1",
"babel-loader": "^9.1.3",
@ -43,7 +43,7 @@
"cookie": "^0.6.0",
"cookie-parser": "^1.4.6",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.1",
"css-loader": "^7.1.2",
"date-fns": "^3.6.0",
"emoji-mart": "^5.6.0",
"emoji-short-name": "^2.0.0",
@ -51,7 +51,7 @@
"highlight.js": "^11.9.0",
"history": "^5.3.0",
"html-to-text": "^9.0.5",
"i18next": "^23.11.4",
"i18next": "^23.11.5",
"inferno": "^8.2.3",
"inferno-create-element": "^8.2.3",
"inferno-helmet": "^5.2.1",
@ -73,12 +73,12 @@
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"mini-css-extract-plugin": "^2.9.0",
"qreator": "^9.1.1",
"qreator": "^9.2.0",
"register-service-worker": "^1.7.2",
"run-node-webpack-plugin": "^1.3.0",
"rxjs": "^7.8.1",
"sanitize-html": "^2.13.0",
"sass": "^1.77.2",
"sass": "^1.77.4",
"sass-loader": "^14.2.1",
"serialize-javascript": "^6.0.2",
"service-worker-webpack": "^1.0.0",
@ -91,8 +91,8 @@
"webpack-node-externals": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@eslint/js": "^9.3.0",
"@babel/core": "^7.24.7",
"@eslint/js": "^9.4.0",
"@types/autosize": "^4.0.3",
"@types/bootstrap": "^5.2.10",
"@types/cookie": "^0.6.0",
@ -102,14 +102,14 @@
"@types/lodash.isequal": "^4.5.8",
"@types/markdown-it": "^14.1.1",
"@types/markdown-it-container": "^2.0.10",
"@types/node": "^20.12.12",
"@types/node": "^20.14.2",
"@types/path-browserify": "^1.0.2",
"@types/sanitize-html": "^2.11.0",
"@types/serialize-javascript": "^5.0.4",
"@types/toastify-js": "^1.12.3",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^9.3.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-inferno": "^7.34.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
@ -117,8 +117,8 @@
"globals": "^15.3.0",
"husky": "^9.0.11",
"import-sort-style-module": "^6.0.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"lint-staged": "^15.2.5",
"prettier": "^3.3.1",
"prettier-plugin-import-sort": "^0.0.7",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "^2.5.0",
@ -128,7 +128,7 @@
"style-loader": "^4.0.0",
"terser": "^5.31.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.9.0",
"typescript-eslint": "^7.12.0",
"typescript-language-server": "^4.3.3",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-dev-server": "5.0.4"
@ -145,7 +145,7 @@
"sortpack"
]
},
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.2.0+sha512.98a80fd11c2e7096747762304106432b3ddc67dcf54b5a8c01c93f68a2cd5e05e6821849522a06fb76284d41a2660d5e334f2ee3bbf29183bf2e739b1dafa771",
"engineStrict": true,
"importSort": {
".js, .jsx, .ts, .tsx": {

File diff suppressed because it is too large Load Diff