Skip to content

Commit

Permalink
Merge pull request #181 from declanlscott/dependabot/npm_and_yarn/dev…
Browse files Browse the repository at this point in the history
…elopment-dependencies-45bc9bdf8e
  • Loading branch information
declanlscott authored Dec 2, 2024
2 parents 99c1fff + 9495f33 commit 8524a36
Show file tree
Hide file tree
Showing 7 changed files with 293 additions and 230 deletions.
4 changes: 2 additions & 2 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"@fodder/prettier-config": "workspace:*",
"@fodder/typescript-config": "workspace:*",
"@hono/node-server": "^1.13.7",
"@types/node": "^22.9.4",
"@types/node": "^22.10.1",
"dotenv": "^16.4.5",
"esbuild": "^0.24.0",
"npm-run-all2": "^7.0.1",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"prettier": "@fodder/prettier-config"
}
8 changes: 4 additions & 4 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@
"@fodder/eslint-config": "workspace:*",
"@fodder/prettier-config": "workspace:*",
"@fodder/typescript-config": "workspace:*",
"@tanstack/eslint-plugin-query": "^5.61.3",
"@tanstack/eslint-plugin-query": "^5.62.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.7.1",
"@vitejs/plugin-react-swc": "^3.7.2",
"autoprefixer": "^10.4.20",
"fontaine": "^0.5.0",
"npm-run-all2": "^7.0.1",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite": "^6.0.2",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^2.1.5"
"vitest": "^2.1.8"
},
"prettier": "@fodder/prettier-config"
}
8 changes: 4 additions & 4 deletions configs/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"private": true,
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.3.2",
"eslint-config-turbo": "^2.3.3",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14"
"eslint-plugin-react-refresh": "^0.4.16"
}
}
2 changes: 1 addition & 1 deletion configs/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"license": "MIT",
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"prettier": "^3.3.3"
"prettier": "^3.4.1"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"devDependencies": {
"@fodder/eslint-config": "workspace:*",
"@fodder/prettier-config": "workspace:*",
"prettier": "^3.3.3",
"turbo": "^2.3.2",
"prettier": "^3.4.1",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
},
"prettier": "@fodder/prettier-config",
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@fodder/eslint-config": "workspace:*",
"@fodder/prettier-config": "workspace:*",
"@fodder/typescript-config": "workspace:*",
"@types/node": "^22.9.4",
"@types/node": "^22.10.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
},
Expand Down
Loading

0 comments on commit 8524a36

Please sign in to comment.