Skip to content

Commit

Permalink
Merge pull request #1118 from dotboris/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
dotboris committed May 11, 2024
2 parents 3e853c8 + 4d6325b commit 80137ff
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 86 deletions.
5 changes: 5 additions & 0 deletions .changeset/sixty-numbers-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"prod-guard": patch
---

Give icons accessible labels based their titles
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"format:check": "prettier --check '**/*.{ts,tsx,js,jsx,json}'",
"prepare": "husky"
},
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.0",
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
Expand All @@ -29,12 +29,12 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@emotion/babel-plugin": "^11.11.0",
"@playwright/test": "^1.43.1",
"@testing-library/react": "^15.0.6",
"@playwright/test": "^1.44.0",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@tsconfig/recommended": "^1.0.6",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.1",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"@types/webextension-polyfill": "^0.10.7",
Expand All @@ -49,7 +49,7 @@
"eslint-config-standard-jsx": "^11.0.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.4.0",
"eslint-plugin-n": "^17.6.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
Expand Down Expand Up @@ -85,15 +85,15 @@
"raf-throttle": "^2.0.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.3",
"react-router": "^6.23.0",
"react-router-dom": "^6.23.0",
"react-hook-form": "^7.51.4",
"react-router": "^6.23.1",
"react-router-dom": "^6.23.1",
"react-use": "^17.5.0",
"trpc-chrome": "^1.0.0",
"uuid": "^9.0.1",
"webextension-polyfill": "^0.11.0",
"zod": "^3.23.6",
"zod-validation-error": "^3.2.0"
"zod": "^3.23.8",
"zod-validation-error": "^3.3.0"
},
"lint-staged": {
"*.{ts,tsx,js,jsx,json}": [
Expand Down

0 comments on commit 80137ff

Please sign in to comment.