@wise/art 0.0.0-experimental-3aead09 → 0.0.0-experimental-560f727
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 +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/art",
|
|
3
|
-
"version": "0.0.0-experimental-
|
|
3
|
+
"version": "0.0.0-experimental-560f727",
|
|
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,27 +25,27 @@
|
|
|
25
25
|
"!**/*.tsbuildinfo"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@babel/runtime": "^7.28.
|
|
28
|
+
"@babel/runtime": "^7.28.6",
|
|
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.27.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.
|
|
38
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
39
|
-
"@babel/preset-env": "^7.
|
|
37
|
+
"@babel/core": "^7.29.0",
|
|
38
|
+
"@babel/plugin-transform-runtime": "^7.29.0",
|
|
39
|
+
"@babel/preset-env": "^7.29.0",
|
|
40
40
|
"@babel/preset-react": "^7.28.5",
|
|
41
41
|
"@babel/preset-typescript": "^7.28.5",
|
|
42
|
-
"@csstools/postcss-minify": "^
|
|
42
|
+
"@csstools/postcss-minify": "^3.0.0",
|
|
43
43
|
"@rollup/plugin-babel": "^6.1.0",
|
|
44
44
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
45
|
-
"@storybook/react-vite": "^10.
|
|
45
|
+
"@storybook/react-vite": "^10.2.10",
|
|
46
46
|
"@testing-library/jest-dom": "^6.9.1",
|
|
47
|
-
"@testing-library/react": "^16.3.
|
|
48
|
-
"@transferwise/neptune-css": "^14.26.
|
|
47
|
+
"@testing-library/react": "^16.3.2",
|
|
48
|
+
"@transferwise/neptune-css": "^14.26.3",
|
|
49
49
|
"@tsconfig/recommended": "^1.0.13",
|
|
50
50
|
"@types/babel__core": "^7.20.5",
|
|
51
51
|
"@types/imagemin": "^9.0.1",
|
|
@@ -53,31 +53,31 @@
|
|
|
53
53
|
"@types/jest": "^30.0.0",
|
|
54
54
|
"@types/jsdom": "^27.0.0",
|
|
55
55
|
"@types/react": "^18.3.23",
|
|
56
|
-
"@vitejs/plugin-react": "^5.1.
|
|
57
|
-
"@wise/eslint-config": "^
|
|
56
|
+
"@vitejs/plugin-react": "^5.1.4",
|
|
57
|
+
"@wise/eslint-config": "^14.0.2",
|
|
58
58
|
"babel-plugin-optimize-clsx": "^2.6.2",
|
|
59
59
|
"copyfiles": "^2.4.1",
|
|
60
60
|
"eslint": "^9.39.2",
|
|
61
|
-
"glob": "^13.0.
|
|
61
|
+
"glob": "^13.0.6",
|
|
62
62
|
"gltf-pipeline": "^4.3.0",
|
|
63
63
|
"imagemin": "^9.0.1",
|
|
64
64
|
"imagemin-webp": "^8.0.0",
|
|
65
65
|
"jest": "^30.2.0",
|
|
66
66
|
"jest-environment-jsdom": "^30.2.0",
|
|
67
|
-
"jsdom": "^
|
|
67
|
+
"jsdom": "^28.1.0",
|
|
68
68
|
"postcss": "^8.5.6",
|
|
69
69
|
"postcss-cli": "^11.0.1",
|
|
70
70
|
"postcss-import": "^16.1.1",
|
|
71
|
-
"prettier": "^3.
|
|
71
|
+
"prettier": "^3.8.1",
|
|
72
72
|
"react": "^18.3.1",
|
|
73
73
|
"react-dom": "^18.3.1",
|
|
74
|
-
"rollup": "^4.
|
|
74
|
+
"rollup": "^4.58.0",
|
|
75
75
|
"sharp": "^0.34.5",
|
|
76
|
-
"storybook": "^10.
|
|
76
|
+
"storybook": "^10.2.10",
|
|
77
77
|
"typescript": "^5.9.3",
|
|
78
|
-
"vite": "^7.3.
|
|
79
|
-
"wise-atoms": "git+https://github.com/transferwise/wise-atoms.git#
|
|
80
|
-
"@storybook/addon-docs": "^10.
|
|
78
|
+
"vite": "^7.3.1",
|
|
79
|
+
"wise-atoms": "git+https://github.com/transferwise/wise-atoms.git#ca6179f76f88f35ebe3655b02e83abb173f83790",
|
|
80
|
+
"@storybook/addon-docs": "^10.2.10",
|
|
81
81
|
"@changesets/cli": "^2.29.8",
|
|
82
82
|
"@changesets/changelog-github": "0.5.2"
|
|
83
83
|
},
|