Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies with stable version (#…
Browse files Browse the repository at this point in the history
…1294)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 7, 2023
1 parent 4c6354f commit a4d52e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@kong/design-tokens": "^1.9.1",
"@kong/kongponents": "^8.123.0",
"@rushstack/eslint-patch": "^1.3.3",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^16.18.48",
"@typescript-eslint/eslint-plugin": "^6.6.0",
Expand All @@ -69,8 +69,8 @@
"eslint-plugin-cypress": "^2.14.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.0.2",
"eslint-plugin-vue": "^8.7.1",
"postcss-custom-properties": "^10.0.0",
"postcss-html": "^1.5.0",
Expand All @@ -89,7 +89,7 @@
"vue-tsc": "^1.8.10"
},
"peerDependencies": {
"@kong/kongponents": "^8.84.0",
"@kong/kongponents": "^8.84.8",
"axios": "^0.27.2",
"vue": "<= 3.3.0"
},
Expand Down Expand Up @@ -158,10 +158,10 @@
}
},
"engines": {
"node": ">=16.19.0"
"node": ">=v16.19.1"
},
"volta": {
"node": "18.17.1",
"yarn": "1.22.17"
"yarn": "1.22.19"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@
optionalDependencies:
"@commitlint/load" ">6.1.1"

"@semantic-release/changelog@^6.0.2":
"@semantic-release/changelog@^6.0.3":
version "6.0.3"
resolved "https://registry.yarnpkg.com/@semantic-release/changelog/-/changelog-6.0.3.tgz#6195630ecbeccad174461de727d5f975abc23eeb"
integrity sha512-dZuR5qByyfe3Y03TpmCvAxCyTnp7r5XwtHRf/8vD9EAn4ZWbavUX8adMtXYzE86EVh0gyLA7lm5yW4IV30XUag==
Expand Down Expand Up @@ -3151,12 +3151,12 @@ eslint-plugin-node@^11.1.0:
resolve "^1.10.1"
semver "^6.1.0"

eslint-plugin-promise@^4.2.1:
eslint-plugin-promise@^4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.3.1.tgz#61485df2a359e03149fdafc0a68b0e030ad2ac45"
integrity sha512-bY2sGqyptzFBDLh/GMbAxfdJC+b0f23ME63FOE4+Jao0oZ3E1LEwFtWJX/1pGMJLiTtrSSern2CRM/g+dfc0eQ==

eslint-plugin-standard@^4.0.0:
eslint-plugin-standard@^4.0.2:
version "4.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-4.1.0.tgz#0c3bf3a67e853f8bbbc580fb4945fbf16f41b7c5"
integrity sha512-ZL7+QRixjTR6/528YNGyDotyffm5OQst/sGxKDwGb9Uqs4In5Egi4+jbobhqJoyoCM6/7v/1A5fhQ7ScMtDjaQ==
Expand Down

0 comments on commit a4d52e9

Please sign in to comment.