Skip to content

Commit

Permalink
fix: update CSS variable usage and bump package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranwv committed Dec 18, 2024
1 parent 7d0e22a commit 4bdbfd9
Show file tree
Hide file tree
Showing 3 changed files with 464 additions and 456 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@
"release": "bumpp"
},
"dependencies": {
"@iconify-json/carbon": "^1.2.4",
"@iconify-json/logos": "^1.2.3",
"@iconify-json/carbon": "^1.2.5",
"@iconify-json/logos": "^1.2.4",
"@unhead/vue": "^1.11.14",
"@unocss/reset": "^0.58.9",
"@vueuse/core": "^10.11.1",
"@unocss/reset": "^0.65.1",
"@vueuse/core": "^12.0.0",
"axios": "^1.7.9",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"pinia": "^2.3.0",
"vue": "^3.5.13",
"vue-i18n": "^9.14.2",
"vue-i18n": "^10.0.5",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@intlify/unplugin-vue-i18n": "^1.6.0",
"@intlify/unplugin-vue-i18n": "^6.0.1",
"@types/jsdom": "^21.1.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.2",
Expand All @@ -48,22 +48,22 @@
"@vue/test-utils": "^2.4.6",
"bumpp": "^9.9.1",
"eslint": "^9.17.0",
"jsdom": "^22.1.0",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.11",
"npm-run-all2": "^6.2.6",
"npm-run-all2": "^7.0.2",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.7.2",
"unocss": "^0.61.9",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.28.0",
"unplugin-vue-router": "^0.10.9",
"vite": "^6.0.3",
"vite-plugin-compression2": "^1.3.3",
"vite-plugin-vue-devtools": "^7.6.8",
"vite-plugin-vue-layouts": "^0.11.0",
"vitest": "^2.1.8",
"vue-tsc": "https://pkg.pr.new/vuejs/language-tools/vue-tsc@3fb59af"
"vue-tsc": "2.1.10"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit 4bdbfd9

Please sign in to comment.