Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fxzer committed Sep 19, 2024
1 parent b1fe9ee commit d0ac924
Show file tree
Hide file tree
Showing 4 changed files with 1,629 additions and 1,469 deletions.
49 changes: 25 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,45 +18,46 @@
"@antv/g6": "^4.8.24",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@vueuse/core": "^10.11.1",
"@vueuse/core": "^11.1.0",
"codemirror": "^6.0.1",
"element-plus": "^2.8.0",
"element-plus": "^2.8.3",
"lz-string": "^1.5.0",
"pinia": "^2.2.1",
"pinia-plugin-persistedstate": "^3.2.1",
"pinia": "^2.2.2",
"pinia-plugin-persistedstate": "^4.0.2",
"splitpanes": "^3.1.5",
"vite-plugin-pwa": "^0.20.1",
"vue": "^3.4.37",
"vite-plugin-pwa": "^0.20.5",
"vue": "^3.5.6",
"vue-codemirror": "^6.1.1",
"vue-i18n": "^9.13.1"
"vue-i18n": "^10.0.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.25.1",
"@types/node": "^22.2.0",
"@unocss/eslint-plugin": "^0.61.9",
"@unocss/reset": "^0.61.9",
"@vitejs/plugin-vue": "^5.1.2",
"bumpp": "^9.4.2",
"chroma-js": "^2.6.0",
"dayjs": "^1.11.12",
"eslint": "^9.9.0",
"@antfu/eslint-config": "^3.6.2",
"@types/node": "^22.5.5",
"@unocss/eslint-plugin": "^0.62.4",
"@unocss/reset": "^0.62.4",
"@vitejs/plugin-vue": "^5.1.4",
"bumpp": "^9.5.2",
"chroma-js": "^3.1.1",
"dayjs": "^1.11.13",
"eslint": "^9.10.0",
"eslint-plugin-format": "^0.1.2",
"lint-staged": "^15.2.8",
"picocolors": "^1.0.1",
"lint-staged": "^15.2.10",
"picocolors": "^1.1.0",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.8",
"sass": "^1.79.1",
"simple-git-hooks": "^2.11.1",
"standard-version": "^9.5.0",
"unocss": "^0.61.9",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.4.0",
"unocss": "^0.62.4",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.6",
"vite-plugin-cdn-import": "^1.0.1"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "pnpm lintf"
}
},
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}
Loading

0 comments on commit d0ac924

Please sign in to comment.