Skip to content

Commit

Permalink
chore(deps): upgrade to styled-jsx 4.x
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Upgrade to styled-jsx 4 requires that the application
uses a compatible version of @dhis2/ui.
  • Loading branch information
varl committed Sep 15, 2021
1 parent dd88b7b commit 8cf9e17
Show file tree
Hide file tree
Showing 5 changed files with 450 additions and 14,470 deletions.
2 changes: 1 addition & 1 deletion adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"prop-types": "^15",
"react": "^16.8",
"react-dom": "^16.8",
"styled-jsx": "^3"
"styled-jsx": "^4"
},
"jest": {
"setupFilesAfterEnv": [
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"node-http-proxy-json": "^0.1.9",
"parse-author": "^2.0.0",
"parse-gitignore": "^1.0.1",
"styled-jsx": "<3.3.3",
"styled-jsx": "^4.0.1",
"webpack": "^5.41.1",
"workbox-build": "^6.1.5"
},
Expand Down
Loading

0 comments on commit 8cf9e17

Please sign in to comment.