Skip to content

Commit

Permalink
deps(rollup): Update to v3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jan 8, 2023
1 parent 5ade653 commit 108be07
Show file tree
Hide file tree
Showing 5 changed files with 323 additions and 313 deletions.
1 change: 1 addition & 0 deletions packages/packemon/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
coveragePathIgnorePatterns: ['src/commands', 'src/components'],
preset: 'jest-preset-moon',
testTimeout: 10_000,
};
8 changes: 4 additions & 4 deletions packages/packemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@boost/event": "^4.0.0",
"@boost/pipeline": "^4.0.0",
"@boost/terminal": "^4.0.0",
"@rollup/plugin-babel": "^6.0.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
Expand All @@ -93,12 +93,12 @@
"ink": "^3.2.0",
"ink-progress-bar": "^3.0.0",
"ink-spinner": "^4.0.3",
"magic-string": "^0.26.7",
"magic-string": "^0.27.0",
"micromatch": "^4.0.5",
"react": "^17.0.2",
"resolve": "^1.22.1",
"rollup": "^3.2.3",
"rollup-plugin-node-externals": "^5.0.1",
"rollup": "^3.9.1",
"rollup-plugin-node-externals": "^5.0.3",
"rollup-plugin-polyfill-node": "^0.11.0",
"semver": "^7.3.8",
"spdx-license-list": "^6.6.0"
Expand Down
Loading

0 comments on commit 108be07

Please sign in to comment.