@vuetify/one 1.9.0 → 1.9.1

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.
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .v-footer__image[data-v-3135ada5]{display:flex;height:40px;flex:1 1 auto;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.social-link[data-v-a9b9957a] .v-icon{color:rgba(var(--v-theme-on-background),var(--v-disabled-opacity));text-decoration:none;transition:.2s ease-in-out}.social-link[data-v-a9b9957a] .v-icon:hover{color:rgb(var(--v-theme-primary))}
1
+ .v-footer__image[data-v-3135ada5]{display:flex;height:40px;flex:1 1 auto;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.social-link[data-v-d01d30e4] .v-icon{color:rgba(var(--v-theme-on-background),var(--v-disabled-opacity));text-decoration:none;transition:.2s ease-in-out}.social-link[data-v-d01d30e4] .v-icon:hover{color:rgb(var(--v-theme-primary))}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuetify/one",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -36,55 +36,53 @@
36
36
  "postversion": "git push --follow-tags"
37
37
  },
38
38
  "peerDependencies": {
39
- "@mdi/js": "6.2.95",
40
39
  "lodash-es": "^4.17.21",
41
40
  "vue": "^3.4.0",
42
41
  "vuetify": "^3.6.1"
43
42
  },
44
43
  "devDependencies": {
45
- "@babel/types": "^7.24.0",
46
- "@mdi/js": "6.2.95",
44
+ "@babel/types": "^7.24.7",
45
+ "@mdi/js": "7.4.47",
47
46
  "@rollup/plugin-alias": "^5.1.0",
48
47
  "@types/lodash-es": "^4.17.12",
49
- "@types/node": "^20.11.26",
50
- "@vercel/analytics": "^1.2.2",
51
- "@vercel/speed-insights": "^1.0.10",
52
- "@vitejs/plugin-vue": "^5.0.4",
48
+ "@types/node": "^20.14.10",
49
+ "@vitejs/plugin-vue": "^5.0.5",
53
50
  "@vue/eslint-config-typescript": "^13.0.0",
54
- "conventional-changelog-cli": "^4.1.0",
51
+ "conventional-changelog-cli": "^5.0.0",
55
52
  "conventional-changelog-vuetify": "^1.2.1",
56
53
  "conventional-github-releaser": "^3.1.5",
57
- "core-js": "^3.36.0",
54
+ "core-js": "^3.37.1",
55
+ "date-fns": "^3.6.0",
58
56
  "eslint": "^8.57.0",
59
57
  "eslint-config-standard": "^17.1.0",
60
58
  "eslint-config-vuetify": "^1.0.0",
61
59
  "eslint-plugin-import": "^2.29.1",
62
- "eslint-plugin-n": "^16.6.2",
60
+ "eslint-plugin-n": "^17.9.0",
63
61
  "eslint-plugin-node": "^11.1.0",
64
- "eslint-plugin-promise": "^6.1.1",
65
- "eslint-plugin-vue": "^9.23.0",
66
- "jsdom": "^24.0.0",
62
+ "eslint-plugin-promise": "^6.4.0",
63
+ "eslint-plugin-vue": "^9.27.0",
64
+ "jsdom": "^24.1.0",
67
65
  "lodash-es": "^4.17.21",
68
66
  "pinia": "^2.1.7",
69
- "rimraf": "^5.0.5",
67
+ "rimraf": "^5.0.8",
70
68
  "roboto-fontface": "*",
71
- "rollup": "^4.13.0",
72
- "rollup-plugin-dts": "^6.1.0",
73
- "sass": "^1.71.1",
74
- "taze": "^0.13.3",
69
+ "rollup": "^4.18.0",
70
+ "rollup-plugin-dts": "^6.1.1",
71
+ "sass": "^1.77.6",
72
+ "taze": "^0.14.2",
75
73
  "typescript": "5.3.3",
76
- "unplugin-auto-import": "^0.17.5",
74
+ "unplugin-auto-import": "^0.17.6",
77
75
  "unplugin-fonts": "^1.1.1",
78
- "unplugin-vue-components": "^0.26.0",
79
- "unplugin-vue-router": "^0.8.4",
80
- "vite": "^5.1.6",
76
+ "unplugin-vue-components": "^0.27.2",
77
+ "unplugin-vue-router": "^0.10.0",
78
+ "vite": "^5.3.3",
81
79
  "vite-plugin-vue-layouts": "^0.11.0",
82
80
  "vite-plugin-vuetify": "^2.0.3",
83
81
  "vite-tsconfig-paths": "^4.3.2",
84
- "vitest": "^1.3.1",
85
- "vue": "^3.4.21",
86
- "vue-router": "^4.3.0",
87
- "vue-tsc": "^2.0.6",
88
- "vuetify": "^3.6.6"
82
+ "vitest": "^1.6.0",
83
+ "vue": "^3.4.31",
84
+ "vue-router": "^4.4.0",
85
+ "vue-tsc": "^2.0.26",
86
+ "vuetify": "^3.6.11"
89
87
  }
90
88
  }