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
+10 -8
View File
@@ -19,7 +19,9 @@
"flow": "flow",
"fmt": "prettier --write \"**/*.js\"",
"fmt:report": "prettier --check \"**/*.js\"",
"jest": "jest --config ./scripts/jest/config.js",
"jest": "npm-run-all \"jest:* {@}\" --",
"jest:dom": "jest --config ./scripts/jest/config.js",
"jest:node": "jest --config ./scripts/jest/config.node.js",
"lint": "yarn lint:report --fix",
"lint:report": "eslint packages scripts",
"prerelease": "yarn test && yarn compile",
@@ -39,32 +41,32 @@
"@babel/preset-react": "^7.12.13",
"@testing-library/react": "^11.2.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.2",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"caniuse-api": "^3.0.0",
"cross-env": "^7.0.3",
"del-cli": "^3.0.1",
"del-cli": "^4.0.1",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-flowtype": "^5.4.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"flow-bin": "^0.148.0",
"flow-bin": "0.148.0",
"gen-flow-files": "^0.4.11",
"glob": "^7.1.6",
"husky": "^4.3.8",
"inline-style-prefixer": "^6.0.0",
"jest": "^25.5.0",
"jest": "^27.5.1",
"jest-canvas-mock": "^2.3.1",
"lint-staged": "^10.5.4",
"npm-run-all": "^4.1.3",
"prettier": "^2.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-test-renderer": "^17.0.1"
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2"
},
"workspaces": [
"packages/*"