|
73 | 73 | }, |
74 | 74 | "homepage": "https://github.com/jedwards1211/es2015-library-skeleton#readme", |
75 | 75 | "devDependencies": { |
76 | | - "@babel/cli": "^7.8.4", |
77 | | - "@babel/core": "^7.1.6", |
78 | | - "@babel/plugin-proposal-class-properties": "^7.1.0", |
79 | | - "@babel/plugin-proposal-export-default-from": "^7.0.0", |
80 | | - "@babel/plugin-proposal-export-namespace-from": "^7.0.0", |
81 | | - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
82 | | - "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
83 | | - "@babel/plugin-transform-runtime": "^7.1.0", |
84 | | - "@babel/preset-env": "^7.1.6", |
85 | | - "@babel/preset-flow": "^7.0.0", |
86 | | - "@babel/register": "^7.0.0", |
| 76 | + "@babel/cli": "^7.12.10", |
| 77 | + "@babel/core": "^7.12.10", |
| 78 | + "@babel/plugin-proposal-class-properties": "^7.12.1", |
| 79 | + "@babel/plugin-proposal-export-default-from": "^7.12.1", |
| 80 | + "@babel/plugin-proposal-export-namespace-from": "^7.12.1", |
| 81 | + "@babel/plugin-proposal-object-rest-spread": "^7.12.1", |
| 82 | + "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
| 83 | + "@babel/plugin-transform-runtime": "^7.12.10", |
| 84 | + "@babel/preset-env": "^7.12.10", |
| 85 | + "@babel/preset-flow": "^7.12.1", |
| 86 | + "@babel/register": "^7.12.10", |
87 | 87 | "@commitlint/cli": "^11.0.0", |
88 | 88 | "@commitlint/config-conventional": "^11.0.0", |
89 | | - "@jedwards1211/commitlint-config": "^1.0.1", |
90 | | - "@jedwards1211/eslint-config": "^2.0.0", |
91 | | - "@jedwards1211/eslint-config-flow": "^2.0.0", |
92 | | - "babel-eslint": "^10.0.1", |
93 | | - "babel-plugin-istanbul": "^5.1.0", |
| 89 | + "@jedwards1211/commitlint-config": "^1.0.2", |
| 90 | + "@jedwards1211/eslint-config": "^2.0.2", |
| 91 | + "@jedwards1211/eslint-config-flow": "^3.0.0", |
| 92 | + "babel-eslint": "^10.1.0", |
| 93 | + "babel-plugin-istanbul": "^6.0.0", |
94 | 94 | "chai": "^4.2.0", |
95 | | - "codecov": "^3.8.0", |
| 95 | + "codecov": "^3.8.1", |
96 | 96 | "copy": "^0.3.2", |
97 | | - "cross-env": "^5.2.0", |
98 | | - "eslint": "^5.9.0", |
99 | | - "eslint-config-prettier": "^3.3.0", |
100 | | - "eslint-plugin-flowtype": "^3.2.0", |
101 | | - "flow-bin": "^0.92.0", |
| 97 | + "cross-env": "^7.0.3", |
| 98 | + "eslint": "^7.15.0", |
| 99 | + "eslint-config-prettier": "^7.0.0", |
| 100 | + "eslint-plugin-flowtype": "^5.2.0", |
| 101 | + "flow-bin": "^0.140.0", |
102 | 102 | "flow-copy-source": "https://github.com/jedwards1211/flow-copy-source#no-watch", |
103 | | - "husky": "^4.3.0", |
| 103 | + "husky": "^4.3.6", |
104 | 104 | "istanbul": "^0.4.5", |
105 | | - "lint-staged": "^8.0.4", |
106 | | - "mocha": "^6.2.1", |
107 | | - "nyc": "^13.1.0", |
108 | | - "prettier": "^1.15.2", |
109 | | - "prettier-eslint": "^8.8.2", |
110 | | - "rimraf": "^2.6.0", |
111 | | - "semantic-release": "^17.1.2" |
| 105 | + "lint-staged": "^10.5.3", |
| 106 | + "mocha": "^8.2.1", |
| 107 | + "nyc": "^15.1.0", |
| 108 | + "prettier": "^2.2.1", |
| 109 | + "prettier-eslint": "^12.0.0", |
| 110 | + "rimraf": "^3.0.2", |
| 111 | + "semantic-release": "^17.3.0" |
112 | 112 | }, |
113 | 113 | "dependencies": { |
114 | | - "@babel/runtime": "^7.1.5" |
| 114 | + "@babel/runtime": "^7.12.5" |
115 | 115 | }, |
116 | 116 | "renovate": { |
117 | 117 | "extends": [ |
|
0 commit comments