Skip to content

Commit

Permalink
chore(deps): refresh typesync'd deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Dec 31, 2024
1 parent ff63dc1 commit 034b500
Show file tree
Hide file tree
Showing 9 changed files with 59 additions and 67 deletions.
7 changes: 4 additions & 3 deletions apps/config-validation-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
},
"devDependencies": {
"@storybook/react": "^7.6.20",
"@types/node": "^22.9.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.15",
"@types/lodash": "~4.17.13",
"@types/node": "^22.10.1",
"@types/react": "~18.3.12",
"@types/react-dom": "~18.3.1",
"eslint": "^9.17.0",
"eslint-config-sheriff": "workspace:*",
"eslint-define-config": "^2.1.0",
Expand Down
8 changes: 4 additions & 4 deletions apps/docs-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"@docusaurus/types": "^3.6.3",
"@hookform/devtools": "^4.3.1",
"@sherifforg/types": "workspace:*",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.9.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.15",
"@types/lodash-es": "~4.17.12",
"@types/node": "^22.10.1",
"@types/react": "~18.3.12",
"@types/react-dom": "~18.3.1",
"eslint": "^9.17.0",
"eslint-config-sheriff": "workspace:*",
"eslint-define-config": "^2.1.0",
Expand Down
7 changes: 3 additions & 4 deletions apps/sheriff-webservices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
"devDependencies": {
"@sherifforg/types": "workspace:*",
"@tsconfig/node-lts": "^22.0.0",
"@types/eslint-plugin-jsx-a11y": "^6.9.0",
"@types/eslint-plugin-react-refresh": "^0.4.0",
"@types/lodash": "^4.17.6",
"@types/node": "^22.9.0",
"@types/eslint-plugin-jsx-a11y": "~6.10.0",
"@types/lodash": "~4.17.13",
"@types/node": "^22.10.1",
"eslint-define-config": "^2.1.0",
"tsx": "^4.16.2",
"typescript": "^5.6.3"
Expand Down
9 changes: 4 additions & 5 deletions packages/eslint-config-sheriff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,10 @@
"devDependencies": {
"@sherifforg/constants": "workspace:*",
"@sherifforg/types": "workspace:*",
"@types/confusing-browser-globals": "^1.0.3",
"@types/eslint-plugin-jsx-a11y": "^6.9.0",
"@types/eslint-plugin-react-refresh": "^0.4.0",
"@types/lodash": "^4.17.6",
"@types/node": "^22.9.0",
"@types/confusing-browser-globals": "~1.0.3",
"@types/eslint-plugin-jsx-a11y": "~6.10.0",
"@types/lodash": "~4.17.13",
"@types/node": "^22.10.1",
"@typescript-eslint/utils": "^8.15.0",
"dts-bundle-generator": "^9.5.1",
"eslint": "^9.17.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/sheriff-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"devDependencies": {
"@sherifforg/constants": "workspace:*",
"@sherifforg/types": "workspace:*",
"@types/node": "^22.9.0",
"@types/yargs": "^17.0.32",
"@types/node": "^22.10.1",
"@types/yargs": "~17.0.33",
"eslint": "^9.17.0",
"eslint-config-sheriff": "workspace:*",
"eslint-define-config": "^2.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/sheriff-create-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"devDependencies": {
"@sherifforg/constants": "workspace:*",
"@sherifforg/types": "workspace:*",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.9.0",
"@types/yargs": "^17.0.32",
"@types/lodash-es": "~4.17.12",
"@types/node": "^22.10.1",
"@types/yargs": "~17.0.33",
"eslint": "^9.17.0",
"eslint-config-sheriff": "workspace:*",
"eslint-define-config": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheriff-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/node": "^22.10.1",
"tsconfig": "workspace:*",
"typescript": "^5.6.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/sheriff-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"devDependencies": {
"@sherifforg/types": "workspace:*",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.9.0",
"@types/lodash-es": "~4.17.12",
"@types/node": "^22.10.1",
"eslint": "^9.17.0",
"eslint-config-sheriff": "workspace:*",
"eslint-define-config": "^2.1.0",
Expand Down
79 changes: 36 additions & 43 deletions pnpm-lock.yaml

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

0 comments on commit 034b500

Please sign in to comment.