Skip to content

Commit

Permalink
chore: fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jul 3, 2024
1 parent 2ae3f49 commit 97c3967
Show file tree
Hide file tree
Showing 8 changed files with 2,712 additions and 3,423 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nuxt-windicss-monorepo",
"private": true,
"type": "module",
"packageManager": "pnpm@8.1.0",
"packageManager": "pnpm@9.4.0",
"workspaces": [
"packages/*"
],
Expand All @@ -17,18 +17,18 @@
"test": "vitest"
},
"devDependencies": {
"@nuxt/test-utils": "3.13.1",
"@nuxt/types": "^2.18.0",
"typescript": "5.4.5",
"@nuxt/eslint-config": "^0.3.13",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/visitor-keys": "^7.14.1",
"@nuxt/test-utils": "3.13.1",
"@nuxt/types": "^2.18.1",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/visitor-keys": "^7.15.0",
"bumpp": "^9.4.1",
"cheerio": "1.0.0-rc.12",
"unbuild": "^2.0.0",
"vite": "^5.3.2",
"eslint": "9.5.0",
"eslint-plugin-n": "^17.9.0",
"typescript": "5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.3.2",
"vitest": "^1.6.0",
"windicss": "^3.5.6"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/nuxt-windicss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"build": "nuxt-module-build"
},
"dependencies": {
"@nuxt/kit": "3.12.2",
"@nuxt/kit": "^3.12.3",
"@windicss/config": "^1.9.3",
"@windicss/plugin-utils": "^1.9.3",
"consola": "^3.2.3",
Expand All @@ -56,9 +56,9 @@
},
"devDependencies": {
"@nuxt/content": "^2.13.0",
"@nuxt/module-builder": "^0.8.0",
"@nuxt/module-builder": "^0.8.1",
"@nuxt/schema": "3.12.2",
"@nuxt/types": "^2.18.0",
"@nuxt/types": "^2.18.1",
"@types/fs-extra": "^11.0.4"
}
}
2 changes: 1 addition & 1 deletion playground/nuxt3/content/1.content.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,6 @@ Learn more on [Nuxt docs](https://v3.nuxtjs.org/guide/deploy/node-server) for mo

---

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"}
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"}

Thanks for reading and happy writing, [Atinux](https://twitter.com/Atinux).
1 change: 1 addition & 0 deletions playground/nuxt3/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default defineNuxtConfig({
routes: [
'/',
],

},
},
})
2 changes: 1 addition & 1 deletion playground/nuxt3/nuxt3.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import fs from 'node:fs'
import { describe, test, expect } from 'vitest'
import { globby } from 'globby'
import fs from 'fs'
import { execa } from 'execa'
import path from 'pathe'

Expand Down
11 changes: 6 additions & 5 deletions playground/nuxt3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"@nuxt/content": "^2.5.2",
"less": "^4.1.2",
"nuxt": "^3.12.2",
"@nuxt/content": "^2.13.0",
"@nuxt/image": "^1.7.0",
"less": "^4.2.0",
"nuxt": "^3.12.3",
"nuxt-windicss": "link:../../packages/nuxt-windicss",
"sass": "^1.62.0",
"stylus": "^0.59.0"
"sass": "^1.77.6",
"stylus": "^0.63.0"
}
}
Loading

0 comments on commit 97c3967

Please sign in to comment.