Skip to content

Commit 41b7366

Browse files
chore(deps): update all non-major dependencies (#1440)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b3ce4cc commit 41b7366

File tree

8 files changed

+160
-88
lines changed

8 files changed

+160
-88
lines changed

examples/app-bun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@nuxt/test-utils": "latest",
1818
"@types/bun": "1.2.23",
19-
"playwright-core": "1.55.1",
19+
"playwright-core": "1.56.0",
2020
"typescript": "5.9.3"
2121
}
2222
}

examples/app-jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@nuxt/test-utils": "latest",
1818
"@types/jest": "30.0.0",
1919
"jest": "30.2.0",
20-
"playwright-core": "1.55.1",
20+
"playwright-core": "1.56.0",
2121
"ts-jest": "29.4.4",
2222
"ts-node": "10.9.2",
2323
"typescript": "5.9.3"

examples/app-playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@nuxt/test-utils": "latest",
18-
"@playwright/test": "1.55.1",
18+
"@playwright/test": "1.56.0",
1919
"std-env": "3.9.0"
2020
}
2121
}

examples/app-vitest-full/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"nuxt": "4.1.2",
2525
"typescript": "5.9.3",
2626
"vitest": "3.2.4",
27-
"vue-tsc": "3.1.0"
27+
"vue-tsc": "3.1.1"
2828
},
2929
"dependencies": {
3030
"idb-keyval": "^6.2.2"

examples/app-vitest-workspace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@nuxt/test-utils": "latest",
1818
"globby": "15.0.0",
1919
"happy-dom": "19.0.2",
20-
"playwright-core": "1.55.1",
20+
"playwright-core": "1.56.0",
2121
"typescript": "5.9.3",
2222
"vitest": "3.2.4"
2323
}

examples/app-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@nuxt/test-utils": "latest",
1818
"happy-dom": "19.0.2",
19-
"playwright-core": "1.55.1",
19+
"playwright-core": "1.56.0",
2020
"tinyglobby": "0.2.15",
2121
"typescript": "5.9.3",
2222
"vitest": "3.2.4"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"@nuxt/devtools-kit": "2.6.5",
9898
"@nuxt/eslint-config": "1.9.0",
9999
"@nuxt/schema": "4.1.2",
100-
"@playwright/test": "1.55.1",
100+
"@playwright/test": "1.56.0",
101101
"@testing-library/vue": "8.1.0",
102102
"@types/bun": "1.2.23",
103103
"@types/estree": "1.0.8",
@@ -113,7 +113,7 @@
113113
"nitropack": "2.12.6",
114114
"nuxt": "4.1.2",
115115
"pkg-pr-new": "0.0.60",
116-
"playwright-core": "1.55.1",
116+
"playwright-core": "1.56.0",
117117
"rollup": "4.52.4",
118118
"semver": "7.7.2",
119119
"typescript": "5.9.3",
@@ -122,7 +122,7 @@
122122
"vite": "7.1.9",
123123
"vitest": "3.2.4",
124124
"vue-router": "4.5.1",
125-
"vue-tsc": "3.1.0"
125+
"vue-tsc": "3.1.1"
126126
},
127127
"peerDependencies": {
128128
"@cucumber/cucumber": "^10.3.1 || ^11.0.0 || ^12.0.0",

pnpm-lock.yaml

Lines changed: 151 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)