Skip to content

Commit 97c3967

Browse files
committedJul 3, 2024·
chore: fix broken build
1 parent 2ae3f49 commit 97c3967

File tree

8 files changed

+2712
-3423
lines changed

8 files changed

+2712
-3423
lines changed
 

‎package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nuxt-windicss-monorepo",
33
"private": true,
44
"type": "module",
5-
"packageManager": "pnpm@8.1.0",
5+
"packageManager": "pnpm@9.4.0",
66
"workspaces": [
77
"packages/*"
88
],
@@ -17,18 +17,18 @@
1717
"test": "vitest"
1818
},
1919
"devDependencies": {
20-
"@nuxt/test-utils": "3.13.1",
21-
"@nuxt/types": "^2.18.0",
22-
"typescript": "5.4.5",
2320
"@nuxt/eslint-config": "^0.3.13",
24-
"@typescript-eslint/eslint-plugin": "^7.14.1",
25-
"@typescript-eslint/visitor-keys": "^7.14.1",
21+
"@nuxt/test-utils": "3.13.1",
22+
"@nuxt/types": "^2.18.1",
23+
"@typescript-eslint/eslint-plugin": "^7.15.0",
24+
"@typescript-eslint/visitor-keys": "^7.15.0",
2625
"bumpp": "^9.4.1",
2726
"cheerio": "1.0.0-rc.12",
28-
"unbuild": "^2.0.0",
29-
"vite": "^5.3.2",
3027
"eslint": "9.5.0",
3128
"eslint-plugin-n": "^17.9.0",
29+
"typescript": "5.4.5",
30+
"unbuild": "^2.0.0",
31+
"vite": "^5.3.2",
3232
"vitest": "^1.6.0",
3333
"windicss": "^3.5.6"
3434
},

‎packages/nuxt-windicss/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"build": "nuxt-module-build"
3939
},
4040
"dependencies": {
41-
"@nuxt/kit": "3.12.2",
41+
"@nuxt/kit": "^3.12.3",
4242
"@windicss/config": "^1.9.3",
4343
"@windicss/plugin-utils": "^1.9.3",
4444
"consola": "^3.2.3",
@@ -56,9 +56,9 @@
5656
},
5757
"devDependencies": {
5858
"@nuxt/content": "^2.13.0",
59-
"@nuxt/module-builder": "^0.8.0",
59+
"@nuxt/module-builder": "^0.8.1",
6060
"@nuxt/schema": "3.12.2",
61-
"@nuxt/types": "^2.18.0",
61+
"@nuxt/types": "^2.18.1",
6262
"@types/fs-extra": "^11.0.4"
6363
}
6464
}

‎playground/nuxt3/content/1.content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,6 @@ Learn more on [Nuxt docs](https://v3.nuxtjs.org/guide/deploy/node-server) for mo
187187

188188
---
189189

190-
You are at the end of the page, you can checkout the [about page](/about) or the [GitHub repository](https://github.com/Atinux/content-wind) and give a :icon{name="ph:star-duotone"}
190+
You are at the end of the page, you can checkout the or the [GitHub repository](https://github.com/Atinux/content-wind) and give a :icon{name="ph:star-duotone"}
191191

192192
Thanks for reading and happy writing, [Atinux](https://twitter.com/Atinux).

‎playground/nuxt3/nuxt.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export default defineNuxtConfig({
2626
routes: [
2727
'/',
2828
],
29+
2930
},
3031
},
3132
})

‎playground/nuxt3/nuxt3.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import fs from 'node:fs'
12
import { describe, test, expect } from 'vitest'
23
import { globby } from 'globby'
3-
import fs from 'fs'
44
import { execa } from 'execa'
55
import path from 'pathe'
66

‎playground/nuxt3/package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
"start": "node .output/server/index.mjs"
99
},
1010
"devDependencies": {
11-
"@nuxt/content": "^2.5.2",
12-
"less": "^4.1.2",
13-
"nuxt": "^3.12.2",
11+
"@nuxt/content": "^2.13.0",
12+
"@nuxt/image": "^1.7.0",
13+
"less": "^4.2.0",
14+
"nuxt": "^3.12.3",
1415
"nuxt-windicss": "link:../../packages/nuxt-windicss",
15-
"sass": "^1.62.0",
16-
"stylus": "^0.59.0"
16+
"sass": "^1.77.6",
17+
"stylus": "^0.63.0"
1718
}
1819
}

‎playground/nuxt3/pnpm-lock.yaml

+1,941-2,517
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pnpm-lock.yaml

+751-888
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.