Skip to content

Commit

Permalink
chore(deps-dev): bump next from 12.2.4 to 13.5.1 (#473)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump next from 12.2.4 to 13.5.1

Bumps [next](https://github.com/vercel/next.js) from 12.2.4 to 13.5.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v12.2.4...v13.5.1)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix type errors &  deps

* Change files

* fix type errors &  deps

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oleksandr Fediashov <[email protected]>
  • Loading branch information
dependabot[bot] and layershifter authored Dec 22, 2023
1 parent 795246b commit f134bc6
Show file tree
Hide file tree
Showing 6 changed files with 138 additions and 150 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "chore: require Next.js 13 or 14",
"packageName": "@griffel/next-extraction-plugin",
"email": "[email protected]",
"dependentChangeType": "patch"
}
1 change: 1 addition & 0 deletions e2e/nextjs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"checkJs": true,
"module": "CommonJS",
"jsx": "react",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"@types/lz-string": "1.3.34",
"@types/mini-css-extract-plugin": "2.5.1",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"@types/styled-components": "5.1.26",
"@types/stylis": "4.2.0",
"@types/tmp": "0.2.3",
Expand Down Expand Up @@ -114,7 +114,7 @@
"monosize": "0.0.9",
"monosize-storage-upstash": "0.0.8",
"nano-staged": "0.5.0",
"next": "12.2.4",
"next": "13.5.1",
"nx": "15.3.3",
"postcss": "^8.4.31",
"prettier": "2.8.2",
Expand Down
3 changes: 1 addition & 2 deletions packages/next-extraction-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"tslib": "^2.1.0"
},
"peerDependencies": {
"next": "^12.0.5",
"webpack": "^5"
"next": ">=13"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export const withGriffelCSSExtraction =
isClient: !isServer,
isServer,
isDevelopment: dev,
future: nextConfig.future || {},
experimental: nextConfig.experimental || {},
} as ConfigurationContext,
() => lazyPostCSS(dir, getSupportedBrowsers(dir, dev), undefined),
Expand Down
Loading

0 comments on commit f134bc6

Please sign in to comment.