Skip to content

Commit 4084858

Browse files
Merge pull request #23 from webdevnerdstuff/dev
v1.1.2
2 parents 7866536 + e03099d commit 4084858

12 files changed

+1080
-1175
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module.exports = {
1313
],
1414
ignorePatterns: [
1515
'.eslintrc.js',
16+
'stylelint.config.js',
1617
'vite.build.config.mts',
1718
'vite.config.mts',
1819
'*.bk.vue',

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change Log
22
All notable changes to the "vuetify-color-field" plugin will be documented in this file.
33

4+
## v1.1.2
5+
01-11-24
6+
[main] (@webdevnerdstuff)
7+
* Fix settings reactivity
8+
* Update packages
9+
410
## v1.1.1
511
01-10-24
612
[main] (@webdevnerdstuff)

dist/vuetify-color-field.cjs.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vuetify-color-field.es.js

Lines changed: 486 additions & 476 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdns/vuetify-color-field",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Vuetify Color Field is a Vuetify VTextField Color Picker Component",
55
"private": false,
66
"publishConfig": {
@@ -65,8 +65,8 @@
6565
],
6666
"dependencies": {
6767
"@vueuse/core": "^10.7.1",
68-
"vue": "^3.4.5",
69-
"vuetify": "^3.4.7"
68+
"vue": "^3.4.10",
69+
"vuetify": "^3.4.10"
7070
},
7171
"devDependencies": {
7272
"@fortawesome/fontawesome-svg-core": "^6.5.1",
@@ -78,25 +78,25 @@
7878
"@rollup/plugin-commonjs": "^25.0.7",
7979
"@rollup/plugin-node-resolve": "^15.2.3",
8080
"@rollup/plugin-terser": "^0.4.4",
81-
"@types/node": "^20.10.6",
82-
"@typescript-eslint/eslint-plugin": "^6.17.0",
83-
"@typescript-eslint/parser": "^6.17.0",
84-
"@vitejs/plugin-vue": "^5.0.2",
81+
"@stylistic/stylelint-plugin": "^2.0.0",
82+
"@types/node": "^20.11.0",
83+
"@typescript-eslint/eslint-plugin": "^6.18.1",
84+
"@typescript-eslint/parser": "^6.18.1",
85+
"@vitejs/plugin-vue": "^5.0.3",
8586
"@vue/cli-plugin-eslint": "^5.0.8",
8687
"@vue/cli-service": "^5.0.8",
87-
"@vue/compiler-sfc": "^3.4.5",
8888
"@vue/eslint-config-typescript": "^12.0.0",
8989
"@vue/test-utils": "^2.4.3",
9090
"@wdns/vue-code-block": "^2.3.1",
9191
"autoprefixer": "^10.4.16",
9292
"eslint": "^8.56.0",
9393
"eslint-config-prettier": "^9.1.0",
9494
"eslint-plugin-import": "^2.29.1",
95-
"eslint-plugin-prettier": "^5.1.2",
96-
"eslint-plugin-vue": "^9.19.2",
95+
"eslint-plugin-prettier": "^5.1.3",
96+
"eslint-plugin-vue": "^9.20.0",
9797
"gh-pages": "^6.1.1",
9898
"husky": "^8.0.3",
99-
"jsdom": "^23.0.1",
99+
"jsdom": "^23.2.0",
100100
"lint-staged": "^15.2.0",
101101
"pinia": "^2.1.7",
102102
"postcss": "^8.4.33",
@@ -105,16 +105,16 @@
105105
"prettier": "^3.1.1",
106106
"prismjs": "^1.29.0",
107107
"roboto-fontface": "^0.10.0",
108-
"rollup": "^4.9.1",
108+
"rollup": "^4.9.4",
109109
"rollup-plugin-polyfill-node": "^0.13.0",
110110
"rollup-plugin-postcss": "^4.0.2",
111111
"rollup-plugin-scss": "^4.0.0",
112112
"rollup-plugin-typescript2": "^0.36.0",
113113
"sass": "^1.69.7",
114-
"stylelint": "^15.11.0",
115-
"stylelint-config-standard": "^34.0.0",
116-
"stylelint-order": "^6.0.3",
117-
"stylelint-scss": "^5.3.1",
114+
"stylelint": "^16.1.0",
115+
"stylelint-config-standard": "^36.0.0",
116+
"stylelint-order": "^6.0.4",
117+
"stylelint-scss": "^6.0.0",
118118
"typescript": "^5.3.3",
119119
"unplugin-auto-import": "^0.17.3",
120120
"vite": "^5.0.10",

0 commit comments

Comments
 (0)