Skip to content

Commit

Permalink
chore: upgrade nuxt dependencies and remove fs-extra
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 15, 2023
1 parent 4bbdc8f commit e85b90f
Show file tree
Hide file tree
Showing 8 changed files with 1,386 additions and 665 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "nuxi preview"
},
"devDependencies": {
"@nuxt-themes/docus": "1.14.9",
"@nuxt-themes/docus": "1.15.0",
"@nuxtjs/plausible": "latest",
"nuxt": "3.7.3"
"nuxt": "3.8.1"
}
}
28 changes: 13 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"dist"
],
"scripts": {
"prepack": "nuxt-module-build",
"prepack": "nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"docs:generate": "nuxi generate docs",
"prepare": "husky install",
"build": "nuxt-module-build",
"build": "nuxt-module-build build",
"lint": "eslint --fix --ext .js,.ts,.vue .",
"prepublishOnly": "pnpm test",
"release": "bumpp && npm publish",
Expand All @@ -47,23 +47,21 @@
"test:e2e": "vitest run test/e2e/*.test.*"
},
"dependencies": {
"@nuxt/kit": "^3.7.3",
"@portabletext/types": "^2.0.6",
"@nuxt/kit": "^3.8.1",
"@portabletext/types": "^2.0.8",
"chalk": "^5.3.0",
"defu": "^6.1.2",
"fs-extra": "^11.1.1",
"defu": "^6.1.3",
"knitwork": "^1.0.0",
"ofetch": "^1.3.3",
"ohash": "^1.1.3",
"pathe": "^1.1.1"
},
"devDependencies": {
"@nuxt/eslint-config": "latest",
"@nuxt/module-builder": "0.5.1",
"@nuxt/schema": "3.7.3",
"@nuxt/test-utils": "3.7.3",
"@nuxt/module-builder": "0.5.4",
"@nuxt/schema": "3.8.1",
"@nuxt/test-utils": "3.8.1",
"@sanity/client": "6.4.12",
"@types/fs-extra": "11.0.3",
"@vitest/coverage-v8": "0.34.6",
"@vue/test-utils": "2.4.1",
"bumpp": "9.2.0",
Expand All @@ -72,14 +70,14 @@
"husky": "8.0.3",
"lint-staged": "15.0.2",
"nuxi": "3.8.4",
"nuxt": "3.7.3",
"nuxt": "3.8.1",
"typescript": "5.2.2",
"vitest": "0.34.6",
"vue": "3.3.4",
"vue": "3.3.8",
"vue-tsc": "1.8.21"
},
"resolutions": {
"@nuxt/kit": "3.7.3",
"@nuxt/kit": "3.8.1",
"@nuxtjs/sanity": "link:.",
"@nuxtjs/tailwindcss": "^6.1.3"
},
Expand All @@ -91,5 +89,5 @@
"@sanity/client"
]
},
"packageManager": "pnpm@8.7.6"
"packageManager": "pnpm@8.10.5"
}
4 changes: 2 additions & 2 deletions playground/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.6.0",
"react-icons": "^4.12.0",
"sanity": "3.15.1",
"styled-components": "^6.0.0"
"styled-components": "^6.1.1"
},
"devDependencies": {
"@sanity/vision": "3.15.1",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"dependencies": {
"@nuxtjs/sanity": "latest",
"nuxt": "3.7.3"
"nuxt": "3.8.1"
}
}
Loading

0 comments on commit e85b90f

Please sign in to comment.