Skip to content

Commit

Permalink
chore: unpin typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Dec 24, 2024
1 parent 8b582c2 commit f520e01
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 250 deletions.
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"type": "module",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev -o",
Expand All @@ -25,15 +25,21 @@
"nuxt-echarts": "^0.2.4",
"playwright-core": "^1.49.1",
"prettier": "^3.4.2",
"typescript": "~5.6.3",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10",
"vue-tsc": "^2.2.0",
"vuetify-nuxt-module": "^0.18.3"
},
"dependencies": {
"@pinia/nuxt": "^0.9.0",
"@vueuse/nuxt": "^12.0.0",
"@vueuse/nuxt": "^12.2.0",
"nuxt-auth-utils": "^0.5.7",
"vuetify": "~3.6.15"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"vue-tsc": "^2.2.0"
}
}
}
}
Loading

0 comments on commit f520e01

Please sign in to comment.