Skip to content

Commit

Permalink
upgrade deps && docs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Mar 4, 2025
1 parent 07264a4 commit fac5a0f
Show file tree
Hide file tree
Showing 9 changed files with 262 additions and 262 deletions.
2 changes: 1 addition & 1 deletion .lst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-03-03_16:17:04
2025-03-04_01:03:16
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/express": "^5.0.0",
"@types/jest": "^29.5.14",
"@types/morgan": "^1.9.9",
"@types/node": "^22.13.8",
"@types/node": "^22.13.9",
"@types/supertest": "^6.0.2",
"jest": "^29.7.0",
"supertest": "^7.0.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@repo/shared": "workspace:*",
"next": "^15.2.0",
"next": "^15.2.1",
"nextjs-darkmode-lite": "^1.0.10",
"nextjs-themes": "^4.0.6",
"react": "^19.0.0",
Expand All @@ -22,10 +22,10 @@
"webgl-generative-particles": "^0.0.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^15.2.0",
"@next/eslint-plugin-next": "^15.2.1",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/node": "^22.13.8",
"@types/node": "^22.13.9",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"typescript": "^5.8.2"
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@testing-library/react": "^16.2.0",
"@types/node": "^22.13.8",
"@types/node": "^22.13.9",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@changesets/cli": "^2.28.1",
"@repo/typescript-config": "workspace:*",
"@types/node": "^22.13.8",
"@types/node": "^22.13.9",
"enquirer": "^2.4.1",
"plop": "^4.0.1",
"prettier": "^3.5.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"type": "module",
"private": true,
"devDependencies": {
"@next/eslint-plugin-next": "^15.2.0",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"@next/eslint-plugin-next": "^15.2.1",
"@typescript-eslint/eslint-plugin": "^8.26.0",
"@typescript-eslint/parser": "^8.26.0",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.2",
"eslint-plugin-only-warn": "^1.1.0",
Expand All @@ -15,6 +15,6 @@
"eslint-plugin-turbo": "^2.4.4",
"globals": "^16.0.0",
"typescript": "^5.8.2",
"typescript-eslint": "^8.25.0"
"typescript-eslint": "^8.26.0"
}
}
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@repo/jest-presets": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.8",
"@types/node": "^22.13.9",
"jest": "^29.7.0",
"tsup": "^8.4.0",
"typescript": "^5.8.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@testing-library/react": "^16.2.0",
"@types/node": "^22.13.8",
"@types/node": "^22.13.9",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
Expand All @@ -41,7 +41,7 @@
"dependencies": {
"@mayank1513/fork-me": "^2.1.3",
"@repo/scripts": "workspace:*",
"esbuild-raw-plugin": "^0.1.1",
"esbuild-raw-plugin": "^0.2.0",
"nextjs-darkmode": "^1.0.10",
"nextjs-themes": "^4.0.6",
"r18gs": "^3.0.1",
Expand Down
Loading

0 comments on commit fac5a0f

Please sign in to comment.