Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@rollup/plugin-json": "^4.0.3",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-replace": "^2.3.2",
"@types/jest": "^25.2.3",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, good idea!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had removed it, since jest now has its own types, but seems like that caused #145 😓

"arrify": "^2.0.1",
"babel-jest": "^26.0.1",
"babel-plugin-macros": "^2.8.0",
Expand All @@ -67,7 +68,7 @@
"is-ci": "^2.0.0",
"jest": "^26.0.1",
"jest-watch-typeahead": "^0.6.0",
"lint-staged": "^10.2.4",
"lint-staged": "^10.2.6",
"lodash.camelcase": "^4.3.0",
"lodash.has": "^4.5.2",
"lodash.omit": "^4.5.0",
Expand All @@ -76,11 +77,11 @@
"read-pkg-up": "^7.0.1",
"resolve": "^1.17.0",
"rimraf": "^3.0.2",
"rollup": "^2.10.5",
"rollup": "^2.10.9",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-size-snapshot": "^0.11.0",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-size-snapshot": "^0.12.0",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kinda want to remove this feature in the next major version we need to make.

"rollup-plugin-terser": "^6.0.1",
"semver": "^7.3.2",
"which": "^2.0.2",
"yargs-parser": "^18.1.3"
Expand Down