Skip to content

Commit

Permalink
upgrade styled-components to v5.3.11 (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
moust authored Feb 11, 2025
1 parent 4b7f809 commit 9d69a27
Show file tree
Hide file tree
Showing 11 changed files with 2,200 additions and 2,191 deletions.
43 changes: 26 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"peerDependencies": {
"react": "^18.3.0",
"react-dom": "^18.3.0",
"styled-components": "5.1.1"
"styled-components": "^5.3.11"
},
"devDependencies": {
"@babel/core": "^7.23.2",
Expand All @@ -71,7 +71,7 @@
"@types/react-dom": "^18.3.0",
"@types/react-test-renderer": "^18.3.0",
"@types/react-transition-group": "^4.4.10",
"@types/styled-components": "^5.1.28",
"@types/styled-components": "^5.1.34",
"@types/validator": "^13.11.2",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
Expand Down
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const plugins = [
}
}),
nodeResolve({
browser: true,
extensions: ['.jsx', '.js', '.json'],
preferBuiltins: true
}),
Expand Down
Loading

0 comments on commit 9d69a27

Please sign in to comment.