Compare commits
4 Commits
60db297fc1
...
4bbe3ebd4e
Author | SHA1 | Date | |
---|---|---|---|
4bbe3ebd4e | |||
eb5d4623cc | |||
57b70c7846 | |||
bbc17f98c4 |
10
package.json
10
package.json
@ -32,11 +32,11 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@rushstack/eslint-patch": "1.10.4",
|
"@rushstack/eslint-patch": "1.10.4",
|
||||||
"@types/jsdom": "21.1.7",
|
"@types/jsdom": "21.1.7",
|
||||||
"@types/node": "20.16.11",
|
"@types/node": "20.16.12",
|
||||||
"@types/webfontloader": "1.6.38",
|
"@types/webfontloader": "1.6.38",
|
||||||
"@vitejs/plugin-vue": "5.1.4",
|
"@vitejs/plugin-vue": "5.1.4",
|
||||||
"@vue/eslint-config-prettier": "9.0.0",
|
"@vue/eslint-config-prettier": "10.0.0",
|
||||||
"@vue/eslint-config-typescript": "13.0.0",
|
"@vue/eslint-config-typescript": "14.1.2",
|
||||||
"@vue/test-utils": "2.4.6",
|
"@vue/test-utils": "2.4.6",
|
||||||
"@vue/tsconfig": "0.5.1",
|
"@vue/tsconfig": "0.5.1",
|
||||||
"eslint": "9.12.0",
|
"eslint": "9.12.0",
|
||||||
@ -46,7 +46,7 @@
|
|||||||
"lint-staged": "15.2.10",
|
"lint-staged": "15.2.10",
|
||||||
"pinst": "3.0.0",
|
"pinst": "3.0.0",
|
||||||
"prettier": "3.3.3",
|
"prettier": "3.3.3",
|
||||||
"sass": "1.79.5",
|
"sass": "1.80.0",
|
||||||
"sass-loader": "16.0.2",
|
"sass-loader": "16.0.2",
|
||||||
"typescript": "5.6.3",
|
"typescript": "5.6.3",
|
||||||
"vite": "5.4.9",
|
"vite": "5.4.9",
|
||||||
@ -60,5 +60,5 @@
|
|||||||
"*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts}": "eslint --cache --fix",
|
"*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts}": "eslint --cache --fix",
|
||||||
"*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts,css,scss,md,yml,yaml,json}": "prettier --write"
|
"*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts,css,scss,md,yml,yaml,json}": "prettier --write"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@9.12.1"
|
"packageManager": "pnpm@9.12.2"
|
||||||
}
|
}
|
||||||
|
589
pnpm-lock.yaml
589
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user