Skip to content

Commit

Permalink
pkg: react, babel, jest, eslint (#1968)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Apr 30, 2022
1 parent 5715a61 commit 219e644
Show file tree
Hide file tree
Showing 4 changed files with 422 additions and 497 deletions.
12 changes: 6 additions & 6 deletions examples/github-app/package.json
Expand Up @@ -21,11 +21,11 @@
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@anansi/babel-preset": "^3.0.1",
"@anansi/babel-preset": "^3.1.0",
"@anansi/browserslist-config": "1.3.3",
"@anansi/eslint-plugin": "0.12.10",
"@anansi/webpack-config": "11.3.9",
"@babel/core": "7.17.9",
"@anansi/webpack-config": "11.3.11",
"@babel/core": "7.17.10",
"@linaria/babel-preset": "3.0.0-beta.18",
"@linaria/core": "3.0.0-beta.18",
"@linaria/react": "3.0.0-beta.18",
Expand All @@ -39,13 +39,13 @@
"webpack-dev-server": "4.8.1"
},
"dependencies": {
"@anansi/router": "^0.3.3",
"@anansi/router": "^0.4.0",
"@ant-design/icons": "^4.7.0",
"@rest-hooks/experimental": "^5.0.2",
"antd": "^4.18.6",
"parse-link-header": "^2.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-error-boundary": "^3.1.3",
"react-markdown": "^7.0.1",
"rest-hooks": "^6.3.2"
Expand Down
10 changes: 5 additions & 5 deletions examples/todo-app/package.json
Expand Up @@ -21,11 +21,11 @@
"private": true,
"license": "Apache-2.0",
"devDependencies": {
"@anansi/babel-preset": "^3.0.1",
"@anansi/babel-preset": "^3.1.0",
"@anansi/browserslist-config": "1.3.3",
"@anansi/eslint-plugin": "0.12.10",
"@anansi/webpack-config": "11.3.9",
"@babel/core": "7.17.9",
"@anansi/webpack-config": "11.3.11",
"@babel/core": "7.17.10",
"@linaria/babel-preset": "3.0.0-beta.18",
"@linaria/core": "3.0.0-beta.18",
"@linaria/react": "3.0.0-beta.18",
Expand All @@ -39,8 +39,8 @@
},
"dependencies": {
"@rest-hooks/rest": "^5.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"rest-hooks": "^6.3.2"
}
}
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -31,13 +31,13 @@
"extends @anansi/browserslist-config"
],
"devDependencies": {
"@anansi/babel-preset": "3.0.4",
"@anansi/babel-preset": "3.1.0",
"@anansi/browserslist-config": "1.3.3",
"@anansi/eslint-plugin": "0.12.10",
"@anansi/jest-preset": "^0.6.1",
"@babel/cli": "7.17.6",
"@babel/core": "7.17.9",
"@babel/node": "^7.16.8",
"@anansi/jest-preset": "^0.7.0",
"@babel/cli": "7.17.10",
"@babel/core": "7.17.10",
"@babel/node": "^7.17.10",
"@commitlint/cli": "^16.0.0",
"@commitlint/config-conventional": "^16.0.0",
"@rest-hooks/test": "^7.2.1",
Expand All @@ -46,7 +46,7 @@
"@testing-library/react-native": "^9.0.0",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.166",
"@types/react": "^18.0.0",
"@types/react": "^18.0.8",
"benchmark": "^2.1.4",
"conventional-changelog-anansi": "^0.2.0",
"copyfiles": "^2.4.1",
Expand All @@ -56,22 +56,22 @@
"cross-env": "^7.0.2",
"cross-fetch": "^3.0.6",
"downlevel-dts": "^0.10.0",
"eslint": "^8.13.0",
"eslint-plugin-import": "^2.22.1",
"eslint": "^8.14.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"ignore-styles": "^5.0.1",
"jest": "^28.0.0",
"jest-environment-jsdom": "^28.0.0",
"jest": "^28.0.3",
"jest-environment-jsdom": "^28.0.2",
"lerna": "^4.0.0",
"mkdirp": "^1.0.4",
"nock": "^13.1.0",
"prettier": "^2.2.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-native": "^0.68.0",
"react-test-renderer": "18.0.0",
"react-test-renderer": "18.1.0",
"redux": "^4.0.5",
"rimraf": "^3.0.2",
"rollup": "^2.35.1",
Expand Down

0 comments on commit 219e644

Please sign in to comment.