Skip to content

Commit

Permalink
Merge pull request #4603 from luke-h1/chore/update-next-minor
Browse files Browse the repository at this point in the history
chore(frontend): update minor next version
  • Loading branch information
luke-h1 authored Dec 11, 2024
2 parents d113b61 + 5106327 commit 7e75e55
Show file tree
Hide file tree
Showing 2 changed files with 277 additions and 265 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@fontsource/poppins": "^5.1.0",
"@lukemorales/query-key-factory": "^1.3.4",
"@mdx-js/mdx": "^3.1.0",
"@next/eslint-plugin-next": "15.0.4",
"@next/mdx": "15.0.4",
"@next/third-parties": "15.0.4",
"@next/eslint-plugin-next": "15.1.0",
"@next/mdx": "15.1.0",
"@next/third-parties": "15.1.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/auto-instrumentations-node": "^0.53.0",
"@opentelemetry/exporter-metrics-otlp-proto": "^0.55.0",
Expand Down Expand Up @@ -82,7 +82,7 @@
"million": "^3.1.11",
"motion": "^10.18.0",
"nanoid": "^5.0.8",
"next": "15.0.4",
"next": "15.1.0",
"next-mdx-remote": "^5.0.0",
"next-sanity": "9.8.25",
"next-seo": "^6.6.0",
Expand Down Expand Up @@ -136,8 +136,8 @@
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@next/env": "15.0.4",
"@playwright/test": "^1.49.0",
"@next/env": "15.1.0",
"@playwright/test": "^1.49.1",
"@shikijs/rehype": "^1.24.1",
"@svgr/webpack": "^8.1.0",
"@swc/core": "^1.10.1",
Expand All @@ -151,7 +151,7 @@
"@types/jest": "^29.5.14",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.13",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@types/nprogress": "^0.2.3",
"@types/react": "19.0.1",
"@types/rss": "^0.0.32",
Expand All @@ -164,7 +164,7 @@
"cz-conventional-changelog": "^3.3.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "15.0.4",
"eslint-config-next": "15.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
Expand All @@ -184,10 +184,10 @@
"jest-watch-typeahead": "^2.2.2",
"lint-staged": "15.2.10",
"next-router-mock": "^0.9.13",
"node-mocks-http": "^1.16.1",
"node-mocks-http": "^1.16.2",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"vercel": "^39.1.3"
"vercel": "^39.2.0"
},
"nextBundleAnalysis": {
"budget": 204800,
Expand Down
Loading

0 comments on commit 7e75e55

Please sign in to comment.