Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Oct 31, 2024
1 parent e157a8e commit 854ad2b
Show file tree
Hide file tree
Showing 4 changed files with 351 additions and 977 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.1.0 2024-10-31
--------------------------------------------------

- Added cookie consent banner
- Upgraded NextJS to 15, ESLint to 9, and React to 19.

1.0.0 2024-10-08
--------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const nextConfig = {
experimental: {},
typescript: {
// Disable build errors since dev dependencies aren't loaded on prod. Rely on GitHub actions to throw any errors.
// ignoreBuildErrors: process.env.CI !== 'true',
ignoreBuildErrors: process.env.CI !== 'true',
},
images: {
remotePatterns: [
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@mui/base": "5.0.0-beta.61",
"@next/third-parties": "15.0.2",
"@tailwindcss/container-queries": "^0.1.1",
"@types/node": "^22.8.4",
"@types/node": "^22.8.6",
"@types/react": "^19.0.0-rc.1",
"@types/react-dom": "19.0.0-rc.1",
"algoliasearch": "^5.12.0",
Expand Down Expand Up @@ -58,13 +58,13 @@
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@graphql-codegen/typescript-operations": "^4.3.1",
"@next/bundle-analyzer": "15.0.2",
"@storybook/addon-essentials": "^8.3.6",
"@storybook/addon-interactions": "^8.3.6",
"@storybook/addon-links": "^8.3.6",
"@storybook/addon-essentials": "^8.4.0",
"@storybook/addon-interactions": "^8.4.0",
"@storybook/addon-links": "^8.4.0",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^8.3.6",
"@storybook/nextjs": "^8.3.6",
"@storybook/react": "^8.3.6",
"@storybook/blocks": "^8.4.0",
"@storybook/nextjs": "^8.4.0",
"@storybook/react": "^8.4.0",
"@storybook/testing-library": "^0.2.2",
"@types/react-cookiebot": "^1.0.5",
"@types/react-slick": "^0.23.13",
Expand All @@ -78,7 +78,7 @@
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"react-docgen": "^7.1.0",
"storybook": "^8.3.6",
"storybook": "^8.4.0",
"storybook-addon-module-mock": "^1.3.4",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript-eslint": "^8.12.2"
Expand Down
Loading

0 comments on commit 854ad2b

Please sign in to comment.