@wise/art 2.31.0 → 2.31.1
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 +26 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/art",
|
|
3
|
-
"version": "2.31.
|
|
3
|
+
"version": "2.31.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "React library for art elements in UI",
|
|
6
6
|
"homepage": "https://github.com/transferwise/web-art#readme",
|
|
@@ -25,39 +25,38 @@
|
|
|
25
25
|
"!**/*.tsbuildinfo"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@babel/runtime": "^7.29.
|
|
28
|
+
"@babel/runtime": "^7.29.7",
|
|
29
29
|
"@react-three/drei": "9.122.0 || ^10.7.7",
|
|
30
30
|
"@react-three/fiber": "8.18.0 || ^9.5.0",
|
|
31
|
-
"@rive-app/react-webgl2": "^4.
|
|
31
|
+
"@rive-app/react-webgl2": "^4.29.0",
|
|
32
32
|
"@types/three": "0.164.0",
|
|
33
33
|
"clsx": "^2.1.1",
|
|
34
34
|
"three": "0.164.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@babel/core": "^7.29.
|
|
38
|
-
"@babel/plugin-transform-runtime": "^7.29.
|
|
39
|
-
"@babel/preset-env": "^7.29.
|
|
40
|
-
"@babel/preset-react": "^7.
|
|
41
|
-
"@babel/preset-typescript": "^7.
|
|
42
|
-
"@changesets/changelog-github": "0.6.0",
|
|
37
|
+
"@babel/core": "^7.29.7",
|
|
38
|
+
"@babel/plugin-transform-runtime": "^7.29.7",
|
|
39
|
+
"@babel/preset-env": "^7.29.7",
|
|
40
|
+
"@babel/preset-react": "^7.29.7",
|
|
41
|
+
"@babel/preset-typescript": "^7.29.7",
|
|
43
42
|
"@changesets/cli": "^2.31.0",
|
|
44
43
|
"@csstools/postcss-minify": "^3.0.0",
|
|
45
|
-
"@rollup/plugin-babel": "^7.
|
|
44
|
+
"@rollup/plugin-babel": "^7.1.0",
|
|
46
45
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
47
|
-
"@storybook/addon-docs": "^10.
|
|
48
|
-
"@storybook/react-vite": "^10.
|
|
46
|
+
"@storybook/addon-docs": "^10.4.2",
|
|
47
|
+
"@storybook/react-vite": "^10.4.2",
|
|
49
48
|
"@testing-library/jest-dom": "^6.9.1",
|
|
50
49
|
"@testing-library/react": "^16.3.2",
|
|
51
|
-
"@transferwise/components": "^46.
|
|
50
|
+
"@transferwise/components": "^46.148.1",
|
|
52
51
|
"@tsconfig/recommended": "^1.0.13",
|
|
53
52
|
"@types/babel__core": "^7.20.5",
|
|
54
53
|
"@types/imagemin": "^9.0.1",
|
|
55
54
|
"@types/imagemin-webp": "^7.0.3",
|
|
56
55
|
"@types/jest": "^30.0.0",
|
|
57
|
-
"@types/jsdom": "^28.0.
|
|
58
|
-
"@types/react": "^18.3.
|
|
59
|
-
"@vitejs/plugin-react": "^6.0.
|
|
60
|
-
"@wise/eslint-config": "^14.2.
|
|
56
|
+
"@types/jsdom": "^28.0.3",
|
|
57
|
+
"@types/react": "^18.3.31",
|
|
58
|
+
"@vitejs/plugin-react": "^6.0.2",
|
|
59
|
+
"@wise/eslint-config": "^14.2.1",
|
|
61
60
|
"babel-plugin-optimize-clsx": "^2.6.2",
|
|
62
61
|
"copyfiles": "^2.4.1",
|
|
63
62
|
"eslint": "^9.39.4",
|
|
@@ -65,33 +64,33 @@
|
|
|
65
64
|
"gltf-pipeline": "^4.3.1",
|
|
66
65
|
"imagemin": "^9.0.1",
|
|
67
66
|
"imagemin-webp": "^8.0.0",
|
|
68
|
-
"jest": "^30.
|
|
69
|
-
"jest-environment-jsdom": "^30.
|
|
67
|
+
"jest": "^30.4.2",
|
|
68
|
+
"jest-environment-jsdom": "^30.4.1",
|
|
70
69
|
"jsdom": "^29.1.1",
|
|
71
|
-
"postcss": "^8.5.
|
|
70
|
+
"postcss": "^8.5.15",
|
|
72
71
|
"postcss-cli": "^11.0.1",
|
|
73
72
|
"postcss-import": "^16.1.1",
|
|
74
73
|
"prettier": "^3.8.3",
|
|
75
74
|
"react": "^18.3.1",
|
|
76
75
|
"react-dom": "^18.3.1",
|
|
77
|
-
"rollup": "^4.
|
|
76
|
+
"rollup": "^4.61.1",
|
|
78
77
|
"sharp": "^0.34.5",
|
|
79
|
-
"storybook": "^10.
|
|
78
|
+
"storybook": "^10.4.2",
|
|
80
79
|
"typescript": "^6.0.3",
|
|
81
|
-
"vite": "^8.0.
|
|
80
|
+
"vite": "^8.0.16",
|
|
82
81
|
"wise-atoms": "git+https://github.com/transferwise/wise-atoms.git#df1faf0e4fcabde8a644434b8e7821cec96f986d"
|
|
83
82
|
},
|
|
84
83
|
"peerDependencies": {
|
|
85
84
|
"@transferwise/components": "^46",
|
|
86
85
|
"react": ">=18"
|
|
87
86
|
},
|
|
88
|
-
"resolutions": {
|
|
89
|
-
"http-cache-semantics": "^4.2.0",
|
|
90
|
-
"semver-regex": "^4.0.5"
|
|
91
|
-
},
|
|
92
87
|
"engines": {
|
|
93
88
|
"node": "^24"
|
|
94
89
|
},
|
|
90
|
+
"wise": {
|
|
91
|
+
"platform": "wise-library",
|
|
92
|
+
"strict": true
|
|
93
|
+
},
|
|
95
94
|
"scripts": {
|
|
96
95
|
"setup": "pnpm install && pnpm build",
|
|
97
96
|
"load-3d-i10s": "rm -rf s3-bucket/illustrations3d/ && node ./scripts/load-3d-i10s.mjs && pnpm load-riv",
|