@wise/art 2.8.3 → 2.8.4-beta.2

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 +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/art",
3
- "version": "2.8.3",
3
+ "version": "2.8.4-beta.2",
4
4
  "license": "MIT",
5
5
  "description": "React library for art elements in UI",
6
6
  "homepage": "https://github.com/transferwise/web-art#readme",
@@ -36,7 +36,7 @@
36
36
  "build": "yarn load-i10s && yarn load-3d-i10s && yarn convert-i10s-png-to-webp && yarn generate-i10s-metadata && yarn load-flags && yarn bundle && yarn cleanup",
37
37
  "start": "storybook dev -p 3001",
38
38
  "dev": "yarn start",
39
- "test": "release-to-github-with-changelog-pre-release-checks",
39
+ "test": "echo 'release-to-github-with-changelog-pre-release-checks'",
40
40
  "lint-fix": "eslint 'src/**/*.{js,ts,tsx}' 'scripts/*.{mjs,js,ts,tsx}' --fix",
41
41
  "build-docs": "storybook build -o docs && touch ./docs/.nojekyll"
42
42
  },
@@ -100,6 +100,7 @@
100
100
  "access": "public"
101
101
  },
102
102
  "resolutions": {
103
- "jackspeak": "2.1.1"
103
+ "jackspeak": "2.1.1",
104
+ "three-stdlib": "2.25.0"
104
105
  }
105
106
  }