|
36 | 36 | "release": "yarn run build && ./node_modules/.bin/standard-version"
|
37 | 37 | },
|
38 | 38 | "devDependencies": {
|
39 |
| - "@babel/cli": "^7.10.3", |
40 |
| - "@babel/core": "^7.10.3", |
41 |
| - "@babel/preset-env": "^7.10.3", |
42 |
| - "@babel/preset-react": "^7.10.1", |
43 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.10.3", |
44 |
| - "@babel/plugin-transform-modules-commonjs": "^7.10.1", |
45 |
| - "@babel/plugin-transform-runtime": "^7.10.3", |
| 39 | + "@babel/cli": "^7.10.5", |
| 40 | + "@babel/core": "^7.11.4", |
| 41 | + "@babel/preset-env": "^7.11.0", |
| 42 | + "@babel/preset-react": "^7.10.4", |
| 43 | + "@babel/plugin-proposal-object-rest-spread": "^7.11.0", |
| 44 | + "@babel/plugin-transform-modules-commonjs": "^7.10.4", |
| 45 | + "@babel/plugin-transform-runtime": "^7.11.0", |
46 | 46 | "babel-eslint": "^10.1.0",
|
47 | 47 | "babel-plugin-add-module-exports": "^1.0.2",
|
48 | 48 | "cross-env": "^7.0.2",
|
49 |
| - "eslint": "^7.3.1", |
| 49 | + "eslint": "^7.7.0", |
50 | 50 | "eslint-config-prettier": "^6.11.0",
|
51 | 51 | "eslint-plugin-filenames": "^1.3.2",
|
52 |
| - "eslint-plugin-jest": "^23.17.1", |
53 |
| - "eslint-plugin-json": "^2.1.1", |
| 52 | + "eslint-plugin-jest": "^23.20.0", |
| 53 | + "eslint-plugin-json": "^2.1.2", |
54 | 54 | "eslint-plugin-prettier": "^3.1.4",
|
55 |
| - "eslint-plugin-react": "^7.20.0", |
| 55 | + "eslint-plugin-react": "^7.20.6", |
56 | 56 | "husky": "^4.2.5",
|
57 |
| - "jest": "^26.1.0", |
58 |
| - "lint-staged": "^10.2.11", |
59 |
| - "prettier": "^2.0.5", |
| 57 | + "jest": "^26.4.2", |
| 58 | + "lint-staged": "^10.2.12", |
| 59 | + "prettier": "^2.1.0", |
60 | 60 | "react": "^16.13.1",
|
61 |
| - "remark": "^12.0.0", |
| 61 | + "remark": "^12.0.1", |
62 | 62 | "rimraf": "^3.0.2",
|
63 |
| - "standard-version": "^8.0.0" |
| 63 | + "standard-version": "^9.0.0" |
64 | 64 | },
|
65 | 65 | "dependencies": {
|
66 |
| - "@babel/runtime": "^7.10.3", |
| 66 | + "@babel/runtime": "^7.11.2", |
67 | 67 | "async-unist-util-visit": "^1.0.0",
|
68 | 68 | "cheerio": "^1.0.0-rc.3",
|
69 | 69 | "parse-numeric-range": "^1.2.0",
|
70 |
| - "request": "^2.88.2", |
71 |
| - "request-promise": "^4.2.5" |
| 70 | + "node-fetch": "^2.6.0" |
72 | 71 | },
|
73 | 72 | "peerDependencies": {
|
74 | 73 | "gatsby": "*",
|
|
0 commit comments