@retailrocketgroup/smart-search-base 0.6.1 → 0.9.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.umd.js +9 -9
- package/package.json +9 -9
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@retailrocketgroup/smart-search-base",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.9.0",
|
4
4
|
"private": false,
|
5
5
|
"type": "module",
|
6
6
|
"engines": {
|
@@ -27,7 +27,7 @@
|
|
27
27
|
"@eslint/compat": "^1.2.6",
|
28
28
|
"@eslint/js": "^9.19.0",
|
29
29
|
"@release-it/conventional-changelog": "^10.0.0",
|
30
|
-
"@retailrocket/retailrocket.analytics.rocketsearch.apiclients.
|
30
|
+
"@retailrocket/retailrocket.analytics.rocketsearch.apiclients.v3": "^1.0.168",
|
31
31
|
"@rushstack/eslint-patch": "^1.10.5",
|
32
32
|
"@storybook/addon-essentials": "^8.5.3",
|
33
33
|
"@storybook/addon-interactions": "^8.5.3",
|
@@ -43,9 +43,9 @@
|
|
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": "^22.13.
|
47
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
48
|
-
"@typescript-eslint/parser": "^8.
|
46
|
+
"@types/node": "^22.13.1",
|
47
|
+
"@typescript-eslint/eslint-plugin": "^8.23.0",
|
48
|
+
"@typescript-eslint/parser": "^8.23.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",
|
@@ -56,7 +56,7 @@
|
|
56
56
|
"eslint": "^9.19.0",
|
57
57
|
"eslint-import-resolver-typescript": "^3.7.0",
|
58
58
|
"eslint-plugin-import": "^2.31.0",
|
59
|
-
"eslint-plugin-perfectionist": "^4.
|
59
|
+
"eslint-plugin-perfectionist": "^4.8.0",
|
60
60
|
"eslint-plugin-vue": "^9.32.0",
|
61
61
|
"http-server": "^14.1.1",
|
62
62
|
"husky": "^9.1.7",
|
@@ -75,7 +75,7 @@
|
|
75
75
|
"tsc-alias": "^1.8.10",
|
76
76
|
"tsx": "^4.19.2",
|
77
77
|
"typescript": "~5.7.3",
|
78
|
-
"typescript-eslint": "^8.
|
78
|
+
"typescript-eslint": "^8.23.0",
|
79
79
|
"vite": "^6.0.11",
|
80
80
|
"vitest": "^3.0.5",
|
81
81
|
"vue-tsc": "^2.2.0",
|
@@ -85,9 +85,9 @@
|
|
85
85
|
"dev": "vite",
|
86
86
|
"build": "run-p lint:types \"build-only {@}\" --",
|
87
87
|
"storybook:dev": "storybook dev -p 6006 --ci",
|
88
|
-
"storybook:build": "storybook build -o ./dist-storybook",
|
88
|
+
"storybook:build": "storybook build -o ./dist-storybook --quiet --test",
|
89
89
|
"test:vitest": "vitest",
|
90
|
-
"test:storybook": "test-storybook",
|
90
|
+
"test:storybook": "test-storybook --ci --testTimeout=120000 --no-cache",
|
91
91
|
"test:storybook:ci": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"http-server ./dist-storybook --port 6006 --silent\" \"wait-on tcp:6006 && pnpm run test:storybook\"",
|
92
92
|
"lint:code": "eslint ./**/*.{vue,ts,js} --fix",
|
93
93
|
"lint:style": "stylelint ./**/*.{vue,css} --fix --ignore-path .gitignore",
|