Skip to content

Commit

Permalink
feat: update next-with-linaria to work with linaria 5 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlehmhus committed Sep 28, 2023
1 parent 62f4603 commit 63adfe2
Show file tree
Hide file tree
Showing 13 changed files with 7,891 additions and 2,826 deletions.
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-with-linaria",
"version": "0.5.0",
"version": "0.5.1",
"description": "Linaria support for Next.js 13 app directory feature",
"main": "lib/webpackConfig.js",
"scripts": {
Expand All @@ -13,28 +13,29 @@
},
"packageManager": "pnpm@7.27.1",
"devDependencies": {
"@linaria/babel-preset": "4.4.3",
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.53.0",
"eslint": "8.34.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-prettier": "4.2.1",
"@linaria/babel-preset": "5.0.3",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-typescript-sort-keys": "2.1.0",
"eslint-plugin-unused-imports": "2.0.0",
"eslint-plugin-typescript-sort-keys": "3.0.0",
"eslint-plugin-unused-imports": "3.0.0",
"is-ci": "3.0.1",
"lint-staged": "13.1.2",
"next": "13.2.1",
"prettier": "2.8.4",
"simple-git-hooks": "2.8.1",
"typescript": "4.9.5",
"webpack": "5.75.0"
"lint-staged": "14.0.1",
"next": "13.5.3",
"prettier": "3.0.3",
"simple-git-hooks": "2.9.0",
"typescript": "5.2.2",
"webpack": "5.88.2"
},
"peerDependencies": {
"@linaria/babel-preset": "4.x"
"@linaria/babel-preset": "5.x",
"@babel/runtime": "7.x"
},
"dependencies": {
"file-system-cache": "2.0.2"
"file-system-cache": "2.4.4"
},
"files": [
"lib"
Expand Down

0 comments on commit 63adfe2

Please sign in to comment.