|
28 | 28 | "test": "yarn jest" |
29 | 29 | }, |
30 | 30 | "dependencies": { |
31 | | - "@atlaskit/build-releases": "^3.0.2", |
32 | | - "@changesets/cli": "^1.3.0", |
| 31 | + "@atlaskit/build-releases": "^3.0.6", |
| 32 | + "@changesets/cli": "^1.3.3", |
33 | 33 | "babel-jest": "^23.6.0", |
34 | 34 | "babel-polyfill": "^6.26.0", |
35 | 35 | "babel-runtime": "^6.26.0", |
36 | 36 | "bolt": "^0.23.6", |
37 | | - "copy-webpack-plugin": "^4.5.1", |
| 37 | + "copy-webpack-plugin": "^4.6.0", |
38 | 38 | "css-loader": "^0.28.11", |
39 | | - "form-data": "^2.3.2", |
| 39 | + "form-data": "^2.5.1", |
40 | 40 | "html-webpack-plugin": "^3.2.0", |
41 | | - "isomorphic-unfetch": "^2.0.0", |
| 41 | + "isomorphic-unfetch": "^2.1.1", |
42 | 42 | "lodash.isequal": "^4.5.0", |
43 | 43 | "lodash.pick": "^4.4.0", |
44 | 44 | "lz-string": "^1.4.4", |
45 | 45 | "meow": "^5.0.0", |
46 | | - "mini-css-extract-plugin": "^0.4.0", |
47 | | - "p-memoize": "^2.0.0", |
| 46 | + "mini-css-extract-plugin": "^0.4.5", |
| 47 | + "p-memoize": "^2.1.0", |
48 | 48 | "path-browserify": "^1.0.0", |
49 | 49 | "pkg-dir": "^2.0.0", |
50 | 50 | "pkg-up": "^2.0.0", |
51 | | - "prop-types": "^15.6.1", |
52 | | - "query-string": "^6.1.0", |
| 51 | + "prop-types": "^15.7.2", |
| 52 | + "query-string": "^6.8.3", |
53 | 53 | "react-node-resolver": "^1.0.1", |
54 | | - "react-select": "2.0.0-beta.6", |
55 | | - "resolve": "^1.7.1", |
56 | | - "webpack": "^4.9.1", |
57 | | - "webpack-cli": "^3.1.1", |
58 | | - "webpack-dev-server": "^3.1.4" |
| 54 | + "react-select": "^2.4.4", |
| 55 | + "resolve": "^1.12.0", |
| 56 | + "webpack": "^4.39.3", |
| 57 | + "webpack-cli": "^3.3.8", |
| 58 | + "webpack-dev-server": "^3.8.0" |
59 | 59 | }, |
60 | 60 | "devDependencies": { |
61 | | - "@types/mocha": "^2.2.42", |
62 | | - "@types/node": "^7.0.43", |
| 61 | + "@types/mocha": "^2.2.48", |
| 62 | + "@types/node": "^12.7.5", |
63 | 63 | "all-contributors-cli": "^6.9.0", |
64 | 64 | "babel-cli": "^6.26.0", |
65 | 65 | "babel-core": "^6.26.3", |
66 | | - "babel-eslint": "^8.2.3", |
67 | | - "babel-loader": "^7.1.4", |
| 66 | + "babel-eslint": "^8.2.6", |
| 67 | + "babel-loader": "^7.1.5", |
68 | 68 | "babel-plugin-syntax-dynamic-import": "^6.18.0", |
69 | 69 | "babel-plugin-transform-class-properties": "^6.24.1", |
70 | 70 | "babel-plugin-transform-object-rest-spread": "^6.26.0", |
71 | 71 | "babel-plugin-transform-runtime": "^6.23.0", |
72 | | - "babel-preset-env": "^1.6.1", |
| 72 | + "babel-preset-env": "^1.7.0", |
73 | 73 | "babel-preset-flow": "^6.23.0", |
74 | 74 | "babel-preset-react": "^6.24.1", |
75 | 75 | "emotion": "9.2.12", |
76 | 76 | "eslint": "^4.19.1", |
77 | | - "eslint-plugin-react": "^7.8.2", |
| 77 | + "eslint-plugin-react": "^7.14.3", |
78 | 78 | "flow-bin": "^0.64.0", |
79 | 79 | "husky": "^3.0.5", |
80 | 80 | "jest": "^23.6.0", |
81 | 81 | "jest-in-case": "^1.0.2", |
82 | 82 | "prettier": "1.18.2", |
83 | 83 | "pretty-quick": "^1.11.1", |
84 | | - "react": "^16.2.0", |
85 | | - "react-dom": "^16.2.0", |
86 | | - "typescript": "^2.6.1", |
87 | | - "vscode": "^1.1.6" |
| 84 | + "react": "^16.9.0", |
| 85 | + "react-dom": "^16.9.0", |
| 86 | + "typescript": "^2.9.2", |
| 87 | + "vscode": "^1.1.36" |
88 | 88 | }, |
89 | 89 | "peerDependencies": { |
90 | 90 | "react": "^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0", |
|
0 commit comments