Skip to content

Commit

Permalink
Update rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
somewhatabstract committed Jun 14, 2024
1 parent d1b0e2f commit e852206
Show file tree
Hide file tree
Showing 2 changed files with 238 additions and 27 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"@eslint/js": "^9.5.0",
"@khanacademy/eslint-config": "^4.0.0",
"@khanacademy/eslint-plugin": "^3.0.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.13.0",
Expand All @@ -65,7 +65,7 @@
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"prettier": "^3.3.2",
"rollup": "^3.28.1",
"rollup": "^4.18.0",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^5.4.5"
Expand All @@ -86,4 +86,4 @@
"lint": "eslint --report-unused-disable-directives --config eslint.config.mjs \"{src,bin,__{tests,mocks}__}/**/*.ts\"",
"publish:ci": "git diff --stat --exit-code HEAD && yarn build && changeset publish"
}
}
}
Loading

0 comments on commit e852206

Please sign in to comment.