Skip to content

Commit

Permalink
build: upgrade dependencies for nuxt and other modules #7
Browse files Browse the repository at this point in the history
  • Loading branch information
keck10361880-pic committed Aug 23, 2022
1 parent 7514ffb commit b92656c
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 165 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"devDependencies": {
"@nuxt/test-utils": "^3.0.0-rc.3",
"@nuxtjs/eslint-config-typescript": "^9.0.0",
"@pinia/nuxt": "^0.1.8",
"@vueuse/nuxt": "^8.3.1",
"@pinia/nuxt": "^0.4.1",
"@vueuse/nuxt": "^9.1.0",
"axios": "^0.27.2",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.14.0",
Expand All @@ -33,15 +33,15 @@
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.0",
"lint-staged": "^12.4.1",
"msw": "^0.39.2",
"nuxt": "3.0.0-rc.1",
"pinia": "^2.0.13",
"msw": "^0.45.0",
"nuxt": "3.0.0-rc.8",
"pinia": "^2.0.20",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.10",
"tailwindcss": "^3.0.24",
"testcafe": "^1.18.6",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.1.8",
"testcafe": "^1.20.1",
"typescript": "^4.6.4",
"vitest": "^0.12.4"
"vitest": "^0.22.1"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit b92656c

Please sign in to comment.