Update packages and benchmarks

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 #2210
This commit is contained in:
Nicolas Gallagher
2022-03-01 11:52:27 -08:00
parent 9b0c1193a2
commit 314d78c0cc
17 changed files with 2173 additions and 3754 deletions
+3 -3
View File
@@ -8,9 +8,9 @@
"start": "next start"
},
"dependencies": {
"next": "^11.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"next": "^12.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-native-web": "0.17.7"
},
"devDependencies": {