Skip to content

Commit

Permalink
pkg: Update validation packages (#2814)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 16, 2023
1 parent 3aa1fbb commit 3cbee37
Show file tree
Hide file tree
Showing 4 changed files with 458 additions and 440 deletions.
94 changes: 47 additions & 47 deletions examples/github-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/github-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"react-refresh": "0.14.0",
"serve": "14.2.1",
"webpack": "5.88.2",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"devDependencies": {
"@anansi/babel-preset": "4.2.15",
"@anansi/browserslist-config": "1.4.3",
"@anansi/eslint-plugin": "0.16.29",
"@anansi/jest-preset": "0.10.20",
"@anansi/eslint-plugin": "0.16.31",
"@anansi/jest-preset": "0.10.21",
"@babel/cli": "7.22.15",
"@babel/core": "7.22.15",
"@babel/node": "7.22.15",
Expand All @@ -61,12 +61,12 @@
"@react-navigation/native-stack": "^6.9.1",
"@testing-library/react": "14.0.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/react-native": "12.2.2",
"@types/jest": "29.5.4",
"@testing-library/react-native": "12.3.0",
"@types/jest": "29.5.5",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"babel-plugin-module-resolver": "5.0.0",
"benchmark": "^2.1.4",
"conventional-changelog-anansi": "^0.2.0",
Expand All @@ -76,15 +76,15 @@
"cpy-cli": "5.0.0",
"cross-fetch": "^4.0.0",
"downlevel-dts": "^0.10.0",
"eslint": "8.48.0",
"eslint": "8.49.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"ignore-styles": "^5.0.1",
"jest": "29.6.4",
"jest-environment-jsdom": "29.6.4",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"mkdirp": "^3.0.0",
"nock": "13.3.1",
"node-fetch": "^3.3.0",
Expand Down
Loading

0 comments on commit 3cbee37

Please sign in to comment.