@transferwise/components 0.0.0-experimental-c482369 → 0.0.0-experimental-e0301e0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/components",
3
- "version": "0.0.0-experimental-c482369",
3
+ "version": "0.0.0-experimental-e0301e0",
4
4
  "description": "Neptune React components",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/umd/polyfill/main.js",
@@ -50,7 +50,7 @@
50
50
  "@testing-library/react-hooks": "^8.0.0",
51
51
  "@testing-library/user-event": "^13.2.1",
52
52
  "@transferwise/icons": "^3.2.3",
53
- "@transferwise/neptune-tokens": "^8.5.0",
53
+ "@transferwise/neptune-tokens": "^8.4.0",
54
54
  "@types/jest": "^26.0.20",
55
55
  "@types/jscodeshift": "^0.11.0",
56
56
  "@types/node": "^14.14.31",
@@ -128,10 +128,10 @@
128
128
  "access": "public"
129
129
  },
130
130
  "scripts": {
131
- "dev": "npm-run-all --parallel sb:*",
132
- "sb:dev": "storybook dev -p 3001",
133
- "sb:watch-less": "gulp watchLess --dest=src",
131
+ "dev": "npm-run-all --parallel dev:*",
132
+ "dev:watch-less": "gulp watchLess --dest=src",
134
133
  "dev:translations": "npx npm-watch",
134
+ "sb:dev": "storybook dev -p 3001",
135
135
  "sb:build": "storybook build",
136
136
  "build-css": "gulp compileLess --dest=src",
137
137
  "build": "npm-run-all build:*",