mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 14:19:58 +00:00
remove unused deps (#4730)
* restore packages used in scripts * package lock
This commit is contained in:
parent
cced992115
commit
4a56db0560
15251
package-lock.json
generated
15251
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@ -39,36 +39,22 @@
|
||||
"dev": "npm start --prefix packages/insomnia"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.10.5",
|
||||
"@babel/plugin-proposal-class-properties": "^7.7.4",
|
||||
"@babel/plugin-proposal-decorators": "^7.4.0",
|
||||
"@babel/preset-env": "^7.4.3",
|
||||
"@babel/preset-react": "^7.9.4",
|
||||
"@jest/types": "^26.6.2",
|
||||
"@types/chai": "^4.2.15",
|
||||
"@types/eslint": "8.4.1",
|
||||
"@types/jest": "^26.0.23",
|
||||
"@types/node": "^17.0.21",
|
||||
"@types/rimraf": "^3.0.0",
|
||||
"@types/svgo": "^2.6.3",
|
||||
"@typescript-eslint/eslint-plugin": "^5.10.2",
|
||||
"@typescript-eslint/parser": "^5.10.2",
|
||||
"babel-loader": "^8.0.5",
|
||||
"babel-plugin-inline-react-svg": "^1.1.0",
|
||||
"eslint": "^8.8.0",
|
||||
"eslint-config-helpers": "^1.1.0",
|
||||
"eslint-plugin-filenames": "^1.3.2",
|
||||
"eslint-plugin-html": "^6.2.0",
|
||||
"eslint-plugin-import": "^2.25.4",
|
||||
"eslint-plugin-jest": "^26.0.0",
|
||||
"eslint-plugin-jest-formatting": "^3.1.0",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^6.0.0",
|
||||
"eslint-plugin-react": "^7.28.0",
|
||||
"eslint-plugin-react-hooks": "^4.3.0",
|
||||
"eslint-plugin-simple-import-sort": "^7.0.0",
|
||||
"eslint-plugin-standard": "^5.0.0",
|
||||
"jest": "^26.6.3",
|
||||
"lerna": "^4.0.0",
|
||||
"markdownlint-cli2": "^0.2.0",
|
||||
|
17853
packages/insomnia-components/package-lock.json
generated
17853
packages/insomnia-components/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -39,39 +39,24 @@
|
||||
"watch": "cross-env ESBUILD_WATCH=true esr esbuild.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.7.7",
|
||||
"@babel/plugin-proposal-decorators": "^7.8.3",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
|
||||
"@babel/plugin-transform-runtime": "^7.12.10",
|
||||
"@svgr/cli": "^5.5.0",
|
||||
"@testing-library/dom": "^7.30.4",
|
||||
"@testing-library/jest-dom": "^5.12.0",
|
||||
"@testing-library/react": "^11.2.6",
|
||||
"@testing-library/react-hooks": "^5.1.2",
|
||||
"@types/babel__core": "^7.1.14",
|
||||
"@types/babel__plugin-transform-runtime": "^7.9.1",
|
||||
"@types/md5": "^2.3.0",
|
||||
"@types/prop-types": "^15.7.3",
|
||||
"@types/ramda": "^0.27.44",
|
||||
"@types/react": "^17.0.39",
|
||||
"@types/react-dom": "^17.0.11",
|
||||
"@types/testing-library__jest-dom": "^5.9.5",
|
||||
"@types/testing-library__react-hooks": "^4.0.0",
|
||||
"babel-plugin-inline-react-svg": "^1.1.1",
|
||||
"concurrently": "^7.0.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"esbuild": "^0.14.27",
|
||||
"esbuild-runner": "^2.2.1",
|
||||
"jest": "^26.6.3",
|
||||
"react": "^17.0.2",
|
||||
"react-docgen-typescript": "^1.22.0",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-use": "^17.2.4",
|
||||
"styled-components": "^5.3.3",
|
||||
"ts-loader": "^8.2.0",
|
||||
"type-fest": "^2.12.0",
|
||||
"typescript": "^4.5.5",
|
||||
"typescript-plugin-styled-components": "^2.0.0",
|
||||
"vite": "^2.9.1"
|
||||
},
|
||||
"dependencies": {
|
||||
@ -81,7 +66,6 @@
|
||||
"framer-motion": "4.1.17",
|
||||
"fuzzysort": "^1.2.1",
|
||||
"ramda": "^0.27.1",
|
||||
"ramda-adjunct": "^2.33.0",
|
||||
"react-switch": "^6.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
13
packages/insomnia-smoke-test/package-lock.json
generated
13
packages/insomnia-smoke-test/package-lock.json
generated
@ -14,6 +14,7 @@
|
||||
"@types/express": "^4.17.11",
|
||||
"@types/faker": "^5.5.5",
|
||||
"@types/mkdirp": "^1.0.1",
|
||||
"@types/mocha": "^8.2.1",
|
||||
"@types/oidc-provider": "^7.8.1",
|
||||
"@types/ramda": "^0.27.45",
|
||||
"@types/uuid": "^8.3.4",
|
||||
@ -3233,6 +3234,12 @@
|
||||
"@types/node": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/mocha": {
|
||||
"version": "8.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.3.tgz",
|
||||
"integrity": "sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "14.0.27",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.27.tgz",
|
||||
@ -13079,6 +13086,12 @@
|
||||
"@types/node": "*"
|
||||
}
|
||||
},
|
||||
"@types/mocha": {
|
||||
"version": "8.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.3.tgz",
|
||||
"integrity": "sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==",
|
||||
"dev": true
|
||||
},
|
||||
"@types/node": {
|
||||
"version": "14.0.27",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.27.tgz",
|
||||
|
@ -33,6 +33,7 @@
|
||||
"@types/express": "^4.17.11",
|
||||
"@types/faker": "^5.5.5",
|
||||
"@types/mkdirp": "^1.0.1",
|
||||
"@types/mocha": "^8.2.1",
|
||||
"@types/oidc-provider": "^7.8.1",
|
||||
"@types/ramda": "^0.27.45",
|
||||
"@types/uuid": "^8.3.4",
|
||||
|
3430
packages/insomnia/package-lock.json
generated
3430
packages/insomnia/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -53,7 +53,6 @@
|
||||
"dompurify": "^2.3.6",
|
||||
"electron-context-menu": "^3.1.1",
|
||||
"electron-log": "^4.4.3",
|
||||
"framer-motion": "4.1.17",
|
||||
"fs-extra": "^5.0.0",
|
||||
"hkdf": "^0.0.2",
|
||||
"html-entities": "^1.2.0",
|
||||
@ -102,7 +101,6 @@
|
||||
"ramda-adjunct": "^2.33.0",
|
||||
"tough-cookie": "^2.3.1",
|
||||
"ts-assert-unreachable": "^0.0.9",
|
||||
"url-join": "^4.0.1",
|
||||
"uuid": "^8.3.2",
|
||||
"yaml": "^1.5.0",
|
||||
"yaml-source-map": "^2.1.1"
|
||||
@ -112,7 +110,6 @@
|
||||
"@babel/preset-react": "^7.14.5",
|
||||
"@babel/preset-typescript": "^7.15.0",
|
||||
"@develohpanda/fluent-builder": "^2.1.2",
|
||||
"@testing-library/dom": "^7.28.1",
|
||||
"@testing-library/jest-dom": "^5.11.5",
|
||||
"@testing-library/react": "^11.2.6",
|
||||
"@testing-library/react-hooks": "^5.1.2",
|
||||
@ -122,12 +119,10 @@
|
||||
"@types/clone": "^2.1.0",
|
||||
"@types/codemirror": "^5.60.2",
|
||||
"@types/color": "^3.0.1",
|
||||
"@types/concurrently": "^6.0.1",
|
||||
"@types/deep-equal": "^1.0.1",
|
||||
"@types/fs-extra": "^5.1.0",
|
||||
"@types/hapi__hawk": "^8.0.2",
|
||||
"@types/js-yaml": "^4.0.1",
|
||||
"@types/less": "^3.0.2",
|
||||
"@types/license-checker": "^25.0.1",
|
||||
"@types/marked": "^4.0.2",
|
||||
"@types/mime-types": "^2.1.1",
|
||||
@ -138,7 +133,6 @@
|
||||
"@types/node-forge": "^0.9.7",
|
||||
"@types/nunjucks": "^3.1.4",
|
||||
"@types/papaparse": "^5.2.5",
|
||||
"@types/prop-types": "^15.7.3",
|
||||
"@types/ramda": "^0.27.44",
|
||||
"@types/react": "^17.0.39",
|
||||
"@types/react-dom": "^17.0.11",
|
||||
@ -150,7 +144,6 @@
|
||||
"@types/testing-library__jest-dom": "^5.9.5",
|
||||
"@types/testing-library__react-hooks": "^4.0.0",
|
||||
"@types/tough-cookie": "^2.3.7",
|
||||
"@types/url-join": "^4.0.1",
|
||||
"@types/uuid": "^8.3.4",
|
||||
"@types/vkbeautify": "^0.99.2",
|
||||
"@types/yaml": "^1.9.7",
|
||||
@ -184,9 +177,7 @@
|
||||
"ncp": "^2.0.0",
|
||||
"objectpath": "^2.0.0",
|
||||
"pdfjs-dist": "^2.5.207",
|
||||
"prompt-run": "^1.4.5",
|
||||
"react": "^17.0.2",
|
||||
"react-animated-tree": "^1.0.10",
|
||||
"react-dnd": "^7.4.5",
|
||||
"react-dnd-html5-backend": "^7.4.4",
|
||||
"react-dom": "^17.0.2",
|
||||
@ -202,8 +193,6 @@
|
||||
"srp-js": "^0.2.1",
|
||||
"styled-components": "^5.3.3",
|
||||
"swagger-ui-react": "4.5.1",
|
||||
"ts-node": "^9.1.1",
|
||||
"tsconfig-paths": "^3.9.0",
|
||||
"type-fest": "^2.12.0",
|
||||
"typescript": "^4.5.5",
|
||||
"vite": "^2.8.6",
|
||||
|
Loading…
Reference in New Issue
Block a user