bonkers-ui 1.0.10 → 1.0.11
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/package.json +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bonkers-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"storybook": "start-storybook -p 6006",
|
|
6
6
|
"build-storybook": "build-storybook",
|
|
@@ -13,48 +13,48 @@
|
|
|
13
13
|
"i": "yarn install --frozen-lockfile"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@fortawesome/fontawesome-svg-core": "^6.
|
|
17
|
-
"@fortawesome/free-brands-svg-icons": "^6.
|
|
18
|
-
"@fortawesome/free-regular-svg-icons": "^6.
|
|
19
|
-
"@fortawesome/free-solid-svg-icons": "^6.
|
|
16
|
+
"@fortawesome/fontawesome-svg-core": "^6.2.0",
|
|
17
|
+
"@fortawesome/free-brands-svg-icons": "^6.2.0",
|
|
18
|
+
"@fortawesome/free-regular-svg-icons": "^6.2.0",
|
|
19
|
+
"@fortawesome/free-solid-svg-icons": "^6.2.0",
|
|
20
20
|
"@fortawesome/vue-fontawesome": "^3.0.1",
|
|
21
|
-
"vue": "^3.2.
|
|
21
|
+
"vue": "^3.2.38"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@storybook/addon-actions": "^6.5.
|
|
25
|
-
"@storybook/addon-essentials": "^6.5.
|
|
26
|
-
"@storybook/addon-links": "^6.5.
|
|
24
|
+
"@storybook/addon-actions": "^6.5.10",
|
|
25
|
+
"@storybook/addon-essentials": "^6.5.10",
|
|
26
|
+
"@storybook/addon-links": "^6.5.10",
|
|
27
27
|
"@storybook/addon-postcss": "^2.0.0",
|
|
28
|
-
"@storybook/builder-vite": "^0.
|
|
29
|
-
"@storybook/vue3": "^6.5.
|
|
28
|
+
"@storybook/builder-vite": "^0.2.2",
|
|
29
|
+
"@storybook/vue3": "^6.5.10",
|
|
30
30
|
"@types/jest": "^28.1.3",
|
|
31
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
32
|
-
"@typescript-eslint/parser": "^5.
|
|
33
|
-
"@vitejs/plugin-vue": "^
|
|
31
|
+
"@typescript-eslint/eslint-plugin": "^5.36.1",
|
|
32
|
+
"@typescript-eslint/parser": "^5.36.1",
|
|
33
|
+
"@vitejs/plugin-vue": "^3.0.3",
|
|
34
34
|
"@vue/eslint-config-typescript": "^11.0.0",
|
|
35
35
|
"@vue/test-utils": "^2.0.0",
|
|
36
36
|
"@vue/vue3-jest": "^27.0.0",
|
|
37
37
|
"babel-jest": "27",
|
|
38
|
-
"eslint": "^8.
|
|
39
|
-
"eslint-plugin-vue": "^9.
|
|
38
|
+
"eslint": "^8.23.0",
|
|
39
|
+
"eslint-plugin-vue": "^9.4.0",
|
|
40
40
|
"gh-pages": "^4.0.0",
|
|
41
41
|
"husky": "^8.0.1",
|
|
42
42
|
"jest": "27.3.1",
|
|
43
43
|
"lint-staged": "^13.0.2",
|
|
44
|
-
"postcss": "^8.4.
|
|
44
|
+
"postcss": "^8.4.16",
|
|
45
45
|
"postcss-html": "^1.4.1",
|
|
46
|
-
"storybook-tailwind-dark-mode": "^1.0.
|
|
47
|
-
"stylelint": "^14.
|
|
48
|
-
"stylelint-config-recommended": "^
|
|
46
|
+
"storybook-tailwind-dark-mode": "^1.0.13",
|
|
47
|
+
"stylelint": "^14.11.0",
|
|
48
|
+
"stylelint-config-recommended": "^9.0.0",
|
|
49
49
|
"stylelint-config-recommended-vue": "^1.4.0",
|
|
50
|
-
"stylelint-config-standard": "^
|
|
51
|
-
"tailwindcss": "^3.1.
|
|
50
|
+
"stylelint-config-standard": "^28.0.0",
|
|
51
|
+
"tailwindcss": "^3.1.8",
|
|
52
52
|
"ts-jest": "^27.0.7",
|
|
53
|
-
"typescript": "^4.
|
|
54
|
-
"vite": "^
|
|
53
|
+
"typescript": "^4.8.2",
|
|
54
|
+
"vite": "^3.0.9",
|
|
55
55
|
"vue-eslint-parser": "^9.0.3",
|
|
56
56
|
"vue-loader": "^17.0.0",
|
|
57
|
-
"vue-tsc": "^0.
|
|
57
|
+
"vue-tsc": "^0.40.5"
|
|
58
58
|
},
|
|
59
59
|
"jest": {
|
|
60
60
|
"preset": "ts-jest",
|