@jojomatik/nuxt-bundle 1.0.0-beta.13 → 1.0.0-beta.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +13 -10
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
- # nuxt-bundle
1
+ # @jojomatik/nuxt-bundle
2
2
  [![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/jojomatik/nuxt-bundle?sort=semver)](https://github.com/jojomatik/nuxt-bundle/releases) [![GitHub](https://img.shields.io/github/license/jojomatik/nuxt-bundle)](LICENSE) [![Build and publish npm package](https://github.com/jojomatik/nuxt-bundle/actions/workflows/publish.yml/badge.svg)](https://github.com/jojomatik/nuxt-bundle/actions/workflows/publish.yml) [![npm](https://img.shields.io/npm/v/@jojomatik/nuxt-bundle)](https://www.npmjs.com/package/@jojomatik/nuxt-bundle) [![npm](https://img.shields.io/npm/dw/@jojomatik/nuxt-bundle)](https://www.npmjs.com/package/@jojomatik/nuxt-bundle)
3
3
 
4
4
  A bundle of commonly used nuxt dependencies and configuration.
5
5
 
6
6
  ## Licensing
7
- This project is licensed under the MIT License (MIT). See also [`LICENSE`](LICENSE).
7
+ This project is licensed under the MIT License (MIT). See also [`LICENSE`](LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jojomatik/nuxt-bundle",
3
- "version": "1.0.0-beta.13",
3
+ "version": "1.0.0-beta.15",
4
4
  "description": "A bundle of commonly used nuxt dependencies and configuration.",
5
5
  "keywords": [
6
6
  "nuxt",
@@ -24,8 +24,8 @@
24
24
  "@intlify/core-base": "9.9.0",
25
25
  "@intlify/shared": "9.9.0",
26
26
  "@mdi/js": "7.4.47",
27
- "@nuxt/image": "1.1.0",
28
- "@nuxtjs/eslint-config-typescript": "12.0.0",
27
+ "@nuxt/image": "1.2.0",
28
+ "@nuxtjs/eslint-config-typescript": "12.1.0",
29
29
  "@nuxtjs/i18n": "8.0.0",
30
30
  "@nuxtjs/robots": "3.0.0",
31
31
  "@semantic-release/exec": "6.0.3",
@@ -39,13 +39,12 @@
39
39
  "@storybook/vue3-vite": "7.6.7",
40
40
  "@types/node": "18.19.6",
41
41
  "@unhead/vue": "1.8.9",
42
- "chromatic": "10.2.0",
42
+ "chromatic": "10.2.1",
43
43
  "conventional-changelog-conventionalcommits": "7.0.2",
44
- "eslint": "8.56.0",
45
44
  "eslint-config-prettier": "9.1.0",
46
45
  "eslint-plugin-prettier": "5.1.3",
47
46
  "eslint-plugin-storybook": "0.6.15",
48
- "eslint-plugin-vue": "9.19.2",
47
+ "eslint-plugin-vue": "9.20.0",
49
48
  "prettier": "3.1.1",
50
49
  "react": "18.2.0",
51
50
  "react-dom": "18.2.0",
@@ -57,18 +56,22 @@
57
56
  "typescript": "5.3.3",
58
57
  "unplugin-auto-import": "0.17.3",
59
58
  "unplugin-vue-components": "0.26.0",
60
- "vite": "5.0.11",
61
59
  "vite-plugin-vuetify": "2.0.1",
62
- "vue": "3.4.8",
63
60
  "vue-i18n": "9.9.0",
64
61
  "vue-router": "4.2.5",
65
62
  "vuetify": "3.4.10"
66
63
  },
67
64
  "devDependencies": {
68
- "nuxt": "3.9.1"
65
+ "nuxt": "3.9.1",
66
+ "vue": "3.4.10",
67
+ "vite": "5.0.11",
68
+ "eslint": "8.56.0"
69
69
  },
70
70
  "peerDependencies": {
71
- "nuxt": "^3.7.4"
71
+ "eslint": "^8.56.0",
72
+ "nuxt": "^3.7.4",
73
+ "vue": "^3.4.8",
74
+ "vite": "^5.0.11"
72
75
  },
73
76
  "author": {
74
77
  "name": "jojomatik",