Skip to content

Commit f872a8d

Browse files
Merge pull request #245 from appwrite/fix-web-deps
fix(web): dependencies
2 parents 28463eb + e2185a4 commit f872a8d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

templates/web/package.json.twig

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
"build:libs": "rollup -c"
2525
},
2626
"devDependencies": {
27-
"@rollup/plugin-typescript": "^8.2.1",
28-
"playwright": "^1.10.0",
29-
"rollup": "^2.43.0",
30-
"serve-handler": "^6.1.3",
31-
"tslib": "^2.2.0",
32-
"typescript": "^4.2.3"
27+
"@rollup/plugin-typescript": "8.2.5",
28+
"playwright": "1.14.1",
29+
"rollup": "2.56.3",
30+
"serve-handler": "6.1.3",
31+
"tslib": "2.3.1",
32+
"typescript": "4.2.3"
3333
},
3434
"dependencies": {
35-
"cross-fetch": "^3.1.4",
36-
"isomorphic-form-data": "^2.0.0"
35+
"cross-fetch": "3.1.4",
36+
"isomorphic-form-data": "2.0.0"
3737
},
3838
"jsdelivr": "dist/iife/sdk.js",
3939
"unpkg": "dist/iife/sdk.js"

0 commit comments

Comments
 (0)