diff --git a/.github/workflows/patch.yml b/.github/workflows/patch.yml index 9c659a0..7bdbdf6 100644 --- a/.github/workflows/patch.yml +++ b/.github/workflows/patch.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6913c3a..0fbdb6e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} diff --git a/package-lock.json b/package-lock.json index 988dce5..83950c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gridadmin-app", - "version": "0.1.0", + "version": "2.16.0-SNAPSHOT", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gridadmin-app", - "version": "0.1.0", + "version": "2.16.0-SNAPSHOT", "license": "MPL-2.0", "dependencies": { "@emotion/react": "^11.14.0", @@ -77,7 +77,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" @@ -15278,9 +15278,9 @@ } }, "node_modules/vite": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.2.tgz", - "integrity": "sha512-yW7PeMM+LkDzc7CgJuRLMW2Jz0FxMOsVJ8Lv3gpgW9WLcb9cTW+121UEr1hvmfR7w3SegR5ItvYyzVz1vxNJgQ==", + "version": "6.2.6", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.6.tgz", + "integrity": "sha512-9xpjNl3kR4rVDZgPNdTL0/c6ao4km69a/2ihNQbcANz8RuCOK3hQBmLSJf3bRKVQjVMda+YvizNE8AwvogcPbw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 9cda020..094d22e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gridadmin-app", - "version": "0.1.0", + "version": "2.16.0-SNAPSHOT", "license": "MPL-2.0", "private": true, "type": "module", @@ -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"