Skip to content

Commit 8b15795

Browse files
committed
⬆️ Update playground to latest
1 parent 33515ee commit 8b15795

File tree

2 files changed

+1008
-1615
lines changed

2 files changed

+1008
-1615
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,28 +22,28 @@
2222
"prepublishOnly": "pnpm build:lib"
2323
},
2424
"devDependencies": {
25-
"@babel/core": "^7.15.0",
26-
"@babel/types": "^7.15.0",
25+
"@babel/core": "^7.15.5",
26+
"@babel/types": "^7.15.6",
2727
"@types/babel__standalone": "^7.1.3",
2828
"@types/dedent": "^0.7.0",
2929
"@types/workbox-sw": "^4.3.2",
3030
"assert": "^2.0.0",
31-
"autoprefixer": "^10.3.1",
31+
"autoprefixer": "^10.3.6",
3232
"patch-package": "^6.4.7",
33-
"postcss": "^8.3.6",
34-
"tailwindcss": "^2.2.7",
35-
"typescript": "^4.3.5",
33+
"postcss": "^8.3.8",
34+
"tailwindcss": "^2.2.16",
35+
"typescript": "^4.4.3",
3636
"vite": "2.3.8",
37-
"vite-plugin-solid": "^2.0.1",
38-
"workbox-cli": "^6.2.4"
37+
"vite-plugin-solid": "^2.0.3",
38+
"workbox-cli": "^6.3.0"
3939
},
4040
"dependencies": {
4141
"@amoutonbrady/lz-string": "^0.0.1",
4242
"@amoutonbrady/solid-heroicons": "^0.9.0-rc.0",
4343
"@babel/preset-typescript": "^7.15.0",
44-
"@babel/standalone": "^7.15.3",
45-
"@tailwindcss/forms": "^0.3.3",
46-
"babel-preset-solid": "1.1.1",
44+
"@babel/standalone": "^7.15.7",
45+
"@tailwindcss/forms": "^0.3.4",
46+
"babel-preset-solid": "1.1.5",
4747
"dedent": "^0.7.0",
4848
"mitt": "^3.0.0",
4949
"monaco-editor": "^0.25.2",
@@ -52,7 +52,7 @@
5252
"onigasm": "^2.2.5",
5353
"prettier": "=2.3.0",
5454
"register-service-worker": "^1.7.2",
55-
"rollup": "^2.56.2",
56-
"solid-js": "1.1.1"
55+
"rollup": "^2.58.0",
56+
"solid-js": "1.1.5"
5757
}
5858
}

0 commit comments

Comments
 (0)