@samk-dev/nuxt-vcalendar
Advanced tools
Comparing version 1.0.0-dev to 1.0.0
{ | ||
"name": "@samk-dev/nuxt-vcalendar", | ||
"version": "1.0.0-dev", | ||
"version": "1.0.0", | ||
"configKey": "vcalendar", | ||
@@ -5,0 +5,0 @@ "compatibility": { |
{ | ||
"name": "@samk-dev/nuxt-vcalendar", | ||
"version": "1.0.0-dev", | ||
"version": "1.0.0", | ||
"description": "Integrates V Calendar in Nuxt", | ||
@@ -44,3 +44,3 @@ "repository": "samk-dev/nuxt-vcalendar", | ||
"dependencies": { | ||
"@nuxt/kit": "^3.5.2", | ||
"@nuxt/kit": "^3.6.5", | ||
"@popperjs/core": "^2.11.8", | ||
@@ -50,18 +50,14 @@ "v-calendar": "^3.0.3" | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.6.5", | ||
"@commitlint/config-conventional": "^17.6.5", | ||
"@commitlint/cli": "^17.6.7", | ||
"@commitlint/config-conventional": "^17.6.7", | ||
"@nuxt/module-builder": "^0.4.0", | ||
"@nuxt/schema": "^3.5.2", | ||
"@nuxt/test-utils": "^3.5.1", | ||
"@nuxtjs/eslint-config-typescript": "^12.0.0", | ||
"@types/lodash": "^4.14.195", | ||
"@nuxt/schema": "^3.6.5", | ||
"@nuxt/test-utils": "^3.6.5", | ||
"@samk-dev/eslint-config": "^1.0.3", | ||
"@samk-dev/prettier-config": "^1.0.1", | ||
"@types/node": "^18", | ||
"changelogen": "^0.5.3", | ||
"eslint": "^8.42.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"changelogen": "^0.5.4", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^13.2.2", | ||
"nuxt": "^3.5.3", | ||
"prettier": "^2.8.8", | ||
"lint-staged": "^13.2.3", | ||
"nuxt": "^3.6.5", | ||
"vitest": "^0.31.4" | ||
@@ -68,0 +64,0 @@ }, |
@@ -45,4 +45,2 @@ # Nuxt VCalendar | ||
**VCalendar does not work on ssr it should be wrapped with `<ClientOnly />`. If you have `ssr: false` it can be used without `<ClientOnly />`** _see [issue on vcalendar repository](https://github.com/nathanreyes/v-calendar/issues/823)_ | ||
```html | ||
@@ -49,0 +47,0 @@ <script setup lang="ts"> |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
13
1
9813
146
Updated@nuxt/kit@^3.6.5