Skip to content

Commit

Permalink
try upgrade rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
omsaggau committed Nov 27, 2023
1 parent c65587d commit adb3a18
Show file tree
Hide file tree
Showing 3 changed files with 260 additions and 41 deletions.
1 change: 0 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
architecture: arm64
- name: npm install, build, and test
run: |
npm ci
Expand Down
298 changes: 259 additions & 39 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"prop-types": "^15.8.1",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"rollup": "^4.3.0",
"rollup": "^4.6.0",
"rollup-plugin-scss": "^4.0.0",
"sass-loader": "^13.3.2",
"storybook": "^7.5.3",
Expand Down

0 comments on commit adb3a18

Please sign in to comment.