@tryghost/kg-unsplash-selector 0.3.19 → 0.3.20
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 +6 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryghost/kg-unsplash-selector",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.20",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"build": "tsc && vite build",
|
|
22
22
|
"preview": "vite preview",
|
|
23
23
|
"prepare": "yarn build",
|
|
24
|
-
"lint": "eslint src --
|
|
24
|
+
"lint": "eslint src --cache",
|
|
25
25
|
"test": "yarn test:unit && yarn test:acceptance",
|
|
26
26
|
"test:unit": "yarn nx build && vitest run",
|
|
27
27
|
"test:acceptance": "playwright test",
|
|
@@ -36,26 +36,25 @@
|
|
|
36
36
|
"@playwright/test": "^1.48.2",
|
|
37
37
|
"@types/react": "18.3.28",
|
|
38
38
|
"@types/react-dom": "18.3.7",
|
|
39
|
-
"@typescript-eslint/eslint-plugin": "8.56.1",
|
|
40
|
-
"@typescript-eslint/parser": "8.56.1",
|
|
41
39
|
"@vitejs/plugin-react": "4.7.0",
|
|
42
40
|
"@vitest/coverage-v8": "4.0.18",
|
|
43
41
|
"autoprefixer": "10.4.27",
|
|
44
42
|
"concurrently": "9.2.1",
|
|
45
|
-
"eslint": "
|
|
43
|
+
"eslint": "9.39.4",
|
|
46
44
|
"eslint-plugin-react-hooks": "4.6.2",
|
|
47
45
|
"eslint-plugin-react-refresh": "0.5.2",
|
|
48
46
|
"eslint-plugin-tailwindcss": "3.18.2",
|
|
49
47
|
"jsdom": "24.1.3",
|
|
50
|
-
"postcss": "8.5.
|
|
48
|
+
"postcss": "8.5.8",
|
|
51
49
|
"postcss-import": "16.1.1",
|
|
52
50
|
"tailwindcss": "3.4.19",
|
|
53
51
|
"typescript": "5.9.3",
|
|
52
|
+
"typescript-eslint": "8.56.1",
|
|
54
53
|
"vite": "5.4.21",
|
|
55
54
|
"vite-plugin-css-injected-by-js": "3.5.2",
|
|
56
55
|
"vite-plugin-dts": "3.9.1",
|
|
57
56
|
"vite-plugin-svgr": "4.5.0",
|
|
58
57
|
"vitest": "4.0.18"
|
|
59
58
|
},
|
|
60
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "b877e2d9c273d306294a286e12cad7c58f06ac74"
|
|
61
60
|
}
|