Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Feb 15, 2022
1 parent c7a8b73 commit 2c34c91
Show file tree
Hide file tree
Showing 2 changed files with 312 additions and 1 deletion.
310 changes: 310 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"build": "run-p build:**",
"build:types": "tsc --emitDeclarationOnly",
"build:esbuild": "node scripts/build.js",
"build:analyze": "cem analyze --litelement",
"build:analyze": "cem analyze",
"docs": "eleventy --config=.eleventy.cjs",
"start": "eleventy --config=.eleventy.cjs --watch --serve",
"clean": "run-s clean:*",
Expand Down Expand Up @@ -104,6 +104,7 @@
"esbuild": "^0.14.21",
"esbuild-plugin-lit-css": "^1.2.3",
"eslint": "^8.9.0",
"execa": "^6.1.0",
"husky": "^7.0.4",
"luhn-js": "^1.1.2",
"markdown-it-anchor": "^8.4.1",
Expand Down

0 comments on commit 2c34c91

Please sign in to comment.