Skip to content

Commit

Permalink
chore: Update to rollup 3
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Dec 21, 2022
1 parent f72eee8 commit 8e134c7
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 99 deletions.
File renamed without changes.
File renamed without changes.
196 changes: 103 additions & 93 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
},
"scripts": {
"build": "npm run build:node && npm run build:browser",
"build:browser": "rollup -c config/rollup.browser-config.js",
"build:node": "rollup -c config/rollup.node-config.js",
"build:browser": "rollup -c config/rollup.browser-config.mjs",
"build:node": "rollup -c config/rollup.node-config.mjs",
"clean": "git clean -fdxe node_modules",
"lint": "eslint src/",
"prettier": "prettier --write .",
Expand Down Expand Up @@ -69,9 +69,9 @@
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-transform-typescript": "^7.12.17",
"@babel/preset-env": "^7.12.11",
"@rollup/plugin-babel": "^5.2.3",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.1.1",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^10.0.1",
"@types/jest": "^29.2.4",
"@types/node": "^14.18.35",
"@typescript-eslint/eslint-plugin": "^5.3.1",
Expand All @@ -84,7 +84,7 @@
"jest": "^29.0.1",
"jest-ts-webcompat-resolver": "^1.0.0",
"prettier": "^2.2.1",
"rollup": "^2.38.2",
"rollup": "^3.7.5",
"tslib": "^2.1.0",
"typescript": "^4.3.5"
},
Expand Down

0 comments on commit 8e134c7

Please sign in to comment.