|
72 | 72 | "test:client": "vitest",
|
73 | 73 | "test:ssr": "pnpm run test:client --mode ssr",
|
74 | 74 | "prepublishOnly": "pnpm build",
|
75 |
| - "format": "prettier --ignore-path .gitignore -w \"src/**/*.{js,ts,json,css,tsx,jsx}\" \"dev/**/*.{js,ts,json,css,tsx,jsx}\"", |
| 75 | + "format": "prettier --ignore-pattern .gitignore -w \"src/**/*.{js,ts,json,css,tsx,jsx}\" \"dev/**/*.{js,ts,json,css,tsx,jsx}\"", |
76 | 76 | "lint": "concurrently pnpm:lint:*",
|
77 |
| - "lint:code": "eslint --ignore-path .gitignore --max-warnings 0 src/**/*.{js,ts,tsx,jsx}", |
| 77 | + "lint:code": "eslint --ignore-pattern .gitignore --max-warnings 0 src/**/*.{js,ts,tsx,jsx}", |
78 | 78 | "lint:types": "tsc --noEmit",
|
79 | 79 | "update-deps": "pnpm up -Li"
|
80 | 80 | },
|
81 | 81 | "dependencies": {
|
82 | 82 | "comma-separated-tokens": "^2.0.3",
|
83 |
| - "property-information": "^6.3.0", |
| 83 | + "property-information": "^6.5.0", |
84 | 84 | "remark-parse": "^11.0.0",
|
85 | 85 | "remark-rehype": "^11.1.1",
|
86 | 86 | "space-separated-tokens": "^2.0.2",
|
87 |
| - "style-to-object": "^0.3.0", |
| 87 | + "style-to-object": "^1.0.8", |
88 | 88 | "unified": "^11.0.5",
|
89 |
| - "unist-util-visit": "^4.1.2", |
| 89 | + "unist-util-visit": "^5.0.0", |
90 | 90 | "vfile": "^6.0.3"
|
91 | 91 | },
|
92 | 92 | "peerDependencies": {
|
93 | 93 | "solid-js": "^1.6.0"
|
94 | 94 | },
|
95 | 95 | "devDependencies": {
|
96 |
| - "@biomejs/biome": "^1.3.1", |
97 |
| - "@types/hast": "^2.3.7", |
98 |
| - "@types/unist": "^3.0.1", |
99 |
| - "@typescript-eslint/eslint-plugin": "^6.9.1", |
100 |
| - "@typescript-eslint/parser": "^6.9.1", |
101 |
| - "concurrently": "^8.2.2", |
102 |
| - "esbuild": "^0.18.20", |
103 |
| - "esbuild-plugin-solid": "^0.5.0", |
104 |
| - "eslint": "^8.52.0", |
| 96 | + "@biomejs/biome": "^1.9.3", |
| 97 | + "@types/hast": "^3.0.4", |
| 98 | + "@types/unist": "^3.0.3", |
| 99 | + "@typescript-eslint/eslint-plugin": "^8.8.0", |
| 100 | + "@typescript-eslint/parser": "^8.8.0", |
| 101 | + "concurrently": "^9.0.1", |
| 102 | + "esbuild": "^0.24.0", |
| 103 | + "esbuild-plugin-solid": "^0.6.0", |
| 104 | + "eslint": "^9.11.1", |
105 | 105 | "eslint-plugin-eslint-comments": "^3.2.0",
|
106 |
| - "eslint-plugin-no-only-tests": "^3.1.0", |
107 |
| - "jsdom": "^22.1.0", |
108 |
| - "prettier": "3.0.0", |
| 106 | + "eslint-plugin-no-only-tests": "^3.3.0", |
| 107 | + "jsdom": "^25.0.1", |
| 108 | + "prettier": "3.3.3", |
109 | 109 | "remark-gfm": "^4.0.0",
|
110 |
| - "solid-js": "^1.8.5", |
111 |
| - "tsup": "^7.2.0", |
112 |
| - "tsup-preset-solid": "^2.1.0", |
113 |
| - "typescript": "^5.2.2", |
114 |
| - "vite": "^4.5.0", |
115 |
| - "vite-plugin-solid": "^2.7.2", |
116 |
| - "vitest": "^0.33.0" |
| 110 | + "solid-js": "^1.9.1", |
| 111 | + "tsup": "^8.3.0", |
| 112 | + "tsup-preset-solid": "^2.2.0", |
| 113 | + "typescript": "^5.6.2", |
| 114 | + "vite": "^5.4.8", |
| 115 | + "vite-plugin-solid": "^2.10.2", |
| 116 | + "vitest": "^2.1.1" |
117 | 117 | },
|
118 |
| - "packageManager": "pnpm@8.6.0", |
| 118 | + "packageManager": "pnpm@9.11.0", |
119 | 119 | "engines": {
|
120 | 120 | "node": ">=18",
|
121 | 121 | "pnpm": ">=8.6.0"
|
|
0 commit comments