Skip to content
Open
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
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,22 @@
"@types/shelljs": "^0.8.5",
"@types/styled-components": "^5.0.1",
"autoprefixer": "^9.7.4",
"babel-jest": "^26.6.3",

Choose a reason for hiding this comment

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

Hmm.. I think we need to wait until this #1003 PR has been merged first since current jest version is still v25 instead of v26 🙇

Copy link

Choose a reason for hiding this comment

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

Do you know if anyone is still maintaining this repo? My mentioned PR is waiting for review for half a year.

"babel-plugin-replace-identifiers": "^0.1.1",
"cssnano": "^4.1.10",
"doctoc": "^1.4.0",
"husky": "^4.2.2",
"lodash": "^4.17.21",
"np": "^6.4.0",
"pretty-quick": "^2.0.0",
"pretty-quick": "^2.0.2",
"react": "^16.8.6",
"react-dom": "^16.13.0",
"react-is": "^16.13.0",
"rollup-plugin-postcss": "^2.5.0",
"styled-components": "^5.0.1",
"tiny-invariant": "^1.1.0",
"tiny-warning": "^1.0.3",
"type-fest": "^1.0.2",
"yarn-deduplicate": "^2.1.1"
},
"husky": {
Expand Down