Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent 77ecce9 commit 1821325
Show file tree
Hide file tree
Showing 7 changed files with 344 additions and 420 deletions.
2 changes: 1 addition & 1 deletion examples/app-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@nuxt/test-utils": "latest",
"@types/jest": "29.5.14",
"jest": "29.7.0",
"playwright-core": "1.50.0",
"playwright-core": "1.50.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/app-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"@playwright/test": "1.50.0",
"@playwright/test": "1.50.1",
"std-env": "3.8.0"
}
}
2 changes: 1 addition & 1 deletion examples/app-vitest-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@nuxt/test-utils": "latest",
"@testing-library/vue": "8.1.0",
"happy-dom": "16.7.3",
"happy-dom": "16.8.1",
"jsdom": "26.0.0",
"listhen": "1.9.0",
"nuxt": "3.15.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/app-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"devDependencies": {
"@nuxt/test-utils": "latest",
"globby": "14.0.2",
"happy-dom": "16.7.3",
"playwright-core": "1.50.0",
"happy-dom": "16.8.1",
"playwright-core": "1.50.1",
"typescript": "5.7.3",
"vitest": "2.1.8"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"@nuxtjs/i18n": "9.1.3",
"@nuxtjs/i18n": "9.1.4",
"nuxt": "3.15.4",
"vitest": "2.1.8"
}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@jest/globals": "29.7.0",
"@nuxt/devtools-kit": "1.7.0",
"@nuxt/eslint-config": "1.0.0",
"@playwright/test": "1.50.0",
"@playwright/test": "1.50.1",
"@testing-library/vue": "8.1.0",
"@types/estree": "1.0.6",
"@types/jsdom": "21.1.7",
Expand All @@ -90,9 +90,9 @@
"knip": "5.43.6",
"nitropack": "2.10.4",
"nuxt": "3.15.4",
"playwright-core": "1.50.0",
"rollup": "4.32.1",
"semver": "7.6.3",
"playwright-core": "1.50.1",
"rollup": "4.34.0",
"semver": "7.7.0",
"typescript": "5.7.3",
"unbuild": "latest",
"unimport": "4.0.0",
Expand Down Expand Up @@ -149,7 +149,7 @@
"@nuxt/kit": "^3.15.4",
"@nuxt/schema": "^3.15.4",
"@nuxt/test-utils": "workspace:*",
"rollup": "4.32.1",
"rollup": "4.34.0",
"vite": "^6.0.11",
"vite-node": "2.1.8",
"vitest": "2.1.8",
Expand Down
742 changes: 333 additions & 409 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 1821325

Please sign in to comment.