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:
92
package.json
92
package.json
@@ -3,7 +3,7 @@
|
||||
"private": true,
|
||||
"version": "2.0.0",
|
||||
"type": "module",
|
||||
"packageManager": "pnpm@9.0.1",
|
||||
"packageManager": "pnpm@9.5.0",
|
||||
"repository": "github:matschik/component-party.dev",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
@@ -28,65 +28,65 @@
|
||||
"radix3": "^1.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-eslint/eslint-plugin": "^17.3.0",
|
||||
"@angular-eslint/eslint-plugin-template": "^17.3.0",
|
||||
"@angular-eslint/template-parser": "^17.3.0",
|
||||
"@angular/core": "^17.3.4",
|
||||
"@aurelia/router": "2.0.0-beta.15",
|
||||
"@babel/core": "^7.24.4",
|
||||
"@babel/eslint-parser": "^7.24.1",
|
||||
"@babel/plugin-proposal-decorators": "^7.24.1",
|
||||
"@builder.io/qwik": "^1.5.2",
|
||||
"@lit/context": "^1.1.1",
|
||||
"@angular-eslint/eslint-plugin": "^18.1.0",
|
||||
"@angular-eslint/eslint-plugin-template": "^18.1.0",
|
||||
"@angular-eslint/template-parser": "^18.1.0",
|
||||
"@angular/core": "^18.1.1",
|
||||
"@aurelia/router": "2.0.0-beta.20",
|
||||
"@babel/core": "^7.24.9",
|
||||
"@babel/eslint-parser": "^7.24.8",
|
||||
"@babel/plugin-proposal-decorators": "^7.24.7",
|
||||
"@builder.io/qwik": "^1.7.1",
|
||||
"@lit/context": "^1.1.2",
|
||||
"@matschik/lz-string": "^0.0.2",
|
||||
"@shikijs/markdown-it": "^1.3.0",
|
||||
"@sveltejs/vite-plugin-svelte": "^3.1.0",
|
||||
"@tailwindcss/typography": "^0.5.12",
|
||||
"@typescript-eslint/eslint-plugin": "^7.7.0",
|
||||
"@typescript-eslint/parser": "^7.7.0",
|
||||
"aurelia": "2.0.0-beta.15",
|
||||
"@shikijs/markdown-it": "^1.10.3",
|
||||
"@sveltejs/vite-plugin-svelte": "^3.1.1",
|
||||
"@tailwindcss/typography": "^0.5.13",
|
||||
"@typescript-eslint/eslint-plugin": "^7.16.1",
|
||||
"@typescript-eslint/parser": "^7.16.1",
|
||||
"aurelia": "2.0.0-beta.20",
|
||||
"aurelia-framework": "^1.4.1",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"chokidar": "^3.6.0",
|
||||
"codesandbox": "^2.2.3",
|
||||
"cypress": "^13.7.3",
|
||||
"ember-eslint-parser": "^0.4.2",
|
||||
"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.5.2",
|
||||
"eslint-plugin-react": "^7.34.1",
|
||||
"eslint-plugin-solid": "^0.13.2",
|
||||
"eslint-plugin-svelte": "^2.37.0",
|
||||
"eslint-plugin-vue": "^9.25.0",
|
||||
"cypress": "^13.13.1",
|
||||
"ember-eslint-parser": "^0.5.0",
|
||||
"eslint": "^9.7.0",
|
||||
"eslint-plugin-ember": "^12.1.1",
|
||||
"eslint-plugin-lit": "^1.14.0",
|
||||
"eslint-plugin-prettier": "^5.2.1",
|
||||
"eslint-plugin-qwik": "^1.7.1",
|
||||
"eslint-plugin-react": "^7.35.0",
|
||||
"eslint-plugin-solid": "^0.14.1",
|
||||
"eslint-plugin-svelte": "^2.43.0",
|
||||
"eslint-plugin-vue": "^9.27.0",
|
||||
"esm": "^3.2.25",
|
||||
"eta": "^3.4.0",
|
||||
"folder-hash": "^4.0.4",
|
||||
"html-minifier-terser": "^7.2.0",
|
||||
"husky": "^9.0.11",
|
||||
"lint-staged": "^15.2.2",
|
||||
"lit": "^3.1.3",
|
||||
"husky": "^9.1.1",
|
||||
"lint-staged": "^15.2.7",
|
||||
"lit": "^3.1.4",
|
||||
"lodash.kebabcase": "^4.1.1",
|
||||
"markdown-it": "^14.1.0",
|
||||
"micache": "^2.4.1",
|
||||
"pkg-dir": "^8.0.0",
|
||||
"postcss": "^8.4.38",
|
||||
"prettier": "^3.2.5",
|
||||
"prettier-plugin-svelte": "^3.2.3",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"shiki": "^1.3.0",
|
||||
"solid-js": "^1.8.16",
|
||||
"start-server-and-test": "^2.0.3",
|
||||
"svelte": "^4.2.14",
|
||||
"svelte-preprocess": "^5.1.4",
|
||||
"tailwindcss": "^3.4.3",
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "^5.4.5",
|
||||
"vite": "^5.2.9",
|
||||
"postcss": "^8.4.39",
|
||||
"prettier": "^3.3.3",
|
||||
"prettier-plugin-svelte": "^3.2.6",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"shiki": "^1.10.3",
|
||||
"solid-js": "^1.8.18",
|
||||
"start-server-and-test": "^2.0.4",
|
||||
"svelte": "^4.2.18",
|
||||
"svelte-preprocess": "^6.0.2",
|
||||
"tailwindcss": "^3.4.6",
|
||||
"tslib": "^2.6.3",
|
||||
"typescript": "^5.5.3",
|
||||
"vite": "^5.3.4",
|
||||
"vite-plugin-html": "^3.2.2",
|
||||
"vue": "^3.4.23"
|
||||
"vue": "^3.4.33"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,ts,tsx,vue,gjs}": "eslint --cache --fix",
|
||||
|
||||
3074
pnpm-lock.yaml
generated
3074
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user