Skip to content

Commit a4c1afe

Browse files
committed
Update playwright and types
1 parent 7c7ed34 commit a4c1afe

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@
8585
"dependencies": {
8686
"@codeceptjs/configure": "1.0.6",
8787
"@codeceptjs/helper": "2.0.4",
88-
"@cucumber/cucumber-expressions": "18",
88+
"@cucumber/cucumber-expressions": "^18.0.1",
8989
"@cucumber/gherkin": "35.1.0",
9090
"@cucumber/messages": "29.0.1",
9191
"@xmldom/xmldom": "0.9.8",
9292
"acorn": "8.15.0",
9393
"arrify": "3.0.0",
9494
"axios": "1.13.2",
9595
"chalk": "4.1.2",
96-
"cheerio": "^1.0.0",
96+
"cheerio": "^1.1.2",
9797
"chokidar": "^4.0.3",
9898
"commander": "11.1.0",
9999
"cross-spawn": "7.0.6",
@@ -104,11 +104,11 @@
104104
"figures": "3.2.0",
105105
"fn-args": "4.0.0",
106106
"fs-extra": "11.3.3",
107-
"fuse.js": "^7.0.0",
108-
"glob": ">=9.0.0 <12",
107+
"fuse.js": "^7.1.0",
108+
"glob": "^11.1.0",
109109
"html-minifier-terser": "7.2.0",
110110
"inquirer": "^8.2.7",
111-
"invisi-data": "^1.0.0",
111+
"invisi-data": "^1.2.0",
112112
"joi": "18.0.2",
113113
"js-beautify": "1.15.4",
114114
"lodash.clonedeep": "4.5.0",
@@ -130,7 +130,7 @@
130130
"@codeceptjs/detox-helper": "1.1.14"
131131
},
132132
"devDependencies": {
133-
"@apollo/server": "^5",
133+
"@apollo/server": "^5.2.0",
134134
"@codeceptjs/expect-helper": "^1.0.2",
135135
"@codeceptjs/mock-request": "0.3.1",
136136
"@eslint/eslintrc": "3.3.3",
@@ -140,21 +140,21 @@
140140
"@pollyjs/core": "6.0.6",
141141
"@types/chai": "5.2.3",
142142
"@types/inquirer": "9.0.9",
143-
"@types/node": "^24.6.2",
143+
"@types/node": "^25.0.8",
144144
"@wdio/sauce-service": "9.12.5",
145145
"@wdio/selenium-standalone-service": "8.15.0",
146146
"@wdio/utils": "9.19.2",
147147
"@xmldom/xmldom": "0.9.8",
148-
"chai": "^4.0.0",
148+
"chai": "^4.5.0",
149149
"chai-as-promised": "7.1.2",
150150
"chai-subset": "1.6.0",
151151
"documentation": "14.0.3",
152152
"electron": "38.2.0",
153-
"eslint": "^9.36.0",
153+
"eslint": "^9.39.2",
154154
"eslint-plugin-import": "2.32.0",
155155
"eslint-plugin-mocha": "11.2.0",
156156
"expect": "30.2.0",
157-
"express": "^5.1.0",
157+
"express": "^5.2.1",
158158
"globals": "16.4.0",
159159
"graphql": "16.12.0",
160160
"graphql-tag": "^2.12.6",
@@ -163,9 +163,9 @@
163163
"jsdoc": "^3.6.11",
164164
"jsdoc-typeof-plugin": "1.0.0",
165165
"json-server": "0.17.4",
166-
"mochawesome": "^7.1.3",
167-
"playwright": "1.55.1",
168-
"prettier": "^3.3.2",
166+
"mochawesome": "^7.1.4",
167+
"playwright": "1.57.0",
168+
"prettier": "^3.8.0",
169169
"puppeteer": "24.15.0",
170170
"qrcode-terminal": "0.12.0",
171171
"rosie": "2.1.1",

0 commit comments

Comments
 (0)