Skip to content

Commit

Permalink
chore: update rollup (#974)
Browse files Browse the repository at this point in the history
* chore: update rollup

* terser 4
  • Loading branch information
pauldambra authored Jan 28, 2024
1 parent 76b3d62 commit c0ed071
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 101 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"start": "pnpm build-rollup -w",
"build": "pnpm build-rollup && pnpm build-react",
"build-rollup": "rm -rf lib && tsc -b && rollup -c",
"build-rollup": "rm -rf lib && tsc -b && rollup -c --bundleConfigAsCjs",
"build-react": "cd react; pnpm i; pnpm build;",
"lint": "eslint src",
"prettier": "prettier --write src/ functional_tests/",
Expand Down Expand Up @@ -40,11 +40,11 @@
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/preset-env": "7.18.9",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^8.3.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@rrweb/types": "2.0.0-alpha.11",
"@sentry/types": "7.37.2",
"@testing-library/dom": "^9.3.0",
Expand Down Expand Up @@ -80,9 +80,9 @@
"node-fetch": "^2.6.11",
"posthog-js": "link:",
"prettier": "^2.7.1",
"rollup": "^2.79.1",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-visualizer": "^5.9.0",
"rollup": "^4.9.6",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-visualizer": "^5.12.0",
"rrweb": "2.0.0-alpha.11",
"rrweb-snapshot": "2.0.0-alpha.11",
"rrweb-v1": "npm:rrweb@1.1.3",
Expand Down
Loading

0 comments on commit c0ed071

Please sign in to comment.