mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 13:09:03 +08:00
chore: upgrade dependencies
This commit is contained in:
45
package.json
45
package.json
@@ -27,41 +27,42 @@
|
||||
"@angular-eslint/eslint-plugin": "^17.2.1",
|
||||
"@angular-eslint/eslint-plugin-template": "^17.2.1",
|
||||
"@angular-eslint/template-parser": "^17.2.1",
|
||||
"@angular/core": "^17.1.2",
|
||||
"@aurelia/router": "2.0.0-beta.10",
|
||||
"@babel/core": "^7.23.9",
|
||||
"@angular/core": "^17.2.3",
|
||||
"@aurelia/router": "2.0.0-beta.12",
|
||||
"@babel/core": "^7.24.0",
|
||||
"@babel/eslint-parser": "^7.23.10",
|
||||
"@babel/plugin-proposal-decorators": "^7.23.9",
|
||||
"@babel/plugin-proposal-decorators": "^7.24.0",
|
||||
"@builder.io/qwik": "^1.4.5",
|
||||
"@matschik/lz-string": "^0.0.2",
|
||||
"@stefanprobst/remark-shiki": "^2.2.1",
|
||||
"@sveltejs/vite-plugin-svelte": "^3.0.2",
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"@typescript-eslint/eslint-plugin": "^6.20.0",
|
||||
"@typescript-eslint/parser": "^6.20.0",
|
||||
"aurelia": "2.0.0-beta.10",
|
||||
"@typescript-eslint/eslint-plugin": "^7.1.0",
|
||||
"@typescript-eslint/parser": "^7.1.0",
|
||||
"aurelia": "2.0.0-beta.12",
|
||||
"aurelia-framework": "^1.4.1",
|
||||
"autoprefixer": "^10.4.17",
|
||||
"chokidar": "^3.5.3",
|
||||
"autoprefixer": "^10.4.18",
|
||||
"chokidar": "^3.6.0",
|
||||
"codesandbox": "^2.2.3",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-plugin-ember": "^12.0.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-plugin-ember": "^12.0.2",
|
||||
"eslint-plugin-lit": "^1.11.0",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"eslint-plugin-qwik": "^1.4.3",
|
||||
"eslint-plugin-qwik": "^1.4.5",
|
||||
"eslint-plugin-react": "^7.33.2",
|
||||
"eslint-plugin-solid": "^0.13.1",
|
||||
"eslint-plugin-vue": "^9.21.1",
|
||||
"eslint-plugin-vue": "^9.22.0",
|
||||
"esm": "^3.2.25",
|
||||
"folder-hash": "^4.0.4",
|
||||
"husky": "^9.0.10",
|
||||
"lint-staged": "^15.2.1",
|
||||
"husky": "^9.0.11",
|
||||
"lint-staged": "^15.2.2",
|
||||
"lit": "^3.1.2",
|
||||
"lodash.kebabcase": "^4.1.1",
|
||||
"micache": "^2.4.1",
|
||||
"pkg-dir": "^8.0.0",
|
||||
"postcss": "^8.4.33",
|
||||
"prettier": "^3.2.4",
|
||||
"prettier-plugin-svelte": "^3.1.2",
|
||||
"postcss": "^8.4.35",
|
||||
"prettier": "^3.2.5",
|
||||
"prettier-plugin-svelte": "^3.2.2",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"rehype-raw": "^7.0.0",
|
||||
@@ -69,16 +70,16 @@
|
||||
"remark-parse": "^11.0.0",
|
||||
"remark-rehype": "^11.1.0",
|
||||
"shiki": "^0.14.7",
|
||||
"solid-js": "^1.8.12",
|
||||
"svelte": "^4.2.9",
|
||||
"solid-js": "^1.8.15",
|
||||
"svelte": "^4.2.12",
|
||||
"svelte-preprocess": "^5.1.3",
|
||||
"tailwindcss": "^3.4.1",
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "^5.3.3",
|
||||
"unified": "^11.0.4",
|
||||
"vite": "^5.0.12",
|
||||
"vite": "^5.1.4",
|
||||
"vite-plugin-html": "^3.2.2",
|
||||
"vue": "^3.4.15"
|
||||
"vue": "^3.4.21"
|
||||
},
|
||||
"overrides": {
|
||||
"@stefanprobst/remark-shiki": {
|
||||
|
||||
Reference in New Issue
Block a user