Skip to content

Commit

Permalink
Update packages and benchmarks
Browse files Browse the repository at this point in the history
Remove libraries from benchmarks as comparison to css-modules baseline is what
matters. This makes benchmark builds faster and will reduce how often people
open PRs asking for their library to be included.

Close necolas#2210
  • Loading branch information
necolas committed Mar 2, 2022
1 parent 3249d5b commit f597615
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"!**/__tests__"
],
"dependencies": {
"array-find-index": "^1.0.2",
"create-react-class": "^15.7.0",
"fbjs": "^3.0.0",
"hyphenate-style-name": "^1.0.4",
"inline-style-prefixer": "^6.0.0",
"normalize-css-color": "^1.0.2",
"prop-types": "^15.6.0"
"postcss-value-parser": "^4.2.0",
"prop-types": "^15.6.0",
"styleq": "0.0.0-b4fc5da"
},
"peerDependencies": {
"react": ">=17.0.1",
"react-dom": ">=17.0.1"
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
},
"author": "Nicolas Gallagher",
"license": "MIT",
Expand Down

0 comments on commit f597615

Please sign in to comment.