Skip to content

Commit

Permalink
chore: add explicit type dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 6, 2023
1 parent 6481162 commit d590c85
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 7 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"@nuxt/test-utils": "workspace:*",
"@nuxt/webpack-builder": "workspace:*",
"@nuxtjs/eslint-config-typescript": "12.0.0",
"@types/fs-extra": "11.0.1",
"@types/node": "18.16.19",
"@types/semver": "7.5.0",
"case-police": "0.6.1",
Expand All @@ -62,6 +63,7 @@
"h3": "1.7.1",
"jiti": "1.19.1",
"markdownlint-cli": "^0.33.0",
"nitropack": "^2.5.2",
"nuxi": "workspace:*",
"nuxt": "workspace:*",
"nuxt-vitest": "0.8.7",
Expand All @@ -78,6 +80,7 @@
"vitest-environment-nuxt": "0.8.7",
"vue": "3.3.4",
"vue-eslint-parser": "9.3.1",
"vue-router": "^4.2.3",
"vue-tsc": "1.8.4"
},
"packageManager": "pnpm@8.6.6",
Expand Down
1 change: 1 addition & 0 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"devDependencies": {
"@nuxt/schema": "workspace:../schema",
"@types/clear": "0.1.2",
"@types/estree": "1.0.1",
"@types/fs-extra": "11.0.1",
"unbuild": "latest",
Expand Down
1 change: 1 addition & 0 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"devDependencies": {
"@nuxt/schema": "workspace:../schema",
"@types/fs-extra": "11.0.1",
"@types/hash-sum": "1.0.0",
"@types/lodash-es": "4.17.7",
"@types/pify": "5.0.1",
"@types/webpack-bundle-analyzer": "4.6.0",
Expand Down
34 changes: 27 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d590c85

Please sign in to comment.