Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
run-patch:
uses: powsybl/github-ci/.github/workflows/patch-frontend-app-generic.yml@8197c006b729cfd664ffa3f3fe4bb603fb574c69
uses: powsybl/github-ci/.github/workflows/patch-frontend-app-generic.yml@4fb0262ed5dbb84f8c07d2cea8f29ae01769eb19
with:
releaseVersion: ${{ github.event.inputs.releaseVersion }}
dockerImage: docker.io/gridsuite/gridadmin-app
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
run-release:
uses: powsybl/github-ci/.github/workflows/release-frontend-app-generic.yml@8197c006b729cfd664ffa3f3fe4bb603fb574c69
uses: powsybl/github-ci/.github/workflows/release-frontend-app-generic.yml@4fb0262ed5dbb84f8c07d2cea8f29ae01769eb19
with:
releaseVersion: ${{ github.event.inputs.releaseVersion }}
commitSha: ${{ github.event.inputs.gitReference }}
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gridadmin-app",
"version": "0.1.0",
"version": "2.16.0-SNAPSHOT",
"license": "MPL-2.0",
"private": true,
"type": "module",
Expand Down Expand Up @@ -93,7 +93,7 @@
"ts-node": "^10.9.2",
"type-fest": "^4.34.1",
"typescript": "~5.1.6",
"vite": "^6.2.1",
"vite": "^6.2.6",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4"
Expand Down
Loading