Skip to content

Commit

Permalink
feat: update next-with-linaria to work with linaria 6 (#24)
Browse files Browse the repository at this point in the history
* feat: update next-with-linaria to work with linaria 6

* chore

---------

Co-authored-by: minhphamba-ct <[email protected]>
  • Loading branch information
minhphamba-ct and minhphamba-ct authored Jan 31, 2024
1 parent 0db04d1 commit d5f479c
Show file tree
Hide file tree
Showing 7 changed files with 493 additions and 2,571 deletions.
10 changes: 6 additions & 4 deletions package.json
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": {
Expand All @@ -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",
Expand All @@ -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"
Expand Down
Loading

0 comments on commit d5f479c

Please sign in to comment.