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 Jan 2, 2025
1 parent 43d7038 commit e6ae056
Show file tree
Hide file tree
Showing 10 changed files with 376 additions and 172 deletions.
5 changes: 5 additions & 0 deletions apps/cli-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@
"react-dom": "^18.3.1",
"remeda": "^2.19.0",
"vitest": "^2.0.3"
},
"devDependencies": {
"@types/lodash": "^4.17.13",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5"
}
}
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.3",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"eslint": "^9.17.0",
"eslint-config-sheriff": "workspace:*",
"eslint-define-config": "^2.1.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/docs-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"@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/node": "^22.10.3",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"eslint": "^9.17.0",
"eslint-config-sheriff": "workspace:*",
"eslint-define-config": "^2.1.0",
Expand Down
9 changes: 4 additions & 5 deletions apps/sheriff-webservices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,17 @@
"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.3",
"eslint-define-config": "^2.1.0",
"tsx": "^4.16.2",
"typescript": "^5.6.3"
},
"dependencies": {
"@eslint-react/eslint-plugin": "^1.10.1",
"@eslint/js": "^9.17.0",
"@hono/node-server": "~1.7.0",
"@hono/node-server": "^1.7.0",
"@next/eslint-plugin-next": "^13.2.3",
"@regru/eslint-plugin-prefer-early-return": "^1.0.0",
"@stylistic/eslint-plugin": "^2.6.4",
Expand Down
7 changes: 3 additions & 4 deletions packages/eslint-config-sheriff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,9 @@
"@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/eslint-plugin-jsx-a11y": "^6.10.0",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.3",
"@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.3",
"@types/yargs": "^17.0.33",
"eslint": "^9.17.0",
"eslint-config-sheriff": "workspace:*",
"eslint-define-config": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/sheriff-create-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@sherifforg/constants": "workspace:*",
"@sherifforg/types": "workspace:*",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.9.0",
"@types/yargs": "^17.0.32",
"@types/node": "^22.10.3",
"@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"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/node": "^22.10.3",
"tsconfig": "workspace:*",
"typescript": "^5.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sheriff-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@sherifforg/types": "workspace:*",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.9.0",
"@types/node": "^22.10.3",
"eslint": "^9.17.0",
"eslint-config-sheriff": "workspace:*",
"eslint-define-config": "^2.1.0",
Expand Down
Loading

0 comments on commit e6ae056

Please sign in to comment.