|
77 | 77 | }, |
78 | 78 | "homepage": "https://github.com/codemodsquad/babel-parse-wild-code#readme", |
79 | 79 | "devDependencies": { |
80 | | - "@babel/cli": "^7.12.10", |
81 | | - "@babel/core": "^7.12.10", |
82 | | - "@babel/plugin-proposal-class-properties": "^7.12.1", |
83 | | - "@babel/plugin-proposal-export-default-from": "^7.12.1", |
84 | | - "@babel/plugin-proposal-export-namespace-from": "^7.12.1", |
85 | | - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", |
86 | | - "@babel/plugin-proposal-object-rest-spread": "^7.12.1", |
87 | | - "@babel/plugin-proposal-optional-chaining": "^7.12.7", |
| 80 | + "@babel/cli": "^7.18.10", |
| 81 | + "@babel/core": "^7.19.0", |
| 82 | + "@babel/plugin-proposal-class-properties": "^7.18.6", |
| 83 | + "@babel/plugin-proposal-export-default-from": "^7.18.10", |
| 84 | + "@babel/plugin-proposal-export-namespace-from": "^7.18.9", |
| 85 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", |
| 86 | + "@babel/plugin-proposal-object-rest-spread": "^7.18.9", |
| 87 | + "@babel/plugin-proposal-optional-chaining": "^7.18.9", |
88 | 88 | "@babel/plugin-proposal-pipeline-operator": "^7.18.9", |
89 | | - "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
90 | | - "@babel/plugin-transform-runtime": "^7.12.10", |
91 | | - "@babel/preset-env": "^7.12.11", |
92 | | - "@babel/preset-flow": "^7.13.13", |
93 | | - "@babel/preset-react": "^7.13.13", |
94 | | - "@babel/preset-typescript": "^7.13.0", |
95 | | - "@babel/register": "^7.12.10", |
96 | | - "@commitlint/cli": "^11.0.0", |
97 | | - "@commitlint/config-conventional": "^11.0.0", |
| 89 | + "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
| 90 | + "@babel/plugin-transform-runtime": "^7.18.10", |
| 91 | + "@babel/preset-env": "^7.19.0", |
| 92 | + "@babel/preset-flow": "^7.18.6", |
| 93 | + "@babel/preset-react": "^7.18.6", |
| 94 | + "@babel/preset-typescript": "^7.18.6", |
| 95 | + "@babel/register": "^7.18.9", |
| 96 | + "@commitlint/cli": "^17.1.2", |
| 97 | + "@commitlint/config-conventional": "^17.1.0", |
98 | 98 | "@jedwards1211/commitlint-config": "^1.0.2", |
99 | 99 | "@jedwards1211/eslint-config": "^2.0.2", |
100 | 100 | "@jedwards1211/eslint-config-typescript": "^2.0.2", |
101 | | - "@types/chai": "^4.2.14", |
102 | | - "@types/fs-extra": "^9.0.10", |
103 | | - "@types/mocha": "^8.2.0", |
104 | | - "@types/node": "^14.14.22", |
105 | | - "@types/resolve": "^1.20.0", |
106 | | - "@typescript-eslint/eslint-plugin": "^4.14.1", |
107 | | - "@typescript-eslint/parser": "^4.14.1", |
108 | | - "@typescript-eslint/typescript-estree": "^4.14.1", |
| 101 | + "@types/chai": "^4.3.3", |
| 102 | + "@types/fs-extra": "^9.0.13", |
| 103 | + "@types/mocha": "^9.1.1", |
| 104 | + "@types/node": "^18.7.16", |
| 105 | + "@types/resolve": "^1.20.2", |
| 106 | + "@typescript-eslint/eslint-plugin": "^5.37.0", |
| 107 | + "@typescript-eslint/parser": "^5.37.0", |
| 108 | + "@typescript-eslint/typescript-estree": "^5.37.0", |
109 | 109 | "babel-eslint": "^10.1.0", |
110 | | - "babel-plugin-istanbul": "^6.0.0", |
111 | | - "chai": "^4.2.0", |
112 | | - "codecov": "^3.8.1", |
| 110 | + "babel-plugin-istanbul": "^6.1.1", |
| 111 | + "chai": "^4.3.6", |
| 112 | + "codecov": "^3.8.3", |
113 | 113 | "copy": "^0.3.2", |
114 | 114 | "cross-env": "^7.0.3", |
115 | | - "eslint": "^7.18.0", |
116 | | - "eslint-config-prettier": "^7.2.0", |
117 | | - "flow-bin": "^0.144.0", |
118 | | - "fs-extra": "^9.1.0", |
119 | | - "husky": "^4.3.8", |
| 115 | + "eslint": "^8.23.1", |
| 116 | + "eslint-config-prettier": "^8.5.0", |
| 117 | + "flow-bin": "^0.186.0", |
| 118 | + "fs-extra": "^10.1.0", |
| 119 | + "husky": "^8.0.1", |
120 | 120 | "istanbul": "^0.4.5", |
121 | | - "lint-staged": "^10.5.3", |
122 | | - "mocha": "^8.2.1", |
| 121 | + "lint-staged": "^13.0.3", |
| 122 | + "mocha": "^10.0.0", |
123 | 123 | "nyc": "^15.1.0", |
124 | | - "prettier": "^2.2.1", |
125 | | - "prettier-eslint": "^12.0.0", |
| 124 | + "prettier": "^2.7.1", |
| 125 | + "prettier-eslint": "^15.0.1", |
126 | 126 | "rimraf": "^3.0.2", |
127 | | - "semantic-release": "^17.3.7", |
128 | | - "typescript": "^4.2.3" |
| 127 | + "semantic-release": "^19.0.5", |
| 128 | + "typescript": "^4.8.3" |
129 | 129 | }, |
130 | 130 | "dependencies": { |
131 | | - "@babel/parser": "^7.13.13", |
132 | | - "@babel/runtime": "^7.12.5", |
133 | | - "@babel/types": "^7.13.14", |
134 | | - "resolve": "^1.20.0" |
| 131 | + "@babel/parser": "^7.19.0", |
| 132 | + "@babel/runtime": "^7.19.0", |
| 133 | + "@babel/types": "^7.19.0", |
| 134 | + "resolve": "^1.22.1" |
135 | 135 | } |
136 | 136 | } |
0 commit comments