Skip to content

Commit

Permalink
Merge pull request #147 from genexuslabs/chore/fix-rollup-errors
Browse files Browse the repository at this point in the history
Add TypeScript as a devDependency and bump `@stencil/core` from 4.9.0 to 4.11.0 to fix rollup errors when using the Chameleon 6.0.0
  • Loading branch information
bsastregx authored May 8, 2024
2 parents f47983c + 5a0202f commit bc6ecb1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
21 changes: 11 additions & 10 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 @@ -30,7 +30,7 @@
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@stencil/core": "~4.9.0",
"@stencil/core": "~4.11.0",
"@stencil/sass": "^1.4.0",
"@storybook/addon-notes": "^5.3.21",
"@storybook/addon-viewport": "^6.1.21",
Expand Down Expand Up @@ -60,6 +60,7 @@
"storybook-addon-themes": "^6.0.1",
"storybook-dark-mode": "^1.0.7",
"svgo": "^1.3.2",
"typescript": "~5.3.3",
"write-file-webpack-plugin": "^4.5.1"
},
"license": "MIT",
Expand Down

0 comments on commit bc6ecb1

Please sign in to comment.