Skip to content

Commit

Permalink
update devDep to include missing basics
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Jun 14, 2024
1 parent a6fbd99 commit 766f666
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 27 deletions.
6 changes: 5 additions & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@
"just-compact": "3.2.0"
},
"devDependencies": {
"@types/eslint": "8.56.10",
"@types/gtag.js": "0.0.20",
"@types/node": "20.14.2",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"eslint": "8.57.0",
"next": "14.2.4",
"nextjs-google-analytics": "2.3.3",
"type-fest": "4.20.0"
"type-fest": "4.20.0",
"typescript": "5.4.5"
},
"peerDependencies": {
"next": "14.2.4",
Expand Down
2 changes: 2 additions & 0 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@types/eslint": "8.56.10",
"@types/node": "20.14.2",
"@weareinreach/eslint-config": "workspace:*",
"alex": "11.0.1",
"eslint": "8.57.0",
"next-i18next": "15.3.0",
"typescript": "5.4.5"
}
Expand Down
6 changes: 5 additions & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@
"zod": "3.23.8"
},
"devDependencies": {
"@types/eslint": "8.56.10",
"@types/node": "20.14.2",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*"
"@weareinreach/eslint-config": "workspace:*",
"eslint": "8.57.0",
"typescript": "5.4.5"
}
}
6 changes: 5 additions & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@
"tslog": "4.9.3"
},
"devDependencies": {
"@types/eslint": "8.56.10",
"@types/luxon": "3.4.2",
"@types/node": "20.14.2",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*"
"@weareinreach/eslint-config": "workspace:*",
"eslint": "8.57.0",
"typescript": "5.4.5"
}
}
90 changes: 66 additions & 24 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 766f666

Please sign in to comment.