Skip to content

Commit

Permalink
Add deps to app-template-preact-typescript (#1648)
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow authored Nov 18, 2020
1 parent 15e1435 commit 9db0b3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
"@snowpack/plugin-typescript": "^1.1.0",
"@snowpack/web-test-runner-plugin": "^0.1.4",
"@testing-library/preact": "^2.0.0",
"@types/chai": "^4.2.14",
"chai": "^4.2.0",
"prettier": "^2.0.5",
"snowpack": "^2.17.1",
"typescript": "^4.0.3"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2644,7 +2644,7 @@
resolved "https://registry.yarnpkg.com/@types/canvas-confetti/-/canvas-confetti-1.3.0.tgz#c2ea6b4c280832e134cb98ea3b84775febc53b63"
integrity sha512-vfShQvbd7XD+jT2bFTju5oALkzI5uMO7RGH8RYOTP8p5LiY9NXSr0fJp2BvfW36Qf8807ma/yev0aS5GRwQcFg==

"@types/chai@^4.2.13":
"@types/chai@^4.2.13", "@types/chai@^4.2.14":
version "4.2.14"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.2.14.tgz#44d2dd0b5de6185089375d976b4ec5caf6861193"
integrity sha512-G+ITQPXkwTrslfG5L/BksmbLUA0M1iybEsmCWPqzSxsRRhJZimBKJkoMi8fr/CPygPTj4zO5pJH7I2/cm9M7SQ==
Expand Down

0 comments on commit 9db0b3f

Please sign in to comment.