Skip to content

Commit

Permalink
chore: Bumped @phosphor-icons/vue to 2.2.1 🔄
Browse files Browse the repository at this point in the history
  • Loading branch information
oyedejioyewole committed May 27, 2024
1 parent 7a0c4bd commit 30cc5a5
Show file tree
Hide file tree
Showing 6 changed files with 1,800 additions and 1,873 deletions.
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
shamefully-hoist=true
shamefully-hoist=true
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"@nuxtjs/color-mode": "^3.4.1",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/tailwindcss": "^6.12.0",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"@vueuse/core": "^10.10.0",
"@vueuse/nuxt": "^10.10.0",
"nuxt-og-image": "3.0.0-rc.53",
"nuxt-phosphor-icons": "workspace:^",
"sass": "^1.77.1"
"sass": "^1.77.2"
},
"optionalDependencies": {
"@types/locomotive-scroll": "^4.1.3",
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@
"playground:dev": "pnpm --filter playground dev",
"playground:generate": "pnpm --filter playground generate",
"prepack": "nuxt-module-build build",
"release:major": "pnpm prepack && changelogen --release --major --output docs/content/release-notes.md && git push --follow-tags && pnpm publish",
"release:minor": "pnpm prepack && changelogen --release --minor --output docs/content/release-notes.md && git push --follow-tags && pnpm publish",
"release:patch": "pnpm prepack && changelogen --release --patch --output docs/content/release-notes.md && git push --follow-tags && pnpm publish"
"release:major": "pnpm prepack && changelogen --release --major --output docs/content/release-notes.md && git push --follow-tags && npm publish",
"release:minor": "pnpm prepack && changelogen --release --minor --output docs/content/release-notes.md && git push --follow-tags && npm publish",
"release:patch": "pnpm prepack && changelogen --release --patch --output docs/content/release-notes.md && git push --follow-tags && npm publish"
},
"dependencies": {
"@nuxt/kit": "^3.10.0",
"@phosphor-icons/vue": "^2.1.6"
"@nuxt/kit": "^3.11.2",
"@phosphor-icons/vue": "^2.2.1"
},
"devDependencies": {
"@nuxt/devtools": "1.0.8",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.10.0",
"@types/node": "^20.11.16",
"@nuxt/devtools": "1.3.2",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.7.0",
"@nuxt/schema": "^3.11.2",
"@types/node": "^20.12.12",
"changelogen": "^0.5.5",
"eslint": "^8.56.0",
"nuxt": "^3.10.0"
"eslint": "^9.3.0",
"nuxt": "^3.11.2"
}
}
14 changes: 7 additions & 7 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"preview": "nuxi preview"
},
"devDependencies": {
"@formkit/auto-animate": "^0.8.1",
"@nuxtjs/google-fonts": "^3.1.3",
"@nuxtjs/tailwindcss": "^6.11.2",
"@vueuse/core": "^10.7.2",
"@vueuse/nuxt": "^10.7.2",
"nuxt": "^3.10.0"
"@formkit/auto-animate": "^0.8.2",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/tailwindcss": "^6.12.0",
"@vueuse/core": "^10.10.0",
"@vueuse/nuxt": "^10.10.0",
"nuxt": "^3.11.2"
},
"dependencies": {
"@bobthered/tailwindcss-palette-generator": "^3.2.3",
"notivue": "^2.2.0"
"notivue": "^2.4.4"
}
}
Loading

0 comments on commit 30cc5a5

Please sign in to comment.