Skip to content

Commit

Permalink
pkg: Update validation packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 25, 2024
1 parent 9c04770 commit 0679ffa
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 250 deletions.
203 changes: 58 additions & 145 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.3.2",
"@types/react-dom": "18.3.0",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"react-refresh": "0.14.2",
"serve": "14.2.3",
"webpack": "5.91.0",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"devDependencies": {
"@anansi/babel-preset": "5.0.8",
"@anansi/browserslist-config": "1.5.0",
"@anansi/eslint-plugin": "0.17.9",
"@anansi/jest-preset": "0.11.0",
"@anansi/eslint-plugin": "0.17.10",
"@anansi/jest-preset": "0.11.1",
"@babel/cli": "7.24.5",
"@babel/core": "7.24.5",
"@babel/node": "7.23.9",
Expand All @@ -60,15 +60,15 @@
"@js-temporal/polyfill": "^0.4.4",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.1",
"@testing-library/react": "15.0.6",
"@testing-library/react": "15.0.7",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/react-native": "12.5.0",
"@testing-library/react-native": "12.5.1",
"@types/jest": "29.5.12",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@types/react-native": "^0.73.0",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"babel-plugin-module-resolver": "5.0.2",
"benchmark": "^2.1.4",
"conventional-changelog-anansi": "^0.2.0",
Expand Down
Loading

0 comments on commit 0679ffa

Please sign in to comment.