@transferwise/components 0.0.0-experimental-dd495d2 → 0.0.0-experimental-0d4df8f

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 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/components",
3
- "version": "0.0.0-experimental-dd495d2",
3
+ "version": "0.0.0-experimental-0d4df8f",
4
4
  "description": "Neptune React components",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -72,17 +72,16 @@
72
72
  "jest-cli": "^27.0.6",
73
73
  "jest-fetch-mock": "^3.0.3",
74
74
  "lodash.times": "^4.3.2",
75
- "npm-watch": "^0.11.0",
76
75
  "react-intl": "^5.10.0",
77
76
  "rollup": "^3.28.1",
78
77
  "storybook": "^7.4.5",
79
78
  "@transferwise/less-config": "3.1.0",
80
- "@transferwise/neptune-css": "0.0.0-experimental-dd495d2",
79
+ "@transferwise/neptune-css": "0.0.0-experimental-0d4df8f",
81
80
  "@wise/components-theming": "0.8.4"
82
81
  },
83
82
  "peerDependencies": {
84
83
  "@transferwise/icons": "^3.7.0",
85
- "@transferwise/neptune-css": "0.0.0-experimental-dd495d2",
84
+ "@transferwise/neptune-css": "0.0.0-experimental-0d4df8f",
86
85
  "@wise/art": "^2.7.0",
87
86
  "@wise/components-theming": "^0.8.4",
88
87
  "react": ">=16.14",
@@ -118,19 +117,13 @@
118
117
  "react-transition-group": "^4.4.2",
119
118
  "use-sync-external-store": "^1.2.0"
120
119
  },
121
- "watch": {
122
- "build:crowdin-source-file": "src/**/*.messages.js"
123
- },
124
- "resolutions": {
125
- "**/remark-parse/trim": "0.0.3"
126
- },
127
120
  "publishConfig": {
128
121
  "access": "public"
129
122
  },
130
123
  "scripts": {
131
124
  "dev": "npm-run-all --parallel dev:* dev:*:* storybook:dev",
132
125
  "dev:less:watch": "gulp watchLess --dest=src",
133
- "dev:translations": "npx npm-watch",
126
+ "dev:translations": "pnpm build:crowdin-source-file",
134
127
  "storybook:dev": "storybook dev -p 3001",
135
128
  "storybook:build": "storybook build --webpack-stats-json",
136
129
  "build:css": "gulp compileLess --dest=src",