|
1 | 1 | { |
2 | 2 | "name": "next-with-linaria", |
3 | | - "version": "1.3.0", |
| 3 | + "version": "1.4.0", |
4 | 4 | "description": "Linaria support for Next.js App Router", |
5 | 5 | "main": "lib/with-linaria.js", |
6 | 6 | "scripts": { |
7 | 7 | "build": "tsc", |
8 | 8 | "watch": "tsc -w", |
9 | 9 | "clean": "rm -rf lib", |
10 | | - "lint": "eslint --fix src/**", |
11 | | - "test": "pnpm test --filter ./tests/example", |
| 10 | + "lint": "oxlint", |
| 11 | + "lint:fix": "oxlint --fix", |
| 12 | + "fmt": "oxfmt", |
| 13 | + "fmt:check": "oxfmt --check", |
| 14 | + "test": "pnpm --filter ./tests/example run test", |
12 | 15 | "prepublish": "pnpm run clean && pnpm run build" |
13 | 16 | }, |
14 | | - "packageManager": "pnpm@8.15.0", |
| 17 | + "packageManager": "pnpm@10.33.0", |
15 | 18 | "devDependencies": { |
16 | | - "@rspack/core": "1.5.5", |
| 19 | + "@rspack/core": "1.7.11", |
17 | 20 | "@types/fs-extra": "11.0.4", |
18 | | - "@typescript-eslint/eslint-plugin": "8.44.0", |
19 | | - "@typescript-eslint/parser": "8.44.0", |
20 | | - "@wyw-in-js/babel-preset": "0.7.0", |
21 | | - "@wyw-in-js/transform": "0.7.0", |
22 | | - "eslint": "9.35.0", |
23 | | - "eslint-config-prettier": "10.1.8", |
24 | | - "eslint-plugin-prettier": "5.5.4", |
25 | | - "eslint-plugin-simple-import-sort": "12.1.1", |
26 | | - "eslint-plugin-typescript-sort-keys": "3.3.0", |
27 | | - "eslint-plugin-unused-imports": "4.2.0", |
28 | | - "globals": "16.4.0", |
| 21 | + "@wyw-in-js/babel-preset": "1.0.7", |
| 22 | + "@wyw-in-js/transform": "1.0.7", |
| 23 | + "globals": "17.4.0", |
29 | 24 | "is-ci": "4.1.0", |
30 | | - "lint-staged": "16.1.6", |
31 | | - "next": "16.0.0", |
32 | | - "prettier": "3.6.2", |
| 25 | + "lint-staged": "16.4.0", |
| 26 | + "next": "16.2.2", |
| 27 | + "oxfmt": "0.44.0", |
| 28 | + "oxlint": "1.59.0", |
33 | 29 | "simple-git-hooks": "2.13.1", |
34 | | - "typescript": "5.9.2", |
35 | | - "webpack": "5.101.3" |
| 30 | + "typescript": "6.0.2", |
| 31 | + "webpack": "5.105.4" |
36 | 32 | }, |
37 | 33 | "peerDependencies": { |
38 | 34 | "@babel/runtime": "7.x", |
39 | | - "@wyw-in-js/babel-preset": "0.x", |
40 | | - "@wyw-in-js/transform": "0.x" |
| 35 | + "@wyw-in-js/babel-preset": "1.x", |
| 36 | + "@wyw-in-js/transform": "1.x" |
41 | 37 | }, |
42 | 38 | "files": [ |
43 | 39 | "lib" |
|
47 | 43 | }, |
48 | 44 | "lint-staged": { |
49 | 45 | "**/*.(js|jsx|ts|tsx)": [ |
50 | | - "eslint --fix" |
| 46 | + "oxlint --fix" |
51 | 47 | ], |
52 | 48 | "**/*.(js|jsx|ts|tsx|json|css|md|mdx)": [ |
53 | | - "prettier --write" |
| 49 | + "oxfmt" |
54 | 50 | ] |
55 | 51 | }, |
56 | 52 | "author": "Dario Lehmhus", |
|
0 commit comments