Skip to content

Commit

Permalink
Update to Next 14.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsalway committed Sep 19, 2024
1 parent 0b939ce commit eb900cd
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 200 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
interval: monthly
groups:
deps:
dependency-type: production
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "next lint"
},
"dependencies": {
"next": "14.2.11",
"next": "14.2.12",
"next-sitemap": "^4.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -23,11 +23,11 @@
"unified": "^11.0.5"
},
"devDependencies": {
"@types/node": "^20.16.5",
"@types/node": "^22.5.5",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.11",
"eslint-config-next": "14.2.12",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
Expand Down
Loading

0 comments on commit eb900cd

Please sign in to comment.