|
|
@@ -1,9 +1,10 @@
|
|
|
{
|
|
|
"name": "vendure",
|
|
|
- "version": "10.2.2",
|
|
|
+ "version": "0.0.0",
|
|
|
"private": true,
|
|
|
"engines": {
|
|
|
- "node": ">= 10.12.0 < 11 || >= 12.00"
|
|
|
+ "node": ">= 20",
|
|
|
+ "yarn": "1.19.0"
|
|
|
},
|
|
|
"scripts": {
|
|
|
"watch": "lerna run watch --parallel",
|
|
|
@@ -28,8 +29,8 @@
|
|
|
"publish-local": "lerna version --no-git-tag-version && cd scripts && ./publish-to-verdaccio.sh"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@commitlint/cli": "^17.4.4",
|
|
|
- "@commitlint/config-conventional": "^17.4.4",
|
|
|
+ "@commitlint/cli": "^18.6.1",
|
|
|
+ "@commitlint/config-conventional": "^18.6.2",
|
|
|
"@graphql-codegen/add": "5.0.0",
|
|
|
"@graphql-codegen/cli": "5.0.0",
|
|
|
"@graphql-codegen/fragment-matcher": "5.0.0",
|
|
|
@@ -39,15 +40,15 @@
|
|
|
"@graphql-tools/schema": "^10.0.0",
|
|
|
"@swc/core": "^1.3.78",
|
|
|
"@types/klaw-sync": "^6.0.1",
|
|
|
- "@types/node": "^14.14.31",
|
|
|
+ "@types/node": "^20.11.19",
|
|
|
"concurrently": "^8.2.1",
|
|
|
- "conventional-changelog-core": "^4.2.4",
|
|
|
+ "conventional-changelog-core": "^7.0.0",
|
|
|
"cross-env": "^7.0.3",
|
|
|
"find": "^0.3.0",
|
|
|
"graphql": "16.8.0",
|
|
|
"husky": "^4.3.0",
|
|
|
"klaw-sync": "^6.0.0",
|
|
|
- "lerna": "^7.1.5",
|
|
|
+ "lerna": "^8.1.2",
|
|
|
"lint-staged": "^10.5.4",
|
|
|
"prettier": "^2.2.1",
|
|
|
"tinybench": "^2.5.1",
|