Skip to content

Commit eea44b7

Browse files
committed
chore: update end-to-end dependencies
1 parent 8701264 commit eea44b7

File tree

2 files changed

+33
-34
lines changed

2 files changed

+33
-34
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"test:package": "jest --config jest.config.package.mjs",
3838
"test:mutation": "stryker run",
3939
"test:e2e": "CI=false ELECTRON_EXTRA_LAUNCH_ARGS=--remote-debugging-port=9222 start-server-and-test start http-get://localhost:8080 'cypress run --e2e'",
40-
"test:e2e:dev": "CI=false start-server-and-test start http-get://localhost:8080 'cypress open --e2e'",
40+
"test:e2e:dev": "CI=false start-server-and-test \"pnpm start\" http-get://localhost:8080 'cypress open --e2e'",
4141
"pack-extract": "pnpm recursive run pack-extract"
4242
},
4343
"dependencies": {
@@ -62,7 +62,7 @@
6262
"devDependencies": {
6363
"@anolilab/multi-semantic-release": "^3.2.2",
6464
"@anolilab/semantic-release-pnpm": "^3.2.0",
65-
"@chromatic-com/cypress": "^0.11.7",
65+
"@chromatic-com/cypress": "^0.11.8",
6666
"@commitlint/cli": "^20.2.0",
6767
"@commitlint/config-conventional": "^20.2.0",
6868
"@cypress/webpack-preprocessor": "^6.0.2",
@@ -89,7 +89,7 @@
8989
"copy-webpack-plugin": "^12.0.2",
9090
"css-loader": "^6.11.0",
9191
"css-minimizer-webpack-plugin": "^7.0.3",
92-
"cypress": "^15.4.0",
92+
"cypress": "^15.7.1",
9393
"eslint": "^9.39.1",
9494
"eslint-plugin-cypress": "^5.2.0",
9595
"eslint-plugin-jest": "^29.2.1",
@@ -106,7 +106,7 @@
106106
"sass-embedded": "^1.83.0",
107107
"sass-loader": "^16.0.6",
108108
"semantic-release": "^25.0.2",
109-
"start-server-and-test": "^2.0.9",
109+
"start-server-and-test": "^2.1.3",
110110
"style-loader": "^4.0.0",
111111
"stylelint": "^16.24.0",
112112
"swc-loader": "^0.2.6",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)