Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and adamburgess committed May 1, 2022
1 parent a6b4981 commit 44182e5
Show file tree
Hide file tree
Showing 2 changed files with 313 additions and 354 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"private": true,
"devDependencies": {
"@cloudflare/workers-types": "^3.4.0",
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-node-resolve": "^13.1.3",
"esbuild": "^0.14.29",
"@cloudflare/workers-types": "^3.8.0",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"esbuild": "^0.14.38",
"html-minifier": "^4.0.0",
"mustache": "^4.2.0",
"postcss": "^8.4.12",
"rollup": "^2.70.1",
"rollup-plugin-esbuild": "^4.8.2",
"postcss": "^8.4.13",
"rollup": "^2.71.1",
"rollup-plugin-esbuild": "^4.9.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.6.3"
"typescript": "^4.6.4"
},
"dependencies": {
"preact": "^10.7.0",
"tailwindcss": "^3.0.23"
"preact": "^10.7.1",
"tailwindcss": "^3.0.24"
},
"scripts": {
"build": "rollup -c",
Expand Down

0 comments on commit 44182e5

Please sign in to comment.