|
75 | 75 | }, |
76 | 76 | "homepage": "https://github.com/jedwards1211/es2015-library-skeleton#readme", |
77 | 77 | "devDependencies": { |
78 | | - "@babel/cli": "^7.12.10", |
79 | | - "@babel/core": "^7.12.10", |
80 | | - "@babel/eslint-parser": "^7.12.13", |
81 | | - "@babel/plugin-proposal-class-properties": "^7.12.1", |
82 | | - "@babel/plugin-proposal-export-default-from": "^7.12.1", |
83 | | - "@babel/plugin-proposal-export-namespace-from": "^7.12.1", |
84 | | - "@babel/plugin-proposal-object-rest-spread": "^7.12.1", |
85 | | - "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
86 | | - "@babel/plugin-transform-runtime": "^7.12.10", |
87 | | - "@babel/preset-env": "^7.12.11", |
88 | | - "@babel/preset-flow": "^7.12.1", |
89 | | - "@babel/register": "^7.12.10", |
90 | | - "@commitlint/cli": "^11.0.0", |
91 | | - "@commitlint/config-conventional": "^11.0.0", |
| 78 | + "@babel/cli": "^7.15.7", |
| 79 | + "@babel/core": "^7.15.5", |
| 80 | + "@babel/eslint-parser": "^7.15.7", |
| 81 | + "@babel/plugin-proposal-export-default-from": "^7.14.5", |
| 82 | + "@babel/plugin-proposal-export-namespace-from": "^7.14.5", |
| 83 | + "@babel/plugin-transform-runtime": "^7.15.0", |
| 84 | + "@babel/preset-env": "^7.15.6", |
| 85 | + "@babel/preset-flow": "^7.14.5", |
| 86 | + "@babel/register": "^7.15.3", |
| 87 | + "@commitlint/cli": "^13.2.0", |
| 88 | + "@commitlint/config-conventional": "^13.2.0", |
92 | 89 | "@jedwards1211/commitlint-config": "^1.0.2", |
93 | 90 | "@jedwards1211/eslint-config": "^2.0.2", |
94 | | - "@jedwards1211/eslint-config-flow": "^3.0.0", |
95 | | - "babel-eslint": "^10.1.0", |
| 91 | + "@jedwards1211/eslint-config-flow": "^3.0.1", |
96 | 92 | "babel-plugin-istanbul": "^6.0.0", |
97 | | - "chai": "^4.2.0", |
98 | | - "codecov": "^3.8.1", |
| 93 | + "chai": "^4.3.4", |
| 94 | + "codecov": "^3.8.3", |
99 | 95 | "copy": "^0.3.2", |
100 | 96 | "cross-env": "^7.0.3", |
101 | | - "eslint": "^7.18.0", |
102 | | - "eslint-config-prettier": "^7.2.0", |
103 | | - "eslint-plugin-flowtype": "^5.2.0", |
104 | | - "flow-bin": "^0.143.1", |
| 97 | + "eslint": "^7.32.0", |
| 98 | + "eslint-config-prettier": "^8.3.0", |
| 99 | + "eslint-plugin-flowtype": "^6.1.0", |
| 100 | + "flow-bin": "^0.161.0", |
105 | 101 | "flow-copy-source": "https://github.com/jedwards1211/flow-copy-source#no-watch", |
106 | | - "husky": "^4.3.8", |
107 | | - "lint-staged": "^10.5.3", |
108 | | - "mocha": "^8.2.1", |
| 102 | + "husky": "^7.0.2", |
| 103 | + "lint-staged": "^11.1.2", |
| 104 | + "mocha": "^9.1.2", |
109 | 105 | "nyc": "^15.1.0", |
110 | | - "prettier": "^2.2.1", |
111 | | - "prettier-eslint": "^12.0.0", |
| 106 | + "prettier": "^2.4.1", |
| 107 | + "prettier-eslint": "^13.0.0", |
112 | 108 | "rimraf": "^3.0.2", |
113 | | - "semantic-release": "^17.3.7", |
114 | | - "typescript": "^4.1.3" |
| 109 | + "semantic-release": "^18.0.0", |
| 110 | + "typescript": "^4.4.3" |
115 | 111 | }, |
116 | 112 | "dependencies": { |
117 | | - "@babel/runtime": "^7.12.5" |
| 113 | + "@babel/runtime": "^7.15.4" |
118 | 114 | } |
119 | 115 | } |
0 commit comments