mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-26 07:49:18 +00:00
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:
+10
-8
@@ -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/*"
|
||||
|
||||
Reference in New Issue
Block a user