|
80 | 80 | }, |
81 | 81 | "homepage": "https://github.com/jedwards1211/typescript-library-skeleton#readme", |
82 | 82 | "devDependencies": { |
83 | | - "@babel/cli": "^7.12.10", |
84 | | - "@babel/core": "^7.12.10", |
85 | | - "@babel/plugin-proposal-class-properties": "^7.12.1", |
86 | | - "@babel/plugin-proposal-export-default-from": "^7.12.1", |
87 | | - "@babel/plugin-proposal-export-namespace-from": "^7.12.1", |
88 | | - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", |
89 | | - "@babel/plugin-proposal-object-rest-spread": "^7.12.1", |
90 | | - "@babel/plugin-proposal-optional-chaining": "^7.12.7", |
91 | | - "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
92 | | - "@babel/plugin-transform-runtime": "^7.12.10", |
93 | | - "@babel/preset-env": "^7.12.11", |
94 | | - "@babel/preset-typescript": "^7.12.7", |
95 | | - "@babel/register": "^7.12.10", |
96 | | - "@commitlint/cli": "^11.0.0", |
97 | | - "@commitlint/config-conventional": "^11.0.0", |
| 83 | + "@babel/cli": "^7.15.7", |
| 84 | + "@babel/core": "^7.15.5", |
| 85 | + "@babel/plugin-proposal-export-default-from": "^7.14.5", |
| 86 | + "@babel/plugin-proposal-export-namespace-from": "^7.14.5", |
| 87 | + "@babel/plugin-transform-runtime": "^7.15.0", |
| 88 | + "@babel/preset-env": "^7.15.6", |
| 89 | + "@babel/preset-typescript": "^7.15.0", |
| 90 | + "@babel/register": "^7.15.3", |
| 91 | + "@commitlint/cli": "^13.2.0", |
| 92 | + "@commitlint/config-conventional": "^13.2.0", |
98 | 93 | "@jedwards1211/commitlint-config": "^1.0.2", |
99 | 94 | "@jedwards1211/eslint-config": "^2.0.2", |
100 | 95 | "@jedwards1211/eslint-config-typescript": "^2.0.2", |
101 | | - "@types/chai": "^4.2.14", |
102 | | - "@types/mocha": "^8.2.0", |
103 | | - "@types/node": "^14.14.22", |
104 | | - "@typescript-eslint/eslint-plugin": "^4.14.1", |
105 | | - "@typescript-eslint/parser": "^4.14.1", |
106 | | - "@typescript-eslint/typescript-estree": "^4.14.1", |
107 | | - "babel-eslint": "^10.1.0", |
| 96 | + "@types/chai": "^4.2.22", |
| 97 | + "@types/mocha": "^9.0.0", |
| 98 | + "@types/node": "^16.10.2", |
| 99 | + "@typescript-eslint/eslint-plugin": "^4.32.0", |
| 100 | + "@typescript-eslint/parser": "^4.32.0", |
| 101 | + "@typescript-eslint/typescript-estree": "^4.32.0", |
108 | 102 | "babel-plugin-istanbul": "^6.0.0", |
109 | | - "chai": "^4.2.0", |
110 | | - "codecov": "^3.8.1", |
| 103 | + "chai": "^4.3.4", |
| 104 | + "codecov": "^3.8.3", |
111 | 105 | "copy": "^0.3.2", |
112 | 106 | "cross-env": "^7.0.3", |
113 | | - "eslint": "^7.18.0", |
114 | | - "eslint-config-prettier": "^7.2.0", |
115 | | - "flow-bin": "^0.144.0", |
116 | | - "husky": "^4.3.8", |
117 | | - "lint-staged": "^10.5.3", |
118 | | - "mocha": "^8.2.1", |
| 107 | + "eslint": "^7.32.0", |
| 108 | + "eslint-config-prettier": "^8.3.0", |
| 109 | + "flow-bin": "^0.161.0", |
| 110 | + "husky": "^7.0.2", |
| 111 | + "lint-staged": "^11.1.2", |
| 112 | + "mocha": "^9.1.2", |
119 | 113 | "nyc": "^15.1.0", |
120 | | - "prettier": "^2.2.1", |
121 | | - "prettier-eslint": "^12.0.0", |
| 114 | + "prettier": "^2.4.1", |
| 115 | + "prettier-eslint": "^13.0.0", |
122 | 116 | "rimraf": "^3.0.2", |
123 | | - "semantic-release": "^17.3.7", |
124 | | - "typescript": "^4.1.3" |
| 117 | + "semantic-release": "^18.0.0", |
| 118 | + "typescript": "^4.4.3" |
125 | 119 | }, |
126 | 120 | "dependencies": { |
127 | | - "@babel/runtime": "^7.12.5" |
| 121 | + "@babel/runtime": "^7.15.4" |
128 | 122 | } |
129 | 123 | } |
0 commit comments