Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Nov 18, 2024
1 parent 01fd7b9 commit b14a6f7
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 44 deletions.
76 changes: 38 additions & 38 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"newrelic": "^12.7.0",
"next": "^15.0.3",
"nextjs-toploader": "^3.7.15",
"react": "^19.0.0-rc-2ec26bc4-20241111",
"react-dom": "^19.0.0-rc-2ec26bc4-20241111",
"react": "^19.0.0-rc.1",
"react-dom": "^19.0.0-rc.1",
"react-masonry-css": "^1.0.16",
"sanitize-html": "^2.13.1"
},
Expand All @@ -41,8 +41,8 @@
"@tailwindcss/typography": "^0.5.15",
"@types/newrelic": "^9.14.6",
"@types/node": "^22.9.0",
"@types/react": "npm:[email protected]alpha.3",
"@types/react-dom": "npm:[email protected]alpha.3",
"@types/react": "npm:[email protected]rc.1",
"@types/react-dom": "npm:[email protected]rc.1",
"@types/sanitize-html": "^2.13.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
Expand All @@ -59,7 +59,7 @@
"typescript": "^5.6.3"
},
"overrides": {
"@types/react": "npm:[email protected]alpha.3",
"@types/react-dom": "npm:[email protected]alpha.3"
"@types/react": "npm:[email protected]rc.1",
"@types/react-dom": "npm:[email protected]rc.1"
}
}

0 comments on commit b14a6f7

Please sign in to comment.