@wise/art 2.24.1 → 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.
Files changed (1) hide show
  1. package/package.json +28 -26
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wise/art",
3
- "version": "2.24.1",
4
- "packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184",
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,15 +18,17 @@
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"
29
- }
28
+ "require": "./dist/rive/index.js"
29
+ },
30
+ "./dist/Illustration.css": "./dist/Illustration.css",
31
+ "./package.json": "./package.json"
30
32
  },
31
33
  "files": [
32
34
  "dist/",
@@ -58,27 +60,27 @@
58
60
  "build-styles": "postcss src/index.css -o dist/Illustration.css"
59
61
  },
60
62
  "dependencies": {
61
- "@babel/runtime": "^7.27.6",
63
+ "@babel/runtime": "^7.28.3",
62
64
  "@react-three/drei": "9.122.0",
63
65
  "@react-three/fiber": "8.18.0",
64
- "@rive-app/react-canvas-lite": "^4.22.1",
66
+ "@rive-app/react-canvas-lite": "^4.23.1",
65
67
  "@types/three": "0.164.0",
66
68
  "clsx": "^2.1.1",
67
69
  "three": "0.164.0"
68
70
  },
69
71
  "devDependencies": {
70
- "@babel/core": "^7.28.0",
71
- "@babel/plugin-transform-runtime": "^7.28.0",
72
- "@babel/preset-env": "^7.28.0",
72
+ "@babel/core": "^7.28.3",
73
+ "@babel/plugin-transform-runtime": "^7.28.3",
74
+ "@babel/preset-env": "^7.28.3",
73
75
  "@babel/preset-react": "^7.27.1",
74
76
  "@babel/preset-typescript": "^7.27.1",
75
77
  "@csstools/postcss-minify": "^2.0.4",
76
78
  "@rollup/plugin-babel": "^6.0.4",
77
79
  "@rollup/plugin-typescript": "^12.1.4",
78
- "@storybook/react-vite": "^9.0.15",
79
- "@testing-library/jest-dom": "^6.6.3",
80
+ "@storybook/react-vite": "^9.1.2",
81
+ "@testing-library/jest-dom": "^6.7.0",
80
82
  "@testing-library/react": "^16.3.0",
81
- "@transferwise/neptune-css": "^14.24.4",
83
+ "@transferwise/neptune-css": "^14.24.5",
82
84
  "@tsconfig/recommended": "^1.0.10",
83
85
  "@types/babel__core": "^7.20.5",
84
86
  "@types/imagemin": "^9.0.1",
@@ -88,16 +90,16 @@
88
90
  "@types/react": "^18.3.23",
89
91
  "@types/react-dom": "^18.3.7",
90
92
  "@vitejs/plugin-react": "^4.6.0",
91
- "@wise/eslint-config": "^12.4.0",
93
+ "@wise/eslint-config": "^13.1.0",
92
94
  "babel-plugin-optimize-clsx": "^2.6.2",
93
95
  "copyfiles": "^2.4.1",
94
- "eslint": "^9.30.1",
96
+ "eslint": "^9.33.0",
95
97
  "glob": "^11.0.3",
96
- "gltf-pipeline": "^4.1.0",
98
+ "gltf-pipeline": "^4.3.0",
97
99
  "imagemin": "^9.0.1",
98
100
  "imagemin-webp": "^8.0.0",
99
- "jest": "^30.0.4",
100
- "jest-environment-jsdom": "^30.0.4",
101
+ "jest": "^30.0.5",
102
+ "jest-environment-jsdom": "^30.0.5",
101
103
  "jsdom": "~26.1.0",
102
104
  "postcss": "^8.5.6",
103
105
  "postcss-cli": "^11.0.1",
@@ -106,16 +108,16 @@
106
108
  "react": "^18.3.1",
107
109
  "react-dom": "^18.3.1",
108
110
  "release-to-github-with-changelog": "^1.2.4",
109
- "rollup": "^4.44.2",
111
+ "rollup": "^4.46.3",
110
112
  "sharp": "^0.32.5",
111
- "storybook": "^9.0.15",
112
- "typescript": "^5.8.3",
113
- "vite": "^7.0.2",
113
+ "storybook": "^9.1.2",
114
+ "typescript": "^5.9.2",
115
+ "vite": "^7.1.2",
114
116
  "wise-atoms": "git+https://github.com/transferwise/wise-atoms.git#a88088f08aee11d4d3b09ab541706db1d2490d0e",
115
- "@storybook/addon-docs": "^9.0.15"
117
+ "@storybook/addon-docs": "^9.1.2"
116
118
  },
117
119
  "peerDependencies": {
118
- "@transferwise/neptune-css": "^14.24.4",
120
+ "@transferwise/neptune-css": "^14.24.5",
119
121
  "react": ">=18",
120
122
  "react-dom": ">=18"
121
123
  },