Skip to content

Commit 32bf9e3

Browse files
authored
upgrade deps (#355)
* upgrade deps * missing
1 parent c0250a9 commit 32bf9e3

File tree

8 files changed

+475
-950
lines changed

8 files changed

+475
-950
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"private": true,
44
"license": "AGPL-3.0",
55
"devDependencies": {
6-
"@playwright/experimental-ct-react": "^1.33.0",
6+
"@playwright/experimental-ct-react": "^1.36.0",
77
"@types/react": "^18.0.25",
88
"@types/react-dom": "^18.0.9",
99
"react": "^18.2.0",
1010
"react-dom": "^18.2.0",
1111
"patch-package": "^7.0.0",
12-
"playwright": "^1.33.0"
12+
"playwright": "^1.36.0"
1313
},
1414
"workspaces": [
1515
"packages/util",

packages/editor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
},
102102
"devDependencies": {
103103
"@playwright/test": "^1.33.0",
104-
"@playwright/experimental-ct-react": "^1.33.0",
104+
"@playwright/experimental-ct-react": "^1.36.0",
105105
"@typecell-org/shared-test": "^0.0.3",
106106
"@types/lodash": "^4.14.168",
107107
"@types/node": "^16.0.0",
@@ -114,8 +114,8 @@
114114
"cross-env": "^7.0.3",
115115
"eslint": "^8.21.0",
116116
"glob": "^7.2.0",
117-
"jsdom": "^20.0.0",
118-
"playwright-test": "^11.0.4",
117+
"jsdom": "^22.1.0",
118+
"playwright-test": "^12.1.1",
119119
"rimraf": "^3.0.2",
120120
"rollup-plugin-polyfill-node": "^0.12.0",
121121
"vite": "^4.4.2",

packages/engine/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
},
1313
"devDependencies": {
1414
"chai": "^4.3.6",
15-
"mocha": "^9.2.1",
15+
"mocha": "^10.2.0",
1616
"@types/chai": "^4.3.0",
17-
"@types/mocha": "^9.1.0",
17+
"@types/mocha": "^10.0.1",
1818
"@types/lodash": "^4.14.182",
1919
"@types/react": "^18.0.25",
2020
"rimraf": "^3.0.2",
2121
"typescript": "5.0.4",
2222
"@playwright/test": "^1.33.0",
23-
"playwright-test": "^11.0.4",
23+
"playwright-test": "^12.1.1",
2424
"vitest": "^0.33.0",
2525
"jsdom": "^22.1.0",
2626
"@vitest/coverage-v8": "^0.33.0"

packages/frame/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@tiptap/react": "^2.0.4",
1313
"@floating-ui/react": "^0.25.1",
1414
"@syncedstore/yjs-reactive-bindings": "^0.5.1",
15-
"localforage":"^1.10.0",
15+
"localforage": "^1.10.0",
1616
"lz-string": "^1.4.4",
1717
"markdown-it": "^12.0.2",
1818
"monaco-editor": "^0.35.0",
@@ -38,7 +38,7 @@
3838
"cross-fetch": "^4.0.0",
3939
"typescript": "5.0.4",
4040
"@playwright/test": "^1.33.0",
41-
"playwright-test": "^11.0.4",
41+
"playwright-test": "^12.1.1",
4242
"vitest": "^0.33.0",
4343
"jsdom": "^22.1.0",
4444
"@vitest/coverage-v8": "^0.33.0",

packages/packager/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
},
1616
"devDependencies": {
1717
"chai": "^4.3.6",
18-
"mocha": "^9.2.1",
18+
"mocha": "^10.2.0",
1919
"@types/fs-extra": "9.0.13",
2020
"@types/chai": "^4.3.0",
21-
"@types/mocha": "^9.1.0",
21+
"@types/mocha": "^10.0.1",
2222
"@types/lodash": "^4.14.182",
2323
"@types/react": "^18.0.25",
2424
"rimraf": "^3.0.2",
2525
"typescript": "5.0.4",
2626
"@playwright/test": "^1.33.0",
27-
"playwright-test": "^11.0.4",
27+
"playwright-test": "^12.1.1",
2828
"vitest": "^0.33.0",
2929
"jsdom": "^22.1.0",
3030
"@vitest/coverage-v8": "^0.33.0"

packages/parsers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"rimraf": "^3.0.2",
1818
"typescript": "5.0.4",
1919
"@playwright/test": "^1.33.0",
20-
"playwright-test": "^11.0.4",
20+
"playwright-test": "^12.1.1",
2121
"vitest": "^0.33.0",
2222
"jsdom": "^22.1.0",
2323
"@vitest/coverage-v8": "^0.33.0",

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@hocuspocus/provider": "^2.4.0",
1818
"@playwright/test": "^1.33.0",
1919
"@vitest/coverage-v8": "^0.33.0",
20-
"jsdom": "^20.0.0",
21-
"playwright-test": "^11.0.4",
20+
"jsdom": "^22.1.0",
21+
"playwright-test": "^12.1.1",
2222
"supabase": "^1.75.3",
2323
"typescript": "5.0.4",
2424
"vite-node": "^0.33.0",

0 commit comments

Comments
 (0)