@dcodegroup-au/dsg-vue 1.0.9-next → 1.0.10-next

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 (1) hide show
  1. package/package.json +21 -21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcodegroup-au/dsg-vue",
3
3
  "description": "Front-end Vue/Tailwind DSG for UntitledUI.",
4
- "version": "1.0.9-next",
4
+ "version": "1.0.10-next",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "preinstall": "npx only-allow pnpm",
@@ -97,27 +97,27 @@
97
97
  "vue": "^3.1.0"
98
98
  },
99
99
  "devDependencies": {
100
- "@eslint/eslintrc": "^3.3.5",
101
- "@eslint/js": "^9.39.4",
100
+ "@eslint/eslintrc": "^3.3.6",
101
+ "@eslint/js": "^9.39.5",
102
102
  "@testing-library/vue": "^8.1.0",
103
103
  "@types/eslint": "^9.6.1",
104
- "@types/node": "^22.19.18",
104
+ "@types/node": "^22.20.1",
105
105
  "@types/uuid": "^10.0.0",
106
106
  "@vitejs/plugin-vue": "^5.2.4",
107
- "@vue/eslint-config-typescript": "^14.7.0",
108
- "@vue/test-utils": "^2.4.10",
107
+ "@vue/eslint-config-typescript": "^14.9.0",
108
+ "@vue/test-utils": "^2.4.11",
109
109
  "@vuepic/vue-datepicker": "^12.1.0",
110
110
  "@vueuse/components": "^13.9.0",
111
111
  "@vueuse/core": "^13.9.0",
112
112
  "@vueuse/integrations": "^13.9.0",
113
113
  "axios": "1.13.6",
114
114
  "card-validator": "^10.0.4",
115
- "date-fns": "^4.1.0",
116
- "eslint": "^9.39.4",
115
+ "date-fns": "^4.4.0",
116
+ "eslint": "^9.39.5",
117
117
  "eslint-config-prettier": "^10.1.8",
118
- "eslint-plugin-prettier": "^5.5.5",
118
+ "eslint-plugin-prettier": "^5.5.6",
119
119
  "eslint-plugin-storybook": "^0.12.0",
120
- "eslint-plugin-vue": "^10.9.1",
120
+ "eslint-plugin-vue": "^10.10.0",
121
121
  "floating-vue": "^5.2.2",
122
122
  "globals": "^16.5.0",
123
123
  "hotkeys-js": "^3.13.15",
@@ -125,22 +125,22 @@
125
125
  "jiti": "^2.7.0",
126
126
  "jsdom": "^26.1.0",
127
127
  "only-allow": "^1.2.2",
128
- "phone": "^3.1.71",
129
- "prettier": "^3.8.3",
130
- "sass": "^1.99.0",
128
+ "phone": "^3.1.72",
129
+ "prettier": "^3.9.6",
130
+ "sass": "^1.103.1",
131
131
  "semantic-release": "^24.2.9",
132
132
  "storybook": "^8.6.18",
133
- "tailwindcss": "^4.2.2",
133
+ "tailwindcss": "^4.3.3",
134
134
  "typescript": "^5.9.3",
135
- "typescript-eslint": "^8.59.2",
136
- "ua-parser-js": "^2.0.9",
135
+ "typescript-eslint": "^8.67.0",
136
+ "ua-parser-js": "^2.0.10",
137
137
  "uuid": "^11.1.1",
138
- "vditor": "^3.11.2",
139
- "vite": "^6.4.2",
138
+ "vditor": "^3.11.3",
139
+ "vite": "^6.4.3",
140
140
  "vite-plugin-dts": "^4.5.4",
141
- "vite-plugin-static-copy": "^4.1.0",
141
+ "vite-plugin-static-copy": "^4.1.1",
142
142
  "vite-svg-loader": "^5.1.1",
143
- "vitest": "^3.2.4",
143
+ "vitest": "^3.2.7",
144
144
  "vue-barcode-reader": "^1.0.3",
145
145
  "vue-multiselect": "^3.5.0",
146
146
  "vue-tsc": "^2.2.12",
@@ -159,6 +159,6 @@
159
159
  "axios": "1.13.6"
160
160
  },
161
161
  "dependencies": {
162
- "@tailwindcss/vite": "^4.2.2"
162
+ "@tailwindcss/vite": "^4.3.3"
163
163
  }
164
164
  }