Skip to content

Commit

Permalink
🌼 chore: upgrade deps (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz authored Apr 28, 2024
1 parent 14c9153 commit 9e66f60
Show file tree
Hide file tree
Showing 2 changed files with 529 additions and 524 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,30 +71,30 @@
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"uuid": "^9.0.1",
"vue": "^3.4.23",
"vue-router": "^4.3.1"
"vue": "^3.4.25",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@eslint/js": "^9.0.0",
"@eslint/js": "^9.1.1",
"@stylistic/eslint-plugin": "^1.7.2",
"@stylistic/stylelint-plugin": "^2.1.1",
"@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.7",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.5.0",
"@vue/compiler-sfc": "^3.4.23",
"@vitest/coverage-v8": "^1.5.2",
"@vue/compiler-sfc": "^3.4.25",
"@vue/test-utils": "2.4.5",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"cross-env": "^7.0.3",
"eslint": "^9.0.0",
"eslint": "^9.1.1",
"eslint-define-config": "^2.1.0",
"eslint-plugin-html": "8.1.0",
"eslint-plugin-html": "8.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.25.0",
"globals": "^15.0.0",
Expand All @@ -103,21 +103,21 @@
"postcss": "^8.4.38",
"postcss-html": "^1.6.0",
"postcss-scss": "^4.0.9",
"rollup": "^4.14.3",
"rollup": "^4.17.0",
"sass": "^1.75.0",
"stylelint": "^16.3.1",
"stylelint": "^16.4.0",
"stylelint-config-recommended-scss": "14.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "13.1.0",
"sucrase": "^3.35.0",
"typescript": "^5.4.5",
"unocss": "^0.59.3",
"unocss": "^0.59.4",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.9",
"vite": "^5.2.10",
"vite-svg-loader": "^5.1.0",
"vitest": "^1.5.0",
"vitest": "^1.5.2",
"vue-eslint-parser": "^9.4.2"
}
}
Loading

0 comments on commit 9e66f60

Please sign in to comment.