Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ineshbose committed Jan 18, 2024
1 parent 7c699ce commit 1e372fd
Show file tree
Hide file tree
Showing 4 changed files with 347 additions and 202 deletions.
2 changes: 1 addition & 1 deletion nuxt2-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"generate": "nuxt generate"
},
"dependencies": {
"nuxt": "2.17.2",
"nuxt": "2.17.3",
"vue": "2.7.15",
"vue-router": "3.6.5"
},
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"test:types": "pnpm dev:prepare && tsc --noEmit && nuxi typecheck playground"
},
"dependencies": {
"@nuxt/kit": "^3.9.1",
"autoprefixer": "^10.4.16",
"@nuxt/kit": "^3.9.3",
"autoprefixer": "^10.4.17",
"chokidar": "^3.5.3",
"clear-module": "^4.1.2",
"colorette": "^2.0.20",
Expand All @@ -62,17 +62,17 @@
"devDependencies": {
"@fontsource/inter": "^5.0.16",
"@nuxt/content": "^2.10.0",
"@nuxt/devtools": "^1.0.6",
"@nuxt/devtools": "^1.0.8",
"@nuxt/eslint-config": "latest",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/test-utils": "^3.9.0",
"@nuxt/test-utils": "^3.10.0",
"@tailwindcss/typography": "^0.5.10",
"@types/micromatch": "^4.0.6",
"changelogen": "^0.5.5",
"destr": "^2.0.2",
"eslint": "latest",
"happy-dom": "^12.10.3",
"nuxt": "^3.9.1",
"happy-dom": "^13.1.4",
"nuxt": "^3.9.3",
"typescript": "^5.3.3",
"vitest": "1.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineNuxtConfig({
tailwindcss: {
// viewer: false,
exposeConfig: true,
cssPath: ['~/assets/css/tailwind.css', { injectPosition: 'last' }],
cssPath: '~/assets/css/tailwind.css',
editorSupport: true
},
content: {
Expand Down
Loading

0 comments on commit 1e372fd

Please sign in to comment.