|
10 | 10 | "packages/*"
|
11 | 11 | ],
|
12 | 12 | "scripts": {
|
13 |
| - "bootstrap": "yarn build:packages && yarn workspaces run install", |
| 13 | + "bootstrap": "yarn build:packages && yarn workspaces run bootstrap", |
14 | 14 | "clean": "lerna clean",
|
15 | 15 | "start": "run-p start:*",
|
16 | 16 | "start:examples": "now dev",
|
|
36 | 36 | "postbump": "yarn build:packages"
|
37 | 37 | },
|
38 | 38 | "devDependencies": {
|
39 |
| - "@babel/core": "7.7.2", |
40 |
| - "@babel/plugin-proposal-class-properties": "7.7.0", |
41 |
| - "@babel/plugin-proposal-object-rest-spread": "7.6.2", |
42 |
| - "@babel/plugin-transform-runtime": "7.6.2", |
43 |
| - "@babel/preset-env": "7.7.1", |
44 |
| - "@babel/preset-react": "7.7.0", |
45 |
| - "@babel/preset-typescript": "7.7.2", |
| 39 | + "@babel/core": "7.8.6", |
| 40 | + "@babel/plugin-proposal-class-properties": "7.8.3", |
| 41 | + "@babel/plugin-proposal-object-rest-spread": "7.8.3", |
| 42 | + "@babel/plugin-transform-runtime": "7.8.3", |
| 43 | + "@babel/preset-env": "7.8.7", |
| 44 | + "@babel/preset-react": "7.8.3", |
| 45 | + "@babel/preset-typescript": "7.8.3", |
46 | 46 | "@pika/pack": "0.5.0",
|
47 |
| - "@pika/plugin-build-node": "0.7.1", |
48 |
| - "@pika/plugin-build-types": "0.7.1", |
49 |
| - "@pika/plugin-build-umd": "0.7.1", |
50 |
| - "@pika/plugin-build-web": "0.7.1", |
51 |
| - "@pika/plugin-bundle-types": "0.7.1", |
52 |
| - "@pika/plugin-standard-pkg": "0.7.1", |
53 |
| - "@pika/plugin-ts-standard-pkg": "0.7.1", |
54 |
| - "@storybook/react": "5.2.6", |
| 47 | + "@pika/plugin-build-node": "0.9.2", |
| 48 | + "@pika/plugin-build-types": "0.9.2", |
| 49 | + "@pika/plugin-build-umd": "0.9.2", |
| 50 | + "@pika/plugin-build-web": "0.9.2", |
| 51 | + "@pika/plugin-bundle-types": "0.9.2", |
| 52 | + "@pika/plugin-standard-pkg": "0.9.2", |
| 53 | + "@pika/plugin-ts-standard-pkg": "0.9.2", |
| 54 | + "@storybook/react": "5.3.14", |
55 | 55 | "@testing-library/jest-dom": "4.2.4",
|
56 |
| - "@testing-library/react": "9.3.2", |
57 |
| - "@typescript-eslint/eslint-plugin": "2.8.0", |
58 |
| - "@typescript-eslint/parser": "2.8.0", |
59 |
| - "babel-eslint": "10.0.3", |
| 56 | + "@testing-library/react": "9.4.1", |
| 57 | + "@typescript-eslint/eslint-plugin": "2.22.0", |
| 58 | + "@typescript-eslint/parser": "2.22.0", |
| 59 | + "babel-eslint": "10.1.0", |
60 | 60 | "babel-jest": "24.9.0",
|
61 | 61 | "babel-loader": "8.0.6",
|
62 |
| - "copyfiles": "2.1.1", |
63 |
| - "eslint": "6.6.0", |
64 |
| - "eslint-config-prettier": "6.7.0", |
65 |
| - "eslint-plugin-jest": "23.0.4", |
66 |
| - "eslint-plugin-prettier": "3.1.1", |
| 62 | + "copyfiles": "2.2.0", |
| 63 | + "eslint": "6.8.0", |
| 64 | + "eslint-config-prettier": "6.10.0", |
| 65 | + "eslint-plugin-jest": "23.8.1", |
| 66 | + "eslint-plugin-prettier": "3.1.2", |
67 | 67 | "eslint-plugin-promise": "4.2.1",
|
68 |
| - "eslint-plugin-react": "7.16.0", |
69 |
| - "eslint-plugin-react-hooks": "2.3.0", |
| 68 | + "eslint-plugin-react": "7.18.3", |
| 69 | + "eslint-plugin-react-hooks": "2.5.0", |
70 | 70 | "jest": "24.9.0",
|
71 |
| - "lerna": "3.19.0", |
| 71 | + "lerna": "3.20.2", |
72 | 72 | "node-jq": "1.11.0",
|
73 |
| - "now": "16.6.0", |
| 73 | + "now": "16.7.3", |
74 | 74 | "npm-run-all": "4.1.5",
|
75 | 75 | "prettier": "1.19.1",
|
76 | 76 | "prop-types": "15.7.2",
|
77 |
| - "react": "16.12.0", |
| 77 | + "react": "16.13.0", |
78 | 78 | "react-async": "10.0.0-alpha.0",
|
79 |
| - "react-dom": "16.12.0", |
80 |
| - "storybook-chromatic": "3.1.0", |
81 |
| - "typescript": "3.7.2" |
| 79 | + "react-dom": "16.13.0", |
| 80 | + "storybook-chromatic": "3.5.2", |
| 81 | + "typescript": "3.8.3" |
82 | 82 | },
|
83 | 83 | "resolutions": {
|
84 | 84 | "@types/react": "16.9.13"
|
|
0 commit comments