Skip to content

Commit

Permalink
Update common packages
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 6, 2023
1 parent bf7bc32 commit acb94e7
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"devDependencies": {
"auto": "10.46.0",
"lerna": "6.6.1",
"lerna": "6.6.2",
"nunjucks": "3.2.4",
"prettier": "2.8.8",
"typescript": "5.0.4"
"typescript": "5.1.6"
},
"workspaces": [
"packages/*"
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"version": "*",
"private": true,
"dependencies": {
"eslint": "8.39.0",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-turbo": "1.9.3",
"@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1",
"eslint-config-turbo": "1.10.7",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"eslint-plugin-prettier": "4.2.1"
}
}
18 changes: 9 additions & 9 deletions packages/kubernetes-client-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@
"@ccremer/kubernetes-client": "*"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.0.1",
"@angular-eslint/builder": "16.0.2",
"@angular-eslint/eslint-plugin": "16.0.2",
"@angular-eslint/eslint-plugin-template": "16.0.2",
"@angular-eslint/schematics": "16.0.2",
"@angular-eslint/template-parser": "16.0.2",
"@angular/cli": "~16.0.2",
"@angular-devkit/build-angular": "16.1.4",
"@angular-eslint/builder": "16.0.3",
"@angular-eslint/eslint-plugin": "16.0.3",
"@angular-eslint/eslint-plugin-template": "16.0.3",
"@angular-eslint/schematics": "16.0.3",
"@angular-eslint/template-parser": "16.0.3",
"@angular/cli": "~16.1.0",
"@angular/compiler-cli": "^16.0.2",
"@ngrx/store-devtools": "16.0.0",
"@ngrx/store-devtools": "16.1.0",
"@playwright/test": "^1.32.3",
"bootstrap": "5.2.3",
"bootstrap": "5.3.0",
"eslint-config-custom": "*",
"eslint-plugin-ngrx": "2.1.4",
"jose": "4.14.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@ccremer/kubernetes-client": "*"
},
"dependencies": {
"tslib": "2.5.0"
"tslib": "2.6.0"
},
"repository": {
"type": "git",
Expand Down
12 changes: 6 additions & 6 deletions packages/kubernetes-client-example-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"e2e:ui": "playwright test --ui"
},
"devDependencies": {
"@playwright/test": "1.33.0",
"@playwright/test": "1.35.1",
"@types/bootstrap": "5.2.6",
"@types/node": "18.16.3",
"dotenv": "16.0.3",
"@types/node": "18.16.19",
"dotenv": "16.3.1",
"eslint-config-custom": "*",
"sass": "1.62.1",
"vite": "4.3.3",
"sass": "1.63.6",
"vite": "4.4.1",
"vite-tsconfig-paths": "4.2.0"
},
"type": "module",
"dependencies": {
"bootstrap": "5.2.3"
"bootstrap": "5.3.0"
},
"peerDependencies": {
"@ccremer/kubernetes-client": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/kubernetes-client-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"devDependencies": {
"eslint-config-custom": "*",
"vitest": "0.30.1"
"vitest": "0.33.0"
},
"peerDependencies": {
"@ccremer/kubernetes-client": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/kubernetes-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
],
"devDependencies": {
"eslint-config-custom": "*",
"vitest": "0.30.1"
"vitest": "0.33.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit acb94e7

Please sign in to comment.