Skip to content

Commit

Permalink
ci: bump 7.93.0 in 7.93.x
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
  • Loading branch information
mkuznyetsov committed Oct 10, 2024
1 parent 09621cf commit 79151d2
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions status-app/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "idea-status",
"version": "1.0.0",
"description": "The app helps the user to connect a local JB Client to the in-cluster IDEA dev server over JB Gateway",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"license": "EPL-2.0",
"dependencies": {
"chokidar": "^4.0.1",
"ejs": "^3.1.10",
"express": "^4.19.2"
}
"name": "idea-status",
"version": "7.93.0",
"description": "The app helps the user to connect a local JB Client to the in-cluster IDEA dev server over JB Gateway",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"license": "EPL-2.0",
"dependencies": {
"chokidar": "^4.0.1",
"ejs": "^3.1.10",
"express": "^4.19.2"
}
}

0 comments on commit 79151d2

Please sign in to comment.