Browse Source

Merge pull request #4112 from nocodb/fix/npm-release-issue

fix: npm release github action issue
pull/4118/head
mertmit 2 years ago committed by GitHub
parent
commit
7edaf0b4ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      packages/nc-gui/package-lock.json
  2. 774
      packages/nocodb-sdk/package-lock.json
  3. 2
      packages/nocodb-sdk/package.json
  4. 4
      packages/nocodb/package-lock.json

4
packages/nc-gui/package-lock.json generated

@ -114,7 +114,7 @@
"standard-version": "^9.0.0",
"swagger-typescript-api": "^10.0.1",
"ts-node": "^9.0.0",
"typedoc": "^0.22.17",
"typedoc": "^0.23.16",
"typescript": "^4.0.2"
},
"engines": {
@ -24949,7 +24949,7 @@
"standard-version": "^9.0.0",
"swagger-typescript-api": "^10.0.1",
"ts-node": "^9.0.0",
"typedoc": "^0.22.17",
"typedoc": "^0.23.16",
"typescript": "^4.0.2"
}
},

774
packages/nocodb-sdk/package-lock.json generated

File diff suppressed because it is too large Load Diff

2
packages/nocodb-sdk/package.json

@ -71,7 +71,7 @@
"standard-version": "^9.0.0",
"swagger-typescript-api": "^10.0.1",
"ts-node": "^9.0.0",
"typedoc": "^0.22.17",
"typedoc": "^0.23.16",
"typescript": "^4.0.2"
},
"resolutions": {

4
packages/nocodb/package-lock.json generated

@ -205,7 +205,7 @@
"standard-version": "^9.0.0",
"swagger-typescript-api": "^10.0.1",
"ts-node": "^9.0.0",
"typedoc": "^0.22.17",
"typedoc": "^0.23.16",
"typescript": "^4.0.2"
},
"engines": {
@ -36962,7 +36962,7 @@
"standard-version": "^9.0.0",
"swagger-typescript-api": "^10.0.1",
"ts-node": "^9.0.0",
"typedoc": "^0.22.17",
"typedoc": "^0.23.16",
"typescript": "^4.0.2"
}
},

Loading…
Cancel
Save