@xfers/design-system 4.1.0-dev.6176427a6c → 4.1.0-dev.7ea2ee5e94

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 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfers/design-system",
3
- "version": "4.1.0-dev.6176427a6c",
3
+ "version": "4.1.0-dev.7ea2ee5e94",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "xfers",
@@ -27,12 +27,13 @@
27
27
  "lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
28
28
  "lint/ci": "eslint --cache ./src --ext .jsx,.ts,.tsx",
29
29
  "lint/ci:changed": "eslint $@ --cache",
30
- "prebuild": "rimraf dist cjs es",
30
+ "clean": "rimraf dist cjs es",
31
+ "prebuild": "yarn clean",
31
32
  "build:prod": "tsc --module commonjs && rollup -c rollup.config.js",
32
33
  "start": "rollup -c rollup.config.js -w",
33
34
  "test": "jest --coverage",
34
35
  "test:watch": "jest --coverage --watch",
35
- "test:prod": "npm run lint && npm run test -- --no-cache",
36
+ "test:prod": "yarn lint && yarn test -- --no-cache",
36
37
  "report-coverage": "cat ./coverage/lcov.info | coveralls",
37
38
  "storybook": "storybook dev -p 6006",
38
39
  "build-storybook": "storybook build -c .storybook -o build"
@@ -157,7 +158,7 @@
157
158
  "typescript": "^4.5.0"
158
159
  },
159
160
  "peerDependencies": {
160
- "react": ">=16.8.0",
161
- "react-dom": ">=16.8.0"
161
+ "react": ">=17.0.2",
162
+ "react-dom": ">=17.0.0"
162
163
  }
163
164
  }