Skip to content

Commit

Permalink
update nextjs deps and lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-codecov committed May 24, 2024
1 parent 6846fbe commit d9492a5
Show file tree
Hide file tree
Showing 2 changed files with 1,051 additions and 314 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
Loading

0 comments on commit d9492a5

Please sign in to comment.