mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
more major bumps (#7244)
* major bumps * fix prettier api change * remove prettier * refresh lock
This commit is contained in:
parent
63ab3857cb
commit
6d5902711e
1534
package-lock.json
generated
1534
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -8,14 +8,14 @@
|
||||
"types": "dist/send-request/index.d.ts",
|
||||
"dependencies": {
|
||||
"@getinsomnia/node-libcurl": "^2.4.1-9",
|
||||
"@segment/analytics-node": "1.0.0",
|
||||
"@segment/analytics-node": "2.1.0",
|
||||
"@stoplight/spectral-core": "^1.18.3",
|
||||
"@stoplight/spectral-formats": "^1.6.0",
|
||||
"@stoplight/spectral-rulesets": "^1.18.1",
|
||||
"aws4": "^1.12.0",
|
||||
"axios": "^1.6.8",
|
||||
"clone": "^2.1.2",
|
||||
"color": "^3.1.2",
|
||||
"color": "^4.2.3",
|
||||
"fuzzysort": "^1.2.1",
|
||||
"hawk": "9.0.2",
|
||||
"hkdf": "0.0.2",
|
||||
|
@ -44,7 +44,7 @@
|
||||
"@grpc/proto-loader": "^0.7.12",
|
||||
"@jest/globals": "^29.7.0",
|
||||
"@seald-io/nedb": "^4.0.4",
|
||||
"@segment/analytics-node": "1.0.0",
|
||||
"@segment/analytics-node": "2.1.0",
|
||||
"@sentry/electron": "^3.0.7",
|
||||
"@stoplight/spectral-core": "^1.18.3",
|
||||
"@stoplight/spectral-formats": "^1.6.0",
|
||||
@ -56,7 +56,7 @@
|
||||
"chai": "^4.3.4",
|
||||
"chai-json-schema": "1.5.1",
|
||||
"clone": "^2.1.2",
|
||||
"color": "^3.1.2",
|
||||
"color": "^4.2.3",
|
||||
"content-disposition": "^0.5.4",
|
||||
"dompurify": "^3.0.11",
|
||||
"electron-context-menu": "^3.6.1",
|
||||
|
@ -262,7 +262,7 @@ export const GraphQLEditor: FC<Props> = ({
|
||||
const { editorIndentWithTabs, editorIndentSize } = settings;
|
||||
const beautifyRequestBody = async () => {
|
||||
const { body } = state;
|
||||
const prettyQuery = (await import('prettier')).format(body.query, {
|
||||
const prettyQuery = await (await import('prettier')).format(body.query, {
|
||||
parser: 'graphql',
|
||||
useTabs: editorIndentWithTabs,
|
||||
tabWidth: editorIndentSize,
|
||||
|
Loading…
Reference in New Issue
Block a user