Skip to content

Commit

Permalink
chore: Small dep updates (#134)
Browse files Browse the repository at this point in the history
Dep updates for NextJS example app, and integration tests test API.
  • Loading branch information
nicholas-codecov committed May 24, 2024
1 parent 297cd29 commit 91e933f
Show file tree
Hide file tree
Showing 4 changed files with 1,053 additions and 318 deletions.
22 changes: 11 additions & 11 deletions examples/next-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
"lint": "next lint"
},
"dependencies": {
"next": "14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"next": "14.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@codecov/webpack-plugin": "workspace:^",
"@types/node": "^20.11.15",
"@types/react": "^18.2.51",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.17",
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-config-next": "14.1.0",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
"eslint-config-next": "14.2.3",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"volta": {
"extends": "../../package.json"
Expand Down
Binary file modified integration-tests/test-api/bun.lockb
Binary file not shown.
6 changes: 2 additions & 4 deletions integration-tests/test-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
"start": "tsx src/index.ts"
},
"dependencies": {
"@hono/node-server": "^1.3.1",
"hono": "^3.11.2",
"tsx": "^3.12.2"
"hono": "^4.3.11"
},
"volta": {
"extends": "../../package.json"
},
"devDependencies": {
"@types/bun": "^1.0.2"
"@types/bun": "^1.1.3"
}
}
Loading

0 comments on commit 91e933f

Please sign in to comment.