Skip to content

Commit

Permalink
fix: dependency mess
Browse files Browse the repository at this point in the history
  • Loading branch information
Evobaso-J committed Jul 3, 2024
1 parent 30732ef commit 43f1308
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 108 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,21 @@
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
"lint:fix": "eslint . --fix",
"typecheck": "NODE_ENV=production npx nuxi typecheck"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@nuxt/eslint": "^0.3.13",
"nuxt": "^3.12.2",
"vue": "latest"
"nuxt": "^3.12.1",
"vue": "^3.4.21"
},
"packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a",
"devDependencies": {
"@types/eslint": "^8.56.10",
"typescript": "^5.5.3",
"vite-plugin-vuetify": "^2.0.3",
"typescript": "5.4.4",
"vue-tsc": "^1",
"vuetify": "^3.6.10"
}
}
}
Loading

0 comments on commit 43f1308

Please sign in to comment.