Skip to content

Commit

Permalink
Remove obsolete dependencies
Browse files Browse the repository at this point in the history
[all]:
- @pinia/nuxt ^0.4.11

home:
- @pinia/nuxt ^0.4.11
- eslint ^8.48.0
- eslint-plugin-nuxt ^4.0.0
  • Loading branch information
ThrRip committed Nov 5, 2023
1 parent 9525e63 commit 62921b4
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 66 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@pinia/nuxt": "^0.4.11",
"appwrite": "^13.0.0",
"pinyin-pro": "^3.16.6"
},
Expand Down
4 changes: 0 additions & 4 deletions packages/home/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ export default defineNuxtConfig({
host: '0.0.0.0'
},

modules: [
'@pinia/nuxt'
],

postcss: {
plugins: {
'tailwindcss': {},
Expand Down
3 changes: 0 additions & 3 deletions packages/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@pinia/nuxt": "^0.4.11",
"appwrite": "^12.0.0",
"pinyin-pro": "^3.16.3"
},
Expand All @@ -21,8 +20,6 @@
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/node": "^18.17.14",
"autoprefixer": "^10.4.15",
"eslint": "^8.48.0",
"eslint-plugin-nuxt": "^4.0.0",
"nuxt": "^3.7.0",
"postcss": "^8.4.29",
"tailwind-scrollbar": "^3.0.5",
Expand Down
Loading

0 comments on commit 62921b4

Please sign in to comment.