Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
Closes #654
  • Loading branch information
Atinux committed Apr 26, 2023
1 parent 4a7f65d commit cb92551
Show file tree
Hide file tree
Showing 2 changed files with 1,724 additions and 1,409 deletions.
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -25,40 +25,40 @@
"test": "vitest run"
},
"dependencies": {
"@nuxt/kit": "^3.3.1",
"@nuxt/kit": "^3.4.2",
"@nuxt/postcss8": "^1.1.3",
"autoprefixer": "^10.4.14",
"chokidar": "^3.5.3",
"clear-module": "^4.1.2",
"colorette": "^2.0.19",
"colorette": "^2.0.20",
"cookie-es": "^0.5.0",
"defu": "^6.1.2",
"destr": "^1.2.2",
"h3": "^1.6.2",
"iron-webcrypto": "^0.6.0",
"h3": "^1.6.4",
"iron-webcrypto": "^0.7.0",
"pathe": "^1.1.0",
"postcss": "^8.4.21",
"postcss-custom-properties": "^13.1.4",
"postcss-nesting": "^11.2.1",
"radix3": "^1.0.0",
"postcss": "^8.4.23",
"postcss-custom-properties": "^13.1.5",
"postcss-nesting": "^11.2.2",
"radix3": "^1.0.1",
"tailwind-config-viewer": "^1.7.2",
"tailwindcss": "~3.3.0",
"tailwindcss": "~3.3.2",
"ufo": "^1.1.1",
"uncrypto": "^0.1.2"
},
"devDependencies": {
"@fontsource/inter": "^4.5.15",
"@nuxt/content": "^2.5.2",
"@nuxt/devtools": "^0.2.5",
"@nuxt/content": "^2.6.0",
"@nuxt/devtools": "^0.4.2",
"@nuxt/module-builder": "latest",
"@nuxt/test-utils": "^3.3.1",
"@nuxt/test-utils": "^3.4.2",
"@nuxtjs/eslint-config-typescript": "latest",
"@tailwindcss/typography": "^0.5.9",
"changelogen": "^0.5.1",
"changelogen": "^0.5.3",
"codecov": "latest",
"eslint": "latest",
"jsdom": "^21.1.1",
"nuxt": "^3.3.1",
"vitest": "^0.29.7"
"nuxt": "^3.4.2",
"vitest": "^0.30.1"
}
}

0 comments on commit cb92551

Please sign in to comment.