Skip to content

Commit 80c0936

Browse files
author
Dan Costello
committed
pnpm update
1 parent 73dd162 commit 80c0936

File tree

2 files changed

+837
-927
lines changed

2 files changed

+837
-927
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,37 +7,37 @@
77
"build:api": "node scripts/build-openapi-pages.mjs",
88
"dev": "next dev --turbo",
99
"start": "next start",
10-
"clean": "rm -rf .next .source node_modules out bun.lock",
10+
"clean": "rm -rf .next .source node_modules out pnpm-lock.yaml",
1111
"serve": "serve ./out",
1212
"types:check": "fumadocs-mdx && tsc --noEmit",
1313
"postinstall": "fumadocs-mdx"
1414
},
1515
"dependencies": {
1616
"ajv": "^8.17.1",
17-
"fumadocs-core": "15.2.15",
18-
"fumadocs-mdx": "11.6.2",
19-
"fumadocs-openapi": "^8.1.12",
20-
"fumadocs-ui": "15.2.15",
17+
"fumadocs-core": "15.4.2",
18+
"fumadocs-mdx": "11.6.6",
19+
"fumadocs-openapi": "^9.0.4",
20+
"fumadocs-ui": "15.4.2",
2121
"lucide-react": "^0.511.0",
22-
"next": "15.3.1",
22+
"next": "15.3.2",
2323
"prettier": "^3.5.3",
2424
"react": "^19.1.0",
2525
"react-dom": "^19.1.0",
2626
"serve": "^14.2.4",
2727
"shiki": "^3.4.2"
2828
},
2929
"devDependencies": {
30-
"@tailwindcss/postcss": "^4.1.5",
30+
"@tailwindcss/postcss": "^4.1.8",
3131
"@types/mdx": "^2.0.13",
32-
"@types/node": "22.15.21",
33-
"@types/react": "^19.1.2",
32+
"@types/node": "22.15.24",
33+
"@types/react": "^19.1.6",
3434
"@types/react-dom": "^19.1.3",
35-
"eslint": "^8",
36-
"eslint-config-next": "15.3.1",
35+
"eslint": "^9.27.0",
36+
"eslint-config-next": "15.3.2",
3737
"glob": "^11.0.2",
3838
"openapi-types": "^12.1.3",
3939
"postcss": "^8.5.3",
40-
"tailwindcss": "^4.1.7",
40+
"tailwindcss": "^4.1.8",
4141
"typescript": "^5.8.3"
4242
}
4343
}

0 commit comments

Comments
 (0)