Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/release-pr' into edge
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingdon Barrett committed Jul 24, 2023
2 parents 3ee2ac6 + 5454bff commit 9e9ab38
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-gitops-tools",
"displayName": "GitOps Tools for Flux",
"description": "GitOps automation tools for continuous delivery of Kubernetes and Cloud Native applications",
"version": "0.24.3",
"version": "0.24.4-edge.0",
"author": "Kingdon Barrett <kingdon@weave.works>",
"contributors": [
"Kingdon Barrett <kingdon@weave.works>",
Expand Down Expand Up @@ -616,11 +616,11 @@
"ts-loader": "^9.2.8",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "^4.5.5",
"tough-cookie": ">=4.1.3",
"vite": ">=2.9.16",
"tough-cookie": ">=4.1.3",
"vite": ">=2.9.16",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"word-wrap": ">=1.2.4"
"word-wrap": ">=1.2.4"
},
"dependencies": {
"@kubernetes/client-node": "^0.18.1",
Expand All @@ -637,12 +637,12 @@
"shell-escape-tag": "^2.0.2",
"shelljs": "^0.8.5",
"tinytim": "^0.1.1",
"tough-cookie": ">=4.1.3",
"tough-cookie": ">=4.1.3",
"uuid": "^9.0.0",
"vite": ">=2.9.16",
"vite": ">=2.9.16",
"vscode-kubernetes-tools-api": "^1.3.0",
"vscode-uri": "^3.0.7",
"word-wrap": ">=1.2.4"
"word-wrap": ">=1.2.4"
},
"activationEvents": [
"onDebug"
Expand Down

0 comments on commit 9e9ab38

Please sign in to comment.