feat: Upgrade Node Package Manager lock file package-lock.json to version 2 (#8285)

BREAKING CHANGE: The Node Package Manager lock file `package-lock.json` is upgraded to version 2; while it is backwards with version 1 for the npm installer, consider this if you run any non-npm analysis tools that use the lock file (#8285)
This commit is contained in:
Daniel
2022-12-22 23:26:38 +11:00
committed by GitHub
parent 49388df693
commit ee7246733d
7 changed files with 24495 additions and 4537 deletions

View File

@@ -8,7 +8,7 @@ require('./helper');
const { updateCLP } = require('./support/dev');
const pluralize = require('pluralize');
const { getMainDefinition } = require('apollo-utilities');
const { getMainDefinition } = require('@apollo/client/utilities');
const { createUploadLink } = require('apollo-upload-client');
const { SubscriptionClient } = require('subscriptions-transport-ws');
const { WebSocketLink } = require('@apollo/client/link/ws');