Skip to content

Commit 46fb6fd

Browse files
Update dependencies
1 parent 4387fb3 commit 46fb6fd

File tree

2 files changed

+1352
-875
lines changed

2 files changed

+1352
-875
lines changed

package.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -72,50 +72,50 @@
7272
"test:client": "vitest",
7373
"test:ssr": "pnpm run test:client --mode ssr",
7474
"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}\"",
7676
"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}",
7878
"lint:types": "tsc --noEmit",
7979
"update-deps": "pnpm up -Li"
8080
},
8181
"dependencies": {
8282
"comma-separated-tokens": "^2.0.3",
83-
"property-information": "^6.3.0",
83+
"property-information": "^6.5.0",
8484
"remark-parse": "^11.0.0",
8585
"remark-rehype": "^11.1.1",
8686
"space-separated-tokens": "^2.0.2",
87-
"style-to-object": "^0.3.0",
87+
"style-to-object": "^1.0.8",
8888
"unified": "^11.0.5",
89-
"unist-util-visit": "^4.1.2",
89+
"unist-util-visit": "^5.0.0",
9090
"vfile": "^6.0.3"
9191
},
9292
"peerDependencies": {
9393
"solid-js": "^1.6.0"
9494
},
9595
"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",
105105
"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",
109109
"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"
117117
},
118-
"packageManager": "pnpm@8.6.0",
118+
"packageManager": "pnpm@9.11.0",
119119
"engines": {
120120
"node": ">=18",
121121
"pnpm": ">=8.6.0"

0 commit comments

Comments
 (0)