-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update next-with-linaria to work with linaria 6 (#24)
* feat: update next-with-linaria to work with linaria 6 * chore --------- Co-authored-by: minhphamba-ct <[email protected]>
- Loading branch information
1 parent
0db04d1
commit d5f479c
Showing
7 changed files
with
493 additions
and
2,571 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "next-with-linaria", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Linaria support for Next.js 13 app directory feature", | ||
"main": "lib/webpackConfig.js", | ||
"scripts": { | ||
|
@@ -13,9 +13,10 @@ | |
}, | ||
"packageManager": "[email protected]", | ||
"devDependencies": { | ||
"@linaria/babel-preset": "5.0.3", | ||
"@typescript-eslint/eslint-plugin": "6.7.3", | ||
"@typescript-eslint/parser": "6.7.3", | ||
"@wyw-in-js/babel-preset": "0.3.0", | ||
"@wyw-in-js/transform": "0.3.0", | ||
"eslint": "8.50.0", | ||
"eslint-config-prettier": "9.0.0", | ||
"eslint-plugin-prettier": "5.0.0", | ||
|
@@ -31,8 +32,9 @@ | |
"webpack": "5.88.2" | ||
}, | ||
"peerDependencies": { | ||
"@linaria/babel-preset": "5.x", | ||
"@babel/runtime": "7.x" | ||
"@babel/runtime": "7.x", | ||
"@wyw-in-js/babel-preset": "0.x", | ||
"@wyw-in-js/transform": "0.x" | ||
}, | ||
"dependencies": { | ||
"file-system-cache": "2.4.4" | ||
|
Oops, something went wrong.