Skip to content

Commit

Permalink
chore: bump minor dependency versions (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Jul 15, 2024
1 parent ae82289 commit 10d5426
Show file tree
Hide file tree
Showing 8 changed files with 1,564 additions and 1,647 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@nuxt-themes/docus": "1.15.0",
"@nuxtjs/plausible": "latest",
"nuxt": "3.10.3"
"nuxt": "3.12.3"
}
}
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,48 +51,48 @@
"test:e2e": "vitest run test/e2e/*.test.*"
},
"dependencies": {
"@nuxt/kit": "^3.11.1",
"@portabletext/types": "^2.0.11",
"@sanity/client": "^6.15.7",
"@sanity/core-loader": "^1.6.2",
"@sanity/preview-url-secret": "^1.6.5",
"@sanity/visual-editing": "^2.0.0",
"@nuxt/kit": "^3.12.3",
"@portabletext/types": "^2.0.13",
"@sanity/client": "^6.21.0",
"@sanity/core-loader": "^1.6.20",
"@sanity/preview-url-secret": "^1.6.18",
"@sanity/visual-editing": "^2.1.6",
"chalk": "^5.3.0",
"defu": "^6.1.4",
"jiti": "^1.21.0",
"jiti": "^1.21.6",
"knitwork": "^1.1.0",
"magic-regexp": "^0.8.0",
"mlly": "^1.6.1",
"mlly": "^1.7.1",
"ofetch": "^1.3.4",
"ohash": "^1.1.3",
"pathe": "^1.1.2"
},
"devDependencies": {
"@nuxt/eslint-config": "0.3.13",
"@nuxt/module-builder": "0.6.0",
"@nuxt/schema": "3.11.1",
"@nuxt/test-utils": "3.12.0",
"@nuxt/module-builder": "0.8.1",
"@nuxt/schema": "3.12.3",
"@nuxt/test-utils": "3.13.1",
"@vitest/coverage-v8": "2.0.3",
"@vue/runtime-core": "3.4.31",
"@vue/test-utils": "2.4.6",
"bumpp": "9.4.1",
"eslint": "9.6.0",
"eslint": "9.7.0",
"h3": "1.12.0",
"happy-dom": "14.3.10",
"happy-dom": "14.12.3",
"lint-staged": "15.2.7",
"nuxi": "3.11.1",
"nuxt": "3.11.1",
"nuxi": "3.12.0",
"nuxt": "3.12.3",
"simple-git-hooks": "2.11.1",
"typescript": "5.4.5",
"typescript": "5.5.3",
"vitest": "2.0.3",
"vitest-environment-nuxt": "1.0.0",
"vue": "3.4.31",
"vue-router": "4.4.0",
"vue-tsc": "2.0.24"
"vue-tsc": "2.0.26"
},
"resolutions": {
"@nuxtjs/sanity": "link:.",
"nuxt-component-meta": "0.6.3"
"nuxt-component-meta": "0.7.0"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
Expand Down
14 changes: 7 additions & 7 deletions playground/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
],
"dependencies": {
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.0.1",
"sanity": "3.36.2",
"styled-components": "^6.1.8"
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.2.1",
"sanity": "3.50.0",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@sanity/vision": "3.36.2",
"@types/react": "18.2.73",
"@sanity/vision": "3.50.0",
"@types/react": "18.3.3",
"@types/styled-components": "5.1.34"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@nuxtjs/sanity": "latest",
"nuxt": "3.11.1",
"nuxt": "3.12.3",
"vue": "latest",
"vue-router": "latest"
}
Expand Down
Loading

0 comments on commit 10d5426

Please sign in to comment.