|
5 | 5 | ], |
6 | 6 | "scripts": { |
7 | 7 | "build": "lerna run build", |
8 | | - "build:docs": "yarn build && docz build && cp _redirects .docz/dist", |
9 | | - "build:watch": "WATCH_MODE=true lerna run --parallel build -- --watch", |
| 8 | + "dev": "WATCH_MODE=true lerna run --parallel build -- --watch", |
10 | 9 | "update-website": "cp -r ./packages/core-sc/dist ./website/node_modules/smooth-ui-sc-next && cp -r ./packages/core-em/dist ./website/node_modules/smooth-ui-em-next", |
11 | 10 | "ci": "yarn lint && yarn test && yarn build && bundlesize && yarn tsc:check || true", |
12 | | - "dev": "docz dev", |
13 | 11 | "format": "prettier --write \"**/*.{js,json,md,mdx}\"", |
14 | 12 | "lint": "eslint .", |
15 | 13 | "release": "lerna publish --conventional-commits --force-publish=* && conventional-github-releaser --preset angular", |
| 14 | + "prerelease": "lerna publish prerelease --force-publish=* && conventional-github-releaser --preset angular", |
16 | 15 | "test": "jest" |
17 | 16 | }, |
18 | 17 | "bundlesize": [ |
|
26 | 25 | } |
27 | 26 | ], |
28 | 27 | "devDependencies": { |
29 | | - "@babel/cli": "^7.5.5", |
30 | | - "@babel/core": "^7.5.5", |
| 28 | + "@babel/cli": "^7.6.0", |
| 29 | + "@babel/core": "^7.6.0", |
31 | 30 | "@babel/plugin-external-helpers": "^7.2.0", |
32 | 31 | "@babel/plugin-proposal-class-properties": "^7.5.5", |
33 | | - "@babel/plugin-transform-modules-commonjs": "^7.5.0", |
34 | | - "@babel/plugin-transform-runtime": "^7.5.5", |
35 | | - "@babel/preset-env": "^7.5.5", |
| 32 | + "@babel/plugin-transform-modules-commonjs": "^7.6.0", |
| 33 | + "@babel/plugin-transform-runtime": "^7.6.0", |
| 34 | + "@babel/preset-env": "^7.6.0", |
36 | 35 | "@babel/preset-react": "^7.0.0", |
37 | | - "@emotion/core": "^10.0.16", |
38 | | - "@emotion/styled": "^10.0.15", |
| 36 | + "@emotion/core": "^10.0.17", |
| 37 | + "@emotion/styled": "^10.0.17", |
39 | 38 | "@xstyled/emotion": "^1.11.0", |
40 | 39 | "@xstyled/styled-components": "^1.11.0", |
41 | 40 | "@xstyled/system": "^1.11.0", |
42 | 41 | "babel-eslint": "^10.0.2", |
43 | 42 | "babel-jest": "^24.8.0", |
44 | 43 | "babel-plugin-annotate-pure-calls": "^0.4.0", |
45 | | - "babel-plugin-emotion": "^10.0.15", |
| 44 | + "babel-plugin-emotion": "^10.0.19", |
46 | 45 | "babel-plugin-styled-components": "^1.10.6", |
47 | 46 | "babel-plugin-transform-rename-import": "^2.3.0", |
48 | 47 | "bundlesize": "^0.18.0", |
49 | 48 | "conventional-github-releaser": "^3.1.3", |
50 | | - "cross-env": "^5.2.0", |
51 | | - "emotion-theming": "^10.0.14", |
52 | | - "eslint": "^6.1.0", |
| 49 | + "cross-env": "^6.0.0", |
| 50 | + "emotion-theming": "^10.0.19", |
| 51 | + "eslint": "^6.4.0", |
53 | 52 | "eslint-config-airbnb": "^18.0.1", |
54 | | - "eslint-config-prettier": "^6.0.0", |
| 53 | + "eslint-config-prettier": "^6.3.0", |
55 | 54 | "eslint-plugin-import": "^2.18.2", |
56 | 55 | "eslint-plugin-jsx-a11y": "^6.2.3", |
57 | 56 | "eslint-plugin-react": "^7.14.3", |
|
60 | 59 | "lerna": "^3.16.4", |
61 | 60 | "react": "^16.9.0", |
62 | 61 | "react-dom": "^16.9.0", |
63 | | - "reakit": "^1.0.0-beta.4", |
64 | | - "rollup": "^1.20.3", |
| 62 | + "reakit": "^1.0.0-beta.7", |
| 63 | + "rollup": "^1.21.4", |
65 | 64 | "rollup-plugin-babel": "^4.3.3", |
66 | 65 | "rollup-plugin-commonjs": "^10.0.2", |
67 | 66 | "rollup-plugin-node-resolve": "^5.2.0", |
68 | 67 | "rollup-plugin-replace": "^2.2.0", |
69 | 68 | "rollup-plugin-size-snapshot": "^0.10.0", |
70 | | - "rollup-plugin-terser": "^5.1.1", |
| 69 | + "rollup-plugin-terser": "^5.1.2", |
71 | 70 | "shx": "^0.3.2", |
72 | 71 | "styled-components": "^4.3.2" |
73 | 72 | } |
|
0 commit comments