Update dependency node-fetch to v3 (#164)
* Update dependency node-fetch to v3 * Remove script file * Update dependency node-fetch to v3 * Fix lint parser Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Lautzenheiser <lautzd@gmail.com>
This commit is contained in:
@ -42,6 +42,7 @@
|
||||
"last 2 Safari versions"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/eslint-parser": "7.19.1",
|
||||
"@babel/runtime": "7.20.6",
|
||||
"@codemirror/autocomplete": "6.3.4",
|
||||
"@codemirror/commands": "6.1.2",
|
||||
@ -180,7 +181,6 @@
|
||||
"@types/history": "4.7.11",
|
||||
"@types/is-hotkey": "0.1.7",
|
||||
"@types/jest": "29.2.4",
|
||||
"@types/js-base64": "3.3.1",
|
||||
"@types/js-yaml": "4.0.5",
|
||||
"@types/jwt-decode": "2.2.1",
|
||||
"@types/lodash": "4.14.191",
|
||||
@ -200,7 +200,6 @@
|
||||
"@typescript-eslint/parser": "5.45.0",
|
||||
"axios": "1.2.0",
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
"babel-eslint": "11.0.0-beta.2",
|
||||
"babel-loader": "9.1.0",
|
||||
"babel-plugin-emotion": "11.0.0",
|
||||
"babel-plugin-inline-json-import": "0.3.2",
|
||||
@ -229,12 +228,11 @@
|
||||
"gitlab": "14.2.2",
|
||||
"http-server": "14.1.1",
|
||||
"jest": "29.3.1",
|
||||
"jest-environment-jsdom": "^29.3.1",
|
||||
"js-yaml": "4.1.0",
|
||||
"mockserver-client": "5.14.0",
|
||||
"mockserver-node": "5.14.0",
|
||||
"ncp": "2.0.0",
|
||||
"node-fetch": "2.6.7",
|
||||
"node-fetch": "3.3.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"postcss": "8.4.19",
|
||||
"postcss-scss": "4.0.6",
|
||||
|
Reference in New Issue
Block a user