Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mellevanderlinde committed Jan 17, 2025
1 parent 063cec9 commit 07aaed9
Show file tree
Hide file tree
Showing 4 changed files with 304 additions and 304 deletions.
10 changes: 5 additions & 5 deletions apps/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"test:update": "vitest run -u"
},
"devDependencies": {
"@types/node": "^22.10.5",
"aws-cdk": "^2.174.1",
"@types/node": "^22.10.7",
"aws-cdk": "^2.176.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
"typescript": "^5.7.3",
"vitest": "^3.0.1"
},
"dependencies": {
"aws-cdk-lib": "^2.174.1",
"aws-cdk-lib": "^2.176.0",
"constructs": "^10.4.2",
"source-map-support": "^0.5.21",
"website": "workspace:*"
Expand Down
14 changes: 7 additions & 7 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@
"test:update": "vitest run -u"
},
"dependencies": {
"@types/node": "^22.10.5",
"@types/react": "^19.0.3",
"@types/react-dom": "^19.0.2",
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"geist": "^1.3.1",
"highlight.js": "^11.11.1",
"next": "^15.1.3",
"next": "^15.1.5",
"next-mdx-remote": "^5.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"reading-time": "workspace:*",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@testing-library/react": "^16.1.0",
"@testing-library/react": "^16.2.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
"vitest": "^3.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/reading-time/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "vitest run"
},
"devDependencies": {
"typescript": "^5.7.2",
"vitest": "^2.1.8"
"typescript": "^5.7.3",
"vitest": "^3.0.1"
}
}
Loading

0 comments on commit 07aaed9

Please sign in to comment.