Skip to content

Commit

Permalink
Upgrade rollup
Browse files Browse the repository at this point in the history
Unfortunately visualizer hasn't upgrade to specify support for v4 so adding `--force` to workaround for now
  • Loading branch information
andrewiggins committed Oct 16, 2023
1 parent 3d94339 commit f989754
Show file tree
Hide file tree
Showing 9 changed files with 569 additions and 607 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm i
- run: npm i --force
- name: build
run: npm run build
- name: test
Expand Down
2 changes: 1 addition & 1 deletion frameworks/preact-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-react": "^7.12.10",
"@rollup/plugin-babel": "^6.0.0"
"@rollup/plugin-babel": "^6.0.4"
}
}
2 changes: 1 addition & 1 deletion frameworks/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-react": "^7.12.10",
"@rollup/plugin-babel": "^6.0.0"
"@rollup/plugin-babel": "^6.0.4"
}
}
6 changes: 3 additions & 3 deletions frameworks/react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-react": "^7.12.10",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "25.0.0",
"@rollup/plugin-replace": "5.0.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-replace": "5.0.4",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13"
}
Expand Down
6 changes: 3 additions & 3 deletions frameworks/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-react": "^7.12.10",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "25.0.0",
"@rollup/plugin-replace": "5.0.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-replace": "5.0.4",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13"
}
Expand Down
2 changes: 1 addition & 1 deletion frameworks/solid-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@rollup/plugin-babel": "6.0.0",
"@rollup/plugin-babel": "6.0.4",
"babel-preset-solid": "^1.8.0"
}
}
Loading

0 comments on commit f989754

Please sign in to comment.