Skip to content

Commit

Permalink
Merge pull request #1143 from kduprey/dependabot/npm_and_yarn/types/n…
Browse files Browse the repository at this point in the history
…ode-22.7.2

build(deps-dev): bump @types/node from 22.7.0 to 22.7.2
  • Loading branch information
kduprey-app-token[bot] authored Sep 26, 2024
2 parents a1893ec + 0b5d4cf commit c75215f
Show file tree
Hide file tree
Showing 8 changed files with 96 additions and 96 deletions.
2 changes: 1 addition & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.0",
"@types/node": "^22.7.2",
"@types/react": "18.3.9",
"@types/react-dom": "^18.3.0",
"babel-loader": "^9.2.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@kduprey/eslint-config": "workspace:*",
"@next/bundle-analyzer": "^14.2.13",
"@types/node": "^22.7.0",
"@types/node": "^22.7.2",
"@types/react": "18.3.9",
"sanity": "^3.58.0",
"styled-components": "^6.1.13",
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.15",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^22.7.0",
"@types/node": "^22.7.2",
"@types/react": "^18.3.9",
"@vercel/style-guide": "^6.0.0",
"autoprefixer": "^10.4.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@kduprey/eslint-config": "workspace:*",
"@kduprey/tsconfig": "workspace:*",
"@types/node": "^22.7.0",
"@types/node": "^22.7.2",
"barrelsby": "^2.8.1",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@kduprey/eslint-config": "workspace:*",
"@kduprey/tsconfig": "workspace:*",
"@types/node": "^22.7.0",
"@types/node": "^22.7.2",
"prisma": "^5.20.0",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@kduprey/eslint-config": "workspace:*",
"@kduprey/tsconfig": "workspace:*",
"@types/node": "^22.7.0",
"@types/node": "^22.7.2",
"@types/react": "18.3.9",
"postcss": "^8.4.47",
"postcss-preset-mantine": "1.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@kduprey/eslint-config": "workspace:*",
"@kduprey/tsconfig": "workspace:*",
"@types/node": "^22.7.0",
"@types/node": "^22.7.2",
"tsup": "^8.3.0",
"typescript": "5.6.2"
}
Expand Down
Loading

0 comments on commit c75215f

Please sign in to comment.