Skip to content

Commit 1cf8cca

Browse files
committed
update dependencies
1 parent 1162c84 commit 1cf8cca

File tree

5 files changed

+1893
-2431
lines changed

5 files changed

+1893
-2431
lines changed

.changeset/purple-lions-jump.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@quickpickle/playwright": minor
3+
"quickpickle": minor
4+
---
5+
6+
update dependencies

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"author": "David Hunt",
2929
"license": "MIT",
3030
"devDependencies": {
31-
"playwright": "^1.49.1",
32-
"pnpm": "^9.15.4",
33-
"vitest": "^2.1.8"
31+
"playwright": "^1.52.0",
32+
"pnpm": "^9.15.9",
33+
"vitest": "^2.1.9"
3434
},
3535
"dependencies": {
36-
"@changesets/cli": "^2.27.11"
36+
"@changesets/cli": "^2.29.3"
3737
}
3838
}

packages/main/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -41,29 +41,29 @@
4141
"test": "vitest --run"
4242
},
4343
"dependencies": {
44-
"@cucumber/cucumber": "^11.1.0",
45-
"@cucumber/cucumber-expressions": "^17.1.0",
46-
"@cucumber/gherkin": "^29.0.0",
47-
"@cucumber/messages": "^22.0.0",
48-
"@cucumber/tag-expressions": "^6.1.1",
44+
"@cucumber/cucumber": "^11.2.0",
45+
"@cucumber/cucumber-expressions": "^18.0.1",
46+
"@cucumber/gherkin": "^32.1.0",
47+
"@cucumber/messages": "^27.2.0",
48+
"@cucumber/tag-expressions": "^6.1.2",
4949
"lodash": "^4.17.21",
5050
"lodash-es": "^4.17.21"
5151
},
5252
"devDependencies": {
53-
"@optimize-lodash/esbuild-plugin": "^3.0.0",
54-
"@optimize-lodash/rollup-plugin": "^5.0.0",
55-
"@rollup/plugin-replace": "^6.0.1",
53+
"@optimize-lodash/esbuild-plugin": "^3.2.0",
54+
"@optimize-lodash/rollup-plugin": "^5.0.2",
55+
"@rollup/plugin-replace": "^6.0.2",
5656
"@rollup/plugin-terser": "^0.4.4",
57-
"@rollup/plugin-typescript": "^12.1.1",
58-
"@types/lodash": "^4.17.13",
57+
"@rollup/plugin-typescript": "^12.1.2",
58+
"@types/lodash": "^4.17.16",
5959
"@types/lodash-es": "^4.17.12",
60-
"@types/node": "^18.19.66",
61-
"@vitest/browser": "^2.1.6",
62-
"playwright": "^1.49.0",
63-
"rollup": "^4.27.4",
64-
"typescript": "^5.7.2",
65-
"vite": "^6.0.7",
66-
"vitest": "^2.1.6"
60+
"@types/node": "^22.15.17",
61+
"@vitest/browser": "^3.1.3",
62+
"playwright": "^1.52.0",
63+
"rollup": "^4.40.2",
64+
"typescript": "^5.8.3",
65+
"vite": "^6.3.5",
66+
"vitest": "^3.1.3"
6767
},
6868
"peerDependencies": {
6969
"vitest": "^1.0.0 || >=2.0.0"

packages/playwright/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,28 +67,28 @@
6767
},
6868
"author": "David Hunt",
6969
"dependencies": {
70-
"@playwright/test": "^1.49.0",
70+
"@playwright/test": "^1.52.0",
7171
"lodash": "^4.17.21",
7272
"lodash-es": "^4.17.21",
73-
"pixelmatch": "^6.0.0",
74-
"playwright": "^1.49.0",
73+
"pixelmatch": "^6.0",
74+
"playwright": "^1.52.0",
7575
"pngjs": "^7.0.0",
7676
"quickpickle": "workspace:^",
77-
"vite": "^5.4.11"
77+
"vite": "^6.3.5"
7878
},
7979
"devDependencies": {
80-
"@optimize-lodash/rollup-plugin": "^5.0.0",
81-
"@rollup/plugin-replace": "^6.0.1",
82-
"@rollup/plugin-typescript": "^12.1.1",
80+
"@optimize-lodash/rollup-plugin": "^5.0.2",
81+
"@rollup/plugin-replace": "^6.0.2",
82+
"@rollup/plugin-typescript": "^12.1.2",
8383
"@types/jest-image-snapshot": "^6.4.0",
8484
"@types/lodash-es": "^4.17.12",
8585
"@types/pixelmatch": "^5.2.6",
8686
"@types/pngjs": "^6.0.5",
87-
"fast-glob": "^3.3.2",
87+
"fast-glob": "^3.3.3",
8888
"js-yaml": "^4.1.0",
89-
"playwright-core": "^1.49.0",
90-
"rollup": "^3.29.5",
91-
"typescript": "^5.7.2",
92-
"vitest": "^2.1.6"
89+
"playwright-core": "^1.52.0",
90+
"rollup": "^4.40.2",
91+
"typescript": "^5.8.3",
92+
"vitest": "^3.1.3"
9393
}
9494
}

0 commit comments

Comments
 (0)