asyncapi / shape-up-process

This repo contains pitches and the current cycle bets. More info about the Shape Up process: https://basecamp.com/shapeup
https://shapeup.asyncapi.io
11 stars 8 forks source link

Migrate package-lock.json file to version 2 #111

Open smoya opened 1 year ago

smoya commented 1 year ago

Reason/Context

Parser-JS requires now Node.js 14 and npm7 or higher. This means package-lock.json version should be always set to 2.

Description

In order to unify development requirements, I suggest all repositories to stick with that requirements. In order to do that, the following is needed:

Related: