Skip to content

Commit d82565f

Browse files
committed
⬆️ Update dependencies to latest
1 parent a6535e9 commit d82565f

File tree

2 files changed

+665
-532
lines changed

2 files changed

+665
-532
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"prepublishOnly": "pnpm build:lib"
2323
},
2424
"devDependencies": {
25-
"@babel/core": "^7.14.8",
26-
"@babel/types": "^7.14.8",
25+
"@babel/core": "^7.15.0",
26+
"@babel/types": "^7.15.0",
2727
"@types/babel__standalone": "^7.1.3",
2828
"@types/dedent": "^0.7.0",
2929
"@types/workbox-sw": "^4.3.2",
@@ -35,15 +35,15 @@
3535
"typescript": "^4.3.5",
3636
"vite": "2.3.8",
3737
"vite-plugin-solid": "^2.0.1",
38-
"workbox-cli": "^6.1.5"
38+
"workbox-cli": "^6.2.3"
3939
},
4040
"dependencies": {
4141
"@amoutonbrady/lz-string": "^0.0.1",
4242
"@amoutonbrady/solid-heroicons": "^0.9.0-rc.0",
43-
"@babel/preset-typescript": "^7.14.5",
44-
"@babel/standalone": "^7.14.8",
43+
"@babel/preset-typescript": "^7.15.0",
44+
"@babel/standalone": "^7.15.2",
4545
"@tailwindcss/forms": "^0.3.3",
46-
"babel-preset-solid": "1.0.6",
46+
"babel-preset-solid": "1.1.0",
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.55.1",
56-
"solid-js": "1.0.7"
55+
"rollup": "^2.56.2",
56+
"solid-js": "1.1.0"
5757
}
5858
}

0 commit comments

Comments
 (0)