Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#389)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <[email protected]>
  • Loading branch information
renovate[bot] and danielroe authored Oct 21, 2024
1 parent 135c4a4 commit 3bd4551
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 156 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@
},
"dependencies": {
"@nuxt/kit": "3.12.4",
"critters": "0.0.24",
"critters": "0.0.25",
"pathe": "1.1.2",
"ufo": "^1.5.4"
},
"devDependencies": {
"@nuxt/eslint-config": "0.5.7",
"@nuxt/eslint-config": "0.6.0",
"@nuxt/module-builder": "0.8.3",
"@nuxt/test-utils": "3.14.1",
"@nuxtjs/critters": "link:./",
"@vitest/coverage-v8": "2.1.3",
"bumpp": "9.6.1",
"bumpp": "9.7.1",
"eslint": "9.13.0",
"lint-staged": "15.2.10",
"nuxt": "3.12.4",
Expand All @@ -59,5 +59,5 @@
"@nuxt/schema": "3.12.4",
"@nuxtjs/critters": "link:./"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].2"
}
2 changes: 1 addition & 1 deletion playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default defineNuxtConfig({
compatibilityDate: '2024-08-19',
modules: ['@nuxtjs/critters'],
css: ['~/styles/global.css'],
compatibilityDate: '2024-08-19',
nitro: {
prerender: {
routes: ['/'],
Expand Down
Loading

0 comments on commit 3bd4551

Please sign in to comment.