rimelight-components 2.1.33 → 2.1.34

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/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rimelight-components",
3
- "version": "2.1.33",
3
+ "version": "2.1.34",
4
4
  "docs": "https://rimelight.com/tools/rimelight-components",
5
5
  "configKey": "rimelightComponents",
6
6
  "compatibility": {
package/dist/module.mjs CHANGED
@@ -4,7 +4,7 @@ import { readdirSync } from 'node:fs';
4
4
  import { basename } from 'node:path';
5
5
 
6
6
  const name = "rimelight-components";
7
- const version = "2.1.33";
7
+ const version = "2.1.34";
8
8
  const homepage = "https://rimelight.com/tools/rimelight-components";
9
9
 
10
10
  const defaultOptions = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rimelight-components",
3
- "version": "2.1.33",
3
+ "version": "2.1.34",
4
4
  "description": "A component library by Rimelight Entertainment.",
5
5
  "keywords": [
6
6
  "nuxt",
@@ -73,7 +73,6 @@
73
73
  "date-fns": "^4.1.0",
74
74
  "defu": "^6.1.4",
75
75
  "drizzle-orm": "^0.45.1",
76
- "nuxt": "^4.3.0",
77
76
  "tailwind-variants": "^3.2.2",
78
77
  "uuid": "^13.0.0",
79
78
  "vue": "^3.5.27",
@@ -91,6 +90,7 @@
91
90
  "@types/node": "latest",
92
91
  "@vueuse/nuxt": "^14.1.0",
93
92
  "changelogen": "^0.6.2",
93
+ "nuxt": "^4.3.0",
94
94
  "oxfmt": "^0.18.0",
95
95
  "oxlint": "^1.41.0",
96
96
  "release-it": "^19.2.4",
@@ -103,7 +103,8 @@
103
103
  "@nuxt/image": "^2.0.0",
104
104
  "@nuxt/ui": "^4.2.0",
105
105
  "@nuxtjs/i18n": "^10.2.1",
106
- "@vueuse/nuxt": "^14.1.0"
106
+ "@vueuse/nuxt": "^14.1.0",
107
+ "nuxt": "^4.3.0"
107
108
  },
108
109
  "trustedDependencies": [
109
110
  "@parcel/watcher",