chore: added package-lock.json

This commit is contained in:
Anoop M D 2023-10-05 03:46:34 +05:30
parent 80eaaad658
commit b35b814561
4 changed files with 29841 additions and 4 deletions

View File

@ -13,6 +13,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Check package-lock.json
run: npm ci
- name: Install dependencies
run: npm i --legacy-peer-deps
- name: Test Package bruno-query

1
.gitignore vendored
View File

@ -4,7 +4,6 @@
node_modules
yarn.lock
pnpm-lock.yaml
package-lock.json
.pnp
.pnp.js

29838
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -20,11 +20,9 @@
"@playwright/test": "^1.27.1",
"husky": "^8.0.3",
"jest": "^29.2.0",
"prettier": "^2.0.2",
"pretty-quick": "^3.1.3",
"randomstring": "^1.2.2",
"ts-jest": "^29.0.5",
"typescript": "^5.2.2"
"ts-jest": "^29.0.5"
},
"scripts": {
"dev:web": "npm run dev --workspace=packages/bruno-app",