Skip to content

Commit 55db3f2

Browse files
committed
update deps further
1 parent b226a49 commit 55db3f2

File tree

5 files changed

+514
-356
lines changed

5 files changed

+514
-356
lines changed

packages/playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@amoutonbrady/lz-string": "^0.1.0",
21-
"@babel/core": "^7.24.1",
21+
"@babel/core": "^7.24.3",
2222
"@babel/plugin-syntax-jsx": "^7.24.1",
2323
"@babel/preset-typescript": "^7.24.1",
2424
"@babel/types": "^7.24.0",
@@ -31,9 +31,9 @@
3131
"jszip": "^3.10.1",
3232
"monaco-editor": "^0.47.0",
3333
"register-service-worker": "^1.7.2",
34-
"typescript": "^5.4.2",
34+
"typescript": "^5.4.3",
3535
"unocss": "^0.58.6",
36-
"vite": "^5.2.0",
36+
"vite": "^5.2.6",
3737
"vite-plugin-solid": "^2.10.2"
3838
}
3939
}

packages/playground/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"target": "ESNext",
44
"module": "ESNext",
5-
"lib": ["ESNext", "DOM", "DOM.Iterable"],
5+
"lib": ["ESNext", "DOM", "DOM.Iterable", "WebWorker"],
66
"allowSyntheticDefaultImports": true,
77
"isolatedModules": true,
88
"esModuleInterop": true,

packages/solid-repl/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"solid-js": ">=1.7.0"
2222
},
2323
"devDependencies": {
24-
"@babel/core": "^7.24.1",
24+
"@babel/core": "^7.24.3",
2525
"@babel/plugin-syntax-jsx": "^7.24.1",
2626
"@babel/preset-typescript": "^7.24.1",
27-
"@babel/standalone": "^7.24.2",
27+
"@babel/standalone": "^7.24.3",
2828
"@babel/types": "^7.24.0",
2929
"@types/babel__standalone": "^7.1.7",
3030
"@types/dedent": "^0.7.2",
@@ -34,13 +34,13 @@
3434
"@unocss/reset": "^0.58.6",
3535
"babel-preset-solid": "^1.8.16",
3636
"esbuild": "^0.20.2",
37-
"eslint-solid-standalone": "^0.13.1",
37+
"eslint-solid-standalone": "^0.13.2",
3838
"fs-extra": "^11.2.0",
3939
"jiti": "^1.21.0",
4040
"monaco-editor": "^0.47.0",
4141
"prettier": "^3.2.5",
4242
"solid-js": "1.8.16",
43-
"typescript": "^5.4.2",
43+
"typescript": "^5.4.3",
4444
"unocss": "^0.58.6"
4545
},
4646
"dependencies": {

packages/solid-repl/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"noUnusedLocals": true,
1515
"noUnusedParameters": true,
1616
"skipLibCheck": true,
17-
"jsxImportSource": "solid-js",
18-
"types": ["vite/client"]
17+
"jsxImportSource": "solid-js"
1918
},
2019
"include": ["./src/**/*", "repl/**/*"],
2120
"exclude": ["node_modules/"]

0 commit comments

Comments
 (0)