yarn updated to 4.11, prep for refactoring
This commit is contained in:
parent
a5fcc7b5e9
commit
9b2ec20636
11 changed files with 21561 additions and 447 deletions
25
package.json
25
package.json
|
|
@ -11,17 +11,16 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@ark-ui/solid": "^3.5.0",
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@astrojs/markdown-remark": "^6.3.1",
|
||||
"@astrojs/mdx": "^4.2.6",
|
||||
"@astrojs/sitemap": "^3.4.0",
|
||||
"@astrojs/solid-js": "^5.0.10",
|
||||
"@astrojs/check": "0.9.5",
|
||||
"@astrojs/markdown-remark": "6.3.8",
|
||||
"@astrojs/mdx": "4.3.10",
|
||||
"@astrojs/sitemap": "3.6.0",
|
||||
"@astrojs/solid-js": "5.1.3",
|
||||
"@fontsource-variable/rubik": "^5.1.0",
|
||||
"@hbsnow/rehype-sectionize": "^1.0.7",
|
||||
"@pagefind/default-ui": "^1.1.1",
|
||||
"@shikijs/rehype": "^3.4.2",
|
||||
"@types/node": "^20.14.11",
|
||||
"astro": "^5.7.13",
|
||||
"astro": "5.15.5",
|
||||
"astro-breadcrumbs": "^3.3.1",
|
||||
"astro-icon": "^1.1.5",
|
||||
"hast": "^1.0.0",
|
||||
|
|
@ -29,14 +28,18 @@
|
|||
"remark-github-blockquote-alert": "^1.2.1",
|
||||
"solid-devtools": "^0.30.1",
|
||||
"solid-js": "^1.8.18",
|
||||
"typescript": "^5.5.3",
|
||||
"unified": "^11.0.5",
|
||||
"unist-util-visit": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/ts-plugin": "^1.10.3",
|
||||
"@astrojs/ts-plugin": "1.10.5",
|
||||
"@babel/core": "^7.28.5",
|
||||
"@babel/plugin-syntax-typescript": "^7.27.1",
|
||||
"@biomejs/biome": "^1.8.3",
|
||||
"pagefind": "^1.1.1"
|
||||
"@types/babel__core": "^7",
|
||||
"@types/node": "^20.14.11",
|
||||
"pagefind": "^1.1.1",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"packageManager": "yarn@4.5.0"
|
||||
"packageManager": "yarn@4.11.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue