@wise/art 2.24.2 → 2.24.3
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 +25 -25
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/art",
|
|
3
|
-
"version": "2.24.
|
|
4
|
-
"packageManager": "pnpm@10.
|
|
3
|
+
"version": "2.24.3",
|
|
4
|
+
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "React library for art elements in UI",
|
|
7
7
|
"homepage": "https://github.com/transferwise/web-art#readme",
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"types": "./dist/index.d.ts",
|
|
19
19
|
"exports": {
|
|
20
20
|
".": {
|
|
21
|
+
"types": "./dist/index.d.ts",
|
|
21
22
|
"import": "./dist/index.esm.js",
|
|
22
|
-
"require": "./dist/index.js"
|
|
23
|
-
"types": "./dist/index.d.ts"
|
|
23
|
+
"require": "./dist/index.js"
|
|
24
24
|
},
|
|
25
25
|
"./rive": {
|
|
26
|
+
"types": "./dist/rive/index.d.ts",
|
|
26
27
|
"import": "./dist/rive/index.esm.js",
|
|
27
|
-
"require": "./dist/rive/index.js"
|
|
28
|
-
"types": "./dist/rive/index.d.ts"
|
|
28
|
+
"require": "./dist/rive/index.js"
|
|
29
29
|
},
|
|
30
30
|
"./dist/Illustration.css": "./dist/Illustration.css",
|
|
31
31
|
"./package.json": "./package.json"
|
|
@@ -60,27 +60,27 @@
|
|
|
60
60
|
"build-styles": "postcss src/index.css -o dist/Illustration.css"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@babel/runtime": "^7.
|
|
63
|
+
"@babel/runtime": "^7.28.3",
|
|
64
64
|
"@react-three/drei": "9.122.0",
|
|
65
65
|
"@react-three/fiber": "8.18.0",
|
|
66
|
-
"@rive-app/react-canvas-lite": "^4.
|
|
66
|
+
"@rive-app/react-canvas-lite": "^4.23.1",
|
|
67
67
|
"@types/three": "0.164.0",
|
|
68
68
|
"clsx": "^2.1.1",
|
|
69
69
|
"three": "0.164.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@babel/core": "^7.28.
|
|
73
|
-
"@babel/plugin-transform-runtime": "^7.28.
|
|
74
|
-
"@babel/preset-env": "^7.28.
|
|
72
|
+
"@babel/core": "^7.28.3",
|
|
73
|
+
"@babel/plugin-transform-runtime": "^7.28.3",
|
|
74
|
+
"@babel/preset-env": "^7.28.3",
|
|
75
75
|
"@babel/preset-react": "^7.27.1",
|
|
76
76
|
"@babel/preset-typescript": "^7.27.1",
|
|
77
77
|
"@csstools/postcss-minify": "^2.0.4",
|
|
78
78
|
"@rollup/plugin-babel": "^6.0.4",
|
|
79
79
|
"@rollup/plugin-typescript": "^12.1.4",
|
|
80
|
-
"@storybook/react-vite": "^9.
|
|
81
|
-
"@testing-library/jest-dom": "^6.
|
|
80
|
+
"@storybook/react-vite": "^9.1.2",
|
|
81
|
+
"@testing-library/jest-dom": "^6.7.0",
|
|
82
82
|
"@testing-library/react": "^16.3.0",
|
|
83
|
-
"@transferwise/neptune-css": "^14.24.
|
|
83
|
+
"@transferwise/neptune-css": "^14.24.5",
|
|
84
84
|
"@tsconfig/recommended": "^1.0.10",
|
|
85
85
|
"@types/babel__core": "^7.20.5",
|
|
86
86
|
"@types/imagemin": "^9.0.1",
|
|
@@ -90,16 +90,16 @@
|
|
|
90
90
|
"@types/react": "^18.3.23",
|
|
91
91
|
"@types/react-dom": "^18.3.7",
|
|
92
92
|
"@vitejs/plugin-react": "^4.6.0",
|
|
93
|
-
"@wise/eslint-config": "^
|
|
93
|
+
"@wise/eslint-config": "^13.1.0",
|
|
94
94
|
"babel-plugin-optimize-clsx": "^2.6.2",
|
|
95
95
|
"copyfiles": "^2.4.1",
|
|
96
|
-
"eslint": "^9.
|
|
96
|
+
"eslint": "^9.33.0",
|
|
97
97
|
"glob": "^11.0.3",
|
|
98
|
-
"gltf-pipeline": "^4.
|
|
98
|
+
"gltf-pipeline": "^4.3.0",
|
|
99
99
|
"imagemin": "^9.0.1",
|
|
100
100
|
"imagemin-webp": "^8.0.0",
|
|
101
|
-
"jest": "^30.0.
|
|
102
|
-
"jest-environment-jsdom": "^30.0.
|
|
101
|
+
"jest": "^30.0.5",
|
|
102
|
+
"jest-environment-jsdom": "^30.0.5",
|
|
103
103
|
"jsdom": "~26.1.0",
|
|
104
104
|
"postcss": "^8.5.6",
|
|
105
105
|
"postcss-cli": "^11.0.1",
|
|
@@ -108,16 +108,16 @@
|
|
|
108
108
|
"react": "^18.3.1",
|
|
109
109
|
"react-dom": "^18.3.1",
|
|
110
110
|
"release-to-github-with-changelog": "^1.2.4",
|
|
111
|
-
"rollup": "^4.
|
|
111
|
+
"rollup": "^4.46.3",
|
|
112
112
|
"sharp": "^0.32.5",
|
|
113
|
-
"storybook": "^9.
|
|
114
|
-
"typescript": "^5.
|
|
115
|
-
"vite": "^7.
|
|
113
|
+
"storybook": "^9.1.2",
|
|
114
|
+
"typescript": "^5.9.2",
|
|
115
|
+
"vite": "^7.1.2",
|
|
116
116
|
"wise-atoms": "git+https://github.com/transferwise/wise-atoms.git#a88088f08aee11d4d3b09ab541706db1d2490d0e",
|
|
117
|
-
"@storybook/addon-docs": "^9.
|
|
117
|
+
"@storybook/addon-docs": "^9.1.2"
|
|
118
118
|
},
|
|
119
119
|
"peerDependencies": {
|
|
120
|
-
"@transferwise/neptune-css": "^14.24.
|
|
120
|
+
"@transferwise/neptune-css": "^14.24.5",
|
|
121
121
|
"react": ">=18",
|
|
122
122
|
"react-dom": ">=18"
|
|
123
123
|
},
|