Skip to content

Commit

Permalink
Chore: package updates 120424
Browse files Browse the repository at this point in the history
  • Loading branch information
wadehammes committed Dec 6, 2024
1 parent 7d5a459 commit 7b933b3
Show file tree
Hide file tree
Showing 2 changed files with 1,754 additions and 1,579 deletions.
40 changes: 24 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,59 +20,67 @@
"@contentful/rich-text-plain-text-renderer": "^17.0.0",
"@contentful/rich-text-react-renderer": "^16.0.0",
"@contentful/rich-text-types": "^17.0.0",
"@faker-js/faker": "^9.2.0",
"@faker-js/faker": "^9.3.0",
"@jest/types": "^29.6.3",
"@next/third-parties": "^15.0.3",
"@next/third-parties": "^15.0.4",
"@notionhq/client": "^2.2.15",
"@svgr/webpack": "^8.1.0",
<<<<<<< Updated upstream
"@tanstack/react-query": "^5.59.20",
=======
"@tanstack/react-query": "^5.62.2",
>>>>>>> Stashed changes
"classnames": "^2.5.1",
"contentful": "^11.2.1",
"contentful": "^11.2.5",
"gsap": "^3.12.5",
"html-react-parser": "^5.1.18",
"html-react-parser": "^5.1.19",
"jest-mock": "^29.7.0",
"next": "^15.0.3",
"next": "^15.0.4",
"postcss-flexbugs-fixes": "^5.0.2",
<<<<<<< Updated upstream
"postcss-preset-env": "^10.0.9",
=======
"postcss-preset-env": "^10.1.1",
>>>>>>> Stashed changes
"postcss-syntax": "^0.36.2",
"react": "^18.3.1",
"react-aria": "^3.35.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-aria": "^3.36.0",
"react-dom": "^19.0.0",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.53.1",
"react-intersection-observer": "^9.13.1",
"react-player": "^2.16.0",
"resend": "4.0.1-alpha.0",
"resend": "4.0.1",
"safe-json-stringify": "^1.2.0",
"schema-dts": "^1.1.2",
"stylelint-webpack-plugin": "^5.0.1",
"swiper": "^11.1.14",
"swiper": "^11.1.15",
"tslib": "^2.8.1",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/node": "^22.10.1",
"@types/react": "^19.0.0",
"@types/react-google-recaptcha": "^2.1.9",
"@types/safe-json-stringify": "^1.1.5",
"cf-content-types-generator": "^2.15.5",
"csstype": "^3.1.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react-is": "^18.3.1",
"stylelint": "^16.10.0",
"react-is": "^19.0.0",
"stylelint": "^16.11.0",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-recommended": "^14.0.1",
"stylelint-prettier": "^5.0.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"typescript-plugin-css-modules": "^5.1.0"
}
}
Loading

0 comments on commit 7b933b3

Please sign in to comment.