Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into fix-router
Browse files Browse the repository at this point in the history
  • Loading branch information
abdonrd authored Oct 16, 2020
2 parents 404feae + baabd90 commit 6a0d559
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 40 deletions.
232 changes: 197 additions & 35 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"tslib": "^2.0.3"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@open-wc/building-rollup": "^1.9.3",
"@rollup/plugin-replace": "^2.3.3",
"@rollup/plugin-typescript": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"@web/dev-server": "~0.0.13",
"@web/dev-server-esbuild": "~0.2.4",
"@web/dev-server": "~0.0.14",
"@web/dev-server-esbuild": "~0.2.5",
"@web/rollup-plugin-copy": "^0.2.0",
"chalk": "^4.1.0",
"deepmerge": "^4.2.2",
Expand All @@ -56,7 +56,7 @@
"prettier": "~2.1.2",
"prettier-plugin-package": "^1.2.0",
"rimraf": "^3.0.2",
"rollup": "^2.30.0",
"rollup": "^2.31.0",
"stylelint": "^13.7.2",
"stylelint-config-ibmresearch": "^0.6.0",
"typescript": "~4.0.3"
Expand Down

0 comments on commit 6a0d559

Please sign in to comment.