@retailrocketgroup/smart-search-base 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.umd.js +11 -45
- package/package.json +15 -15
- package/dist/index.es.js +0 -12127
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@retailrocketgroup/smart-search-base",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.3.0",
|
4
4
|
"private": false,
|
5
5
|
"type": "module",
|
6
6
|
"engines": {
|
@@ -18,7 +18,7 @@
|
|
18
18
|
},
|
19
19
|
"dependencies": {
|
20
20
|
"vue": "^3.5.13",
|
21
|
-
"vue-i18n": "^
|
21
|
+
"vue-i18n": "^11.0.1"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
24
|
"@commitlint/cli": "^19.6.1",
|
@@ -26,7 +26,7 @@
|
|
26
26
|
"@commitlint/format": "^19.5.0",
|
27
27
|
"@eslint/compat": "^1.2.5",
|
28
28
|
"@eslint/js": "^9.18.0",
|
29
|
-
"@release-it/conventional-changelog": "^
|
29
|
+
"@release-it/conventional-changelog": "^10.0.0",
|
30
30
|
"@retailrocket/retailrocket.analytics.rocketsearch.apiclients.v2": "^1.0.137",
|
31
31
|
"@rushstack/eslint-patch": "^1.10.5",
|
32
32
|
"@storybook/addon-essentials": "^8.5.1",
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"@storybook/addon-onboarding": "^8.5.1",
|
36
36
|
"@storybook/blocks": "^8.5.1",
|
37
37
|
"@storybook/test": "^8.5.1",
|
38
|
-
"@storybook/test-runner": "^0.
|
38
|
+
"@storybook/test-runner": "^0.21.0",
|
39
39
|
"@storybook/types": "^8.5.1",
|
40
40
|
"@storybook/vue3": "^8.5.1",
|
41
41
|
"@storybook/vue3-vite": "^8.5.1",
|
@@ -43,41 +43,41 @@
|
|
43
43
|
"@tsconfig/node20": "^20.1.4",
|
44
44
|
"@types/jsdom": "^21.1.7",
|
45
45
|
"@types/lodash-es": "^4.17.12",
|
46
|
-
"@types/node": "^
|
46
|
+
"@types/node": "^22.10.10",
|
47
47
|
"@typescript-eslint/eslint-plugin": "^8.21.0",
|
48
48
|
"@typescript-eslint/parser": "^8.21.0",
|
49
49
|
"@vitejs/plugin-vue": "^5.2.1",
|
50
50
|
"@vue/eslint-config-prettier": "^10.2.0",
|
51
51
|
"@vue/eslint-config-typescript": "^14.3.0",
|
52
52
|
"@vue/test-utils": "^2.4.6",
|
53
|
-
"@vue/tsconfig": "^0.
|
53
|
+
"@vue/tsconfig": "^0.7.0",
|
54
54
|
"autoprefixer": "^10.4.20",
|
55
55
|
"concurrently": "^9.1.2",
|
56
56
|
"eslint": "^9.18.0",
|
57
57
|
"eslint-import-resolver-typescript": "^3.7.0",
|
58
58
|
"eslint-plugin-import": "^2.31.0",
|
59
|
-
"eslint-plugin-perfectionist": "^
|
59
|
+
"eslint-plugin-perfectionist": "^4.7.0",
|
60
60
|
"eslint-plugin-vue": "^9.32.0",
|
61
61
|
"http-server": "^14.1.1",
|
62
62
|
"husky": "^9.1.7",
|
63
|
-
"jsdom": "^
|
63
|
+
"jsdom": "^26.0.0",
|
64
64
|
"lint-staged": "^15.4.2",
|
65
65
|
"lodash-es": "^4.17.21",
|
66
|
-
"npm-run-all2": "^
|
67
|
-
"playwright": "1.
|
66
|
+
"npm-run-all2": "^7.0.2",
|
67
|
+
"playwright": "1.50.0",
|
68
68
|
"postcss-html": "^1.8.0",
|
69
69
|
"prettier": "^3.4.2",
|
70
|
-
"release-it": "^
|
70
|
+
"release-it": "^18.1.2",
|
71
71
|
"storybook": "^8.5.1",
|
72
72
|
"stylelint": "^16.13.2",
|
73
|
-
"stylelint-config-standard": "^
|
73
|
+
"stylelint-config-standard": "^37.0.0",
|
74
74
|
"stylelint-order": "^6.0.4",
|
75
75
|
"tsc-alias": "^1.8.10",
|
76
76
|
"tsx": "^4.19.2",
|
77
|
-
"typescript": "~5.
|
77
|
+
"typescript": "~5.7.3",
|
78
78
|
"typescript-eslint": "^8.21.0",
|
79
|
-
"vite": "^
|
80
|
-
"vitest": "^
|
79
|
+
"vite": "^6.0.11",
|
80
|
+
"vitest": "^3.0.4",
|
81
81
|
"vue-tsc": "^2.2.0",
|
82
82
|
"wait-on": "^8.0.2"
|
83
83
|
},
|