Skip to content

Commit

Permalink
chore(*): misc package bumps (#1609)
Browse files Browse the repository at this point in the history
* chore(vue-router): v4.4.3

* chore(postcss): v8.4.42

* chore(babel/types): v7.25.6

* chore(evilmartians/lefthook): v1.6.22
  • Loading branch information
kaiarrowood authored Sep 11, 2024
1 parent e61c0bb commit 6e5b0b4
Show file tree
Hide file tree
Showing 18 changed files with 200 additions and 180 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"lerna": "lerna"
},
"devDependencies": {
"@babel/types": "^7.24.7",
"@babel/types": "^7.25.6",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
"@evilmartians/lefthook": "^1.6.18",
"@evilmartians/lefthook": "^1.6.22",
"@kong/design-tokens": "1.17.2",
"@kong/eslint-config-kong-ui": "^1.1.1",
"@kong/kongponents": "9.5.5",
Expand All @@ -48,7 +48,7 @@
"jsdom": "^24.0.0",
"lerna": "^8.1.5",
"npm-run-all2": "^6.1.2",
"postcss": "^8.4.39",
"postcss": "^8.4.42",
"postcss-custom-properties": "^14.0.1",
"postcss-html": "^1.6.0",
"rimraf": "^6.0.1",
Expand All @@ -71,7 +71,7 @@
"vite-plugin-vue-devtools": "^7.0.27",
"vitest": "^1.3.1",
"vue": "^3.4.31",
"vue-router": "^4.4.0",
"vue-router": "^4.4.3",
"vue-tsc": "^1.8.27"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/app-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@kong/kongponents": "9.5.5",
"@types/lodash.clonedeep": "^4.5.9",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
"vue-router": "^4.4.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/sandbox-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@kong/design-tokens": "1.17.2",
"@kong/kongponents": "9.5.5",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
"vue-router": "^4.4.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-certificates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
"vue-router": "^4.4.3"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
"vue-router": "^4.4.3"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-consumer-groups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
"vue-router": "^4.4.3"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-consumers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
"vue-router": "^4.4.3"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-data-plane-nodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
"vue-router": "^4.4.3"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-gateway-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
"vue-router": "^4.4.3"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-key-sets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
"vue-router": "^4.4.3"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-keys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
"vue-router": "^4.4.3"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
"vue-router": "^4.4.3"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"axios": "^1.6.8",
"vite-plugin-monaco-editor": "^1.1.0",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
"vue-router": "^4.4.3"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
"vue-router": "^4.4.3"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-snis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
"vue-router": "^4.4.3"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-upstreams-targets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
"vue-router": "^4.4.3"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-vaults/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@kong/kongponents": "9.5.5",
"axios": "^1.6.8",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
"vue-router": "^4.4.3"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
Loading

0 comments on commit 6e5b0b4

Please sign in to comment.