@transferwise/components 0.0.0-experimental-2f720fc → 0.0.0-experimental-0f2385a

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/components",
3
- "version": "0.0.0-experimental-2f720fc",
3
+ "version": "0.0.0-experimental-0f2385a",
4
4
  "description": "Neptune React components",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/umd/polyfill/main.js",
@@ -71,12 +71,12 @@
71
71
  "rollup-plugin-uglify": "^6.0.4",
72
72
  "storybook": "^7.0.6",
73
73
  "@transferwise/less-config": "3.0.6",
74
- "@transferwise/neptune-css": "0.0.0-experimental-2f720fc",
74
+ "@transferwise/neptune-css": "0.0.0-experimental-0f2385a",
75
75
  "@wise/components-theming": "0.7.5"
76
76
  },
77
77
  "peerDependencies": {
78
78
  "@transferwise/icons": "^3.2.3",
79
- "@transferwise/neptune-css": "0.0.0-experimental-2f720fc",
79
+ "@transferwise/neptune-css": "0.0.0-experimental-0f2385a",
80
80
  "@wise/art": "^2",
81
81
  "@wise/components-theming": "0.5 - 0.7",
82
82
  "currency-flags": "^4.0.2",
@@ -128,9 +128,9 @@
128
128
  "access": "public"
129
129
  },
130
130
  "scripts": {
131
- "dev": "npm-run-all --parallel dev:*",
132
- "dev:watch-less": "gulp watchLess --dest=src",
133
- "dev:translations": "npx npm-watch",
131
+ "dev": "npm-run-all --parallel sb:*",
132
+ "sb:watch-less": "gulp watchLess --dest=src",
133
+ "sb:translations": "npx npm-watch",
134
134
  "sb:dev": "storybook dev -p 3001",
135
135
  "sb:build": "storybook build",
136
136
  "build-css": "gulp compileLess --dest=src",