Skip to content

Commit

Permalink
Merge pull request #15 from RimacTechnology/ref/lower-node-yarn-version
Browse files Browse the repository at this point in the history
Ref/lower node yarn version
  • Loading branch information
vuki656 authored Mar 1, 2023
2 parents bf79ac7 + 228eef2 commit 3e2716c
Show file tree
Hide file tree
Showing 2 changed files with 372 additions and 322 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
},
"dependencies": {
"aggregate-error": "^3.1.0",
"aws-sdk": "^2.1311.0",
"globby": "^11.0.4"
"aws-sdk": "^2.1325.0",
"globby": "^11.1.0"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@rimac-technology/style-guide": "^2.0.3",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/commit-analyzer": "^9.0.2",
Expand All @@ -62,22 +62,22 @@
"@types/semantic-release": "^20.0.1",
"commitizen": "^4.3.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"cspell": "^6.22.0",
"eslint": "^8.33.0",
"cspell": "^6.27.0",
"eslint": "^8.35.0",
"husky": "^8.0.3",
"npm-package-json-lint": "^6.4.0",
"pinst": "^3.0.0",
"prettier": "^2.8.4",
"semantic-release": "^20.1.0",
"semantic-release": "^20.1.1",
"typescript": "^4.9.5"
},
"peerDependencies": {
"semantic-release": ">=19.0.0"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.10",
"yarn": ">=3"
"node": ">=14",
"yarn": ">=1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 3e2716c

Please sign in to comment.