Skip to content

Commit

Permalink
Upgrade all packages to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
villasv committed Jul 7, 2024
1 parent 53812fa commit b1f60a5
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 79 deletions.
163 changes: 91 additions & 72 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/bundle-analyzer": "^14.2.3",
"@next/mdx": "^14.2.3",
"@next/bundle-analyzer": "^14.2.4",
"@next/mdx": "^14.2.4",
"@types/jest": "^29.5.12",
"@types/mdx": "^2.0.13",
"@types/node": "^20.12.13",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/rss": "^0.0.32",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-mdx": "^3.1.5",
"jest": "^29.7.0",
"next": "^14.2.3",
"prettier": "^3.2.5",
"next": "^14.2.4",
"prettier": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rss": "^1.2.2",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
}
}

0 comments on commit b1f60a5

Please sign in to comment.