@wise/art 2.24.1 → 2.24.3-beta.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 +22 -34
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/art",
|
|
3
|
-
"version": "2.24.1",
|
|
4
|
-
"packageManager": "pnpm@10.
|
|
3
|
+
"version": "2.24.3-beta.1",
|
|
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",
|
|
@@ -16,18 +16,6 @@
|
|
|
16
16
|
"main": "./dist/index.js",
|
|
17
17
|
"module": "./dist/index.esm.js",
|
|
18
18
|
"types": "./dist/index.d.ts",
|
|
19
|
-
"exports": {
|
|
20
|
-
".": {
|
|
21
|
-
"import": "./dist/index.esm.js",
|
|
22
|
-
"require": "./dist/index.js",
|
|
23
|
-
"types": "./dist/index.d.ts"
|
|
24
|
-
},
|
|
25
|
-
"./rive": {
|
|
26
|
-
"import": "./dist/rive/index.esm.js",
|
|
27
|
-
"require": "./dist/rive/index.js",
|
|
28
|
-
"types": "./dist/rive/index.d.ts"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
19
|
"files": [
|
|
32
20
|
"dist/",
|
|
33
21
|
"src/",
|
|
@@ -50,7 +38,7 @@
|
|
|
50
38
|
"build": "NODE_ENV=web-art-prod pnpm load-i10s && pnpm load-3d-i10s && pnpm convert-i10s-png-to-webp && pnpm generate-i10s-metadata && pnpm load-flags && pnpm bundle && pnpm cleanup",
|
|
51
39
|
"start": "storybook dev -p 3001",
|
|
52
40
|
"dev": "NODE_ENV=web-art-dev pnpm start",
|
|
53
|
-
"test": "jest
|
|
41
|
+
"test": "jest",
|
|
54
42
|
"test:watch": "jest --watch",
|
|
55
43
|
"lint": "eslint 'src/**/*.{js,ts,tsx}' 'scripts/*.{mjs,js,ts,tsx}'",
|
|
56
44
|
"lint-fix": "eslint 'src/**/*.{js,ts,tsx}' 'scripts/*.{mjs,js,ts,tsx}' --fix",
|
|
@@ -58,27 +46,27 @@
|
|
|
58
46
|
"build-styles": "postcss src/index.css -o dist/Illustration.css"
|
|
59
47
|
},
|
|
60
48
|
"dependencies": {
|
|
61
|
-
"@babel/runtime": "^7.
|
|
49
|
+
"@babel/runtime": "^7.28.3",
|
|
62
50
|
"@react-three/drei": "9.122.0",
|
|
63
51
|
"@react-three/fiber": "8.18.0",
|
|
64
|
-
"@rive-app/react-canvas-lite": "^4.
|
|
52
|
+
"@rive-app/react-canvas-lite": "^4.23.1",
|
|
65
53
|
"@types/three": "0.164.0",
|
|
66
54
|
"clsx": "^2.1.1",
|
|
67
55
|
"three": "0.164.0"
|
|
68
56
|
},
|
|
69
57
|
"devDependencies": {
|
|
70
|
-
"@babel/core": "^7.28.
|
|
71
|
-
"@babel/plugin-transform-runtime": "^7.28.
|
|
72
|
-
"@babel/preset-env": "^7.28.
|
|
58
|
+
"@babel/core": "^7.28.3",
|
|
59
|
+
"@babel/plugin-transform-runtime": "^7.28.3",
|
|
60
|
+
"@babel/preset-env": "^7.28.3",
|
|
73
61
|
"@babel/preset-react": "^7.27.1",
|
|
74
62
|
"@babel/preset-typescript": "^7.27.1",
|
|
75
63
|
"@csstools/postcss-minify": "^2.0.4",
|
|
76
64
|
"@rollup/plugin-babel": "^6.0.4",
|
|
77
65
|
"@rollup/plugin-typescript": "^12.1.4",
|
|
78
|
-
"@storybook/react-vite": "^9.
|
|
79
|
-
"@testing-library/jest-dom": "^6.
|
|
66
|
+
"@storybook/react-vite": "^9.1.2",
|
|
67
|
+
"@testing-library/jest-dom": "^6.7.0",
|
|
80
68
|
"@testing-library/react": "^16.3.0",
|
|
81
|
-
"@transferwise/neptune-css": "^14.24.
|
|
69
|
+
"@transferwise/neptune-css": "^14.24.5",
|
|
82
70
|
"@tsconfig/recommended": "^1.0.10",
|
|
83
71
|
"@types/babel__core": "^7.20.5",
|
|
84
72
|
"@types/imagemin": "^9.0.1",
|
|
@@ -88,16 +76,16 @@
|
|
|
88
76
|
"@types/react": "^18.3.23",
|
|
89
77
|
"@types/react-dom": "^18.3.7",
|
|
90
78
|
"@vitejs/plugin-react": "^4.6.0",
|
|
91
|
-
"@wise/eslint-config": "^
|
|
79
|
+
"@wise/eslint-config": "^13.1.0",
|
|
92
80
|
"babel-plugin-optimize-clsx": "^2.6.2",
|
|
93
81
|
"copyfiles": "^2.4.1",
|
|
94
|
-
"eslint": "^9.
|
|
82
|
+
"eslint": "^9.33.0",
|
|
95
83
|
"glob": "^11.0.3",
|
|
96
|
-
"gltf-pipeline": "^4.
|
|
84
|
+
"gltf-pipeline": "^4.3.0",
|
|
97
85
|
"imagemin": "^9.0.1",
|
|
98
86
|
"imagemin-webp": "^8.0.0",
|
|
99
|
-
"jest": "^30.0.
|
|
100
|
-
"jest-environment-jsdom": "^30.0.
|
|
87
|
+
"jest": "^30.0.5",
|
|
88
|
+
"jest-environment-jsdom": "^30.0.5",
|
|
101
89
|
"jsdom": "~26.1.0",
|
|
102
90
|
"postcss": "^8.5.6",
|
|
103
91
|
"postcss-cli": "^11.0.1",
|
|
@@ -106,16 +94,16 @@
|
|
|
106
94
|
"react": "^18.3.1",
|
|
107
95
|
"react-dom": "^18.3.1",
|
|
108
96
|
"release-to-github-with-changelog": "^1.2.4",
|
|
109
|
-
"rollup": "^4.
|
|
97
|
+
"rollup": "^4.46.3",
|
|
110
98
|
"sharp": "^0.32.5",
|
|
111
|
-
"storybook": "^9.
|
|
112
|
-
"typescript": "^5.
|
|
113
|
-
"vite": "^7.
|
|
99
|
+
"storybook": "^9.1.2",
|
|
100
|
+
"typescript": "^5.9.2",
|
|
101
|
+
"vite": "^7.1.2",
|
|
114
102
|
"wise-atoms": "git+https://github.com/transferwise/wise-atoms.git#a88088f08aee11d4d3b09ab541706db1d2490d0e",
|
|
115
|
-
"@storybook/addon-docs": "^9.
|
|
103
|
+
"@storybook/addon-docs": "^9.1.2"
|
|
116
104
|
},
|
|
117
105
|
"peerDependencies": {
|
|
118
|
-
"@transferwise/neptune-css": "^14.24.
|
|
106
|
+
"@transferwise/neptune-css": "^14.24.5",
|
|
119
107
|
"react": ">=18",
|
|
120
108
|
"react-dom": ">=18"
|
|
121
109
|
},
|