Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 3293442

Browse files
committed
fix(): update deps to ssr
1 parent e2b204d commit 3293442

File tree

3 files changed

+410
-507
lines changed

3 files changed

+410
-507
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,16 @@
2626
"dependencies": {
2727
"@stencil/sass": "0.0.3",
2828
"@types/i18next": "^8.4.3",
29+
"@types/jquery": "^3.3.29",
2930
"i18next": "^11.3.2",
3031
"jquery": "^3.3.1",
32+
"popper.js": "^1.14.7",
3133
"sticky-sidebar": "^3.3.1"
3234
},
3335
"devDependencies": {
3436
"@commitlint/cli": "^6.1.3",
3537
"@commitlint/config-conventional": "^6.1.3",
36-
"@stencil/core": "^0.11.4",
38+
"@stencil/core": "^0.18.0",
3739
"@stencil/dev-server": "0.0.19-0",
3840
"@stencil/router": "0.2.5",
3941
"@stencil/state-tunnel": "0.0.6",
@@ -57,6 +59,7 @@
5759
"tslint-config-prettier": "^1.12.0",
5860
"tslint-react": "^3.5.1",
5961
"typescript": "^2.8.3",
62+
"workbox-build": "3.4.1",
6063
"xvfb": "^0.2.3"
6164
},
6265
"repository": {

0 commit comments

Comments
 (0)