Skip to content

Commit

Permalink
pkg: Update validation packages (#3111)
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 Jun 19, 2024
1 parent 87e04f0 commit 6d3c29e
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 133 deletions.
88 changes: 44 additions & 44 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.3",
"@types/react-dom": "18.3.0",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"react-refresh": "0.14.2",
"serve": "14.2.3",
"webpack": "5.92.0",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"devDependencies": {
"@anansi/babel-preset": "6.0.0",
"@anansi/browserslist-config": "1.5.0",
"@anansi/eslint-plugin": "0.17.11",
"@anansi/jest-preset": "0.11.2",
"@anansi/eslint-plugin": "0.17.12",
"@anansi/jest-preset": "0.11.3",
"@babel/cli": "7.24.7",
"@babel/core": "7.24.7",
"@babel/node": "7.24.7",
Expand All @@ -66,8 +66,8 @@
"@types/jest": "29.5.12",
"@types/node": "20.14.5",
"@types/react": "18.3.3",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"babel-plugin-module-resolver": "5.0.2",
"benchmark": "^2.1.4",
"conventional-changelog-anansi": "^0.2.0",
Expand All @@ -81,7 +81,7 @@
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react-hooks": "4.6.2",
"ignore-styles": "^5.0.1",
"jest": "29.7.0",
Expand Down
Loading

0 comments on commit 6d3c29e

Please sign in to comment.