Skip to content

Commit

Permalink
chore: Update some root dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Feb 20, 2024
1 parent 4ae12e7 commit 6981c73
Show file tree
Hide file tree
Showing 2 changed files with 4,420 additions and 3,499 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
Loading

0 comments on commit 6981c73

Please sign in to comment.