Try to build on windows
This commit is contained in:
parent
eee2f84f2e
commit
cea7f22662
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -10,7 +10,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: windows-latest
|
||||||
if: github.event.head_commit.author.name != 'actions'
|
if: github.event.head_commit.author.name != 'actions'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"keycloakify": "^6.8.4",
|
"keycloakify": "^6.8.11",
|
||||||
"react": "18.1.0",
|
"react": "18.1.0",
|
||||||
"react-dom": "18.1.0",
|
"react-dom": "18.1.0",
|
||||||
"evt": "^2.4.1"
|
"evt": "^2.4.1"
|
||||||
|
|
53
yarn.lock
53
yarn.lock
|
@ -4318,14 +4318,14 @@ evt@^2.4.1:
|
||||||
run-exclusive "^2.2.16"
|
run-exclusive "^2.2.16"
|
||||||
tsafe "^1.0.1"
|
tsafe "^1.0.1"
|
||||||
|
|
||||||
evt@^2.4.6:
|
evt@^2.4.13:
|
||||||
version "2.4.6"
|
version "2.4.13"
|
||||||
resolved "https://registry.yarnpkg.com/evt/-/evt-2.4.6.tgz#79e242cd2f84c2ec0b8119478712f7af80368832"
|
resolved "https://registry.yarnpkg.com/evt/-/evt-2.4.13.tgz#5ef873159ce62e099d58801a3e4b8e0f5b648017"
|
||||||
integrity sha512-4kSu9YVklCeddEAu/UCzIISrxc5SAD82hX7gXjBox4yyrPNblYrmJr4GgTOOQpNXTGYci+UIpFUYikgZa9fyTQ==
|
integrity sha512-haTVOsmjzk+28zpzvVwan9Zw2rLQF2izgi7BKjAPRzZAfcv+8scL0TpM8MzvGNKFYHiy+Bq3r6FYIIUPl9kt3A==
|
||||||
dependencies:
|
dependencies:
|
||||||
minimal-polyfills "^2.2.2"
|
minimal-polyfills "^2.2.2"
|
||||||
run-exclusive "^2.2.16"
|
run-exclusive "^2.2.18"
|
||||||
tsafe "^1.1.3"
|
tsafe "^1.4.1"
|
||||||
|
|
||||||
execa@^5.0.0:
|
execa@^5.0.0:
|
||||||
version "5.1.1"
|
version "5.1.1"
|
||||||
|
@ -5989,24 +5989,24 @@ jsonpointer@^5.0.0:
|
||||||
array-includes "^3.1.5"
|
array-includes "^3.1.5"
|
||||||
object.assign "^4.1.2"
|
object.assign "^4.1.2"
|
||||||
|
|
||||||
keycloakify@^6.8.4:
|
keycloakify@^6.8.11:
|
||||||
version "6.8.4"
|
version "6.8.11"
|
||||||
resolved "https://registry.yarnpkg.com/keycloakify/-/keycloakify-6.8.4.tgz#e401f33209c886fd845fe36b9f7b20f022099c6d"
|
resolved "https://registry.yarnpkg.com/keycloakify/-/keycloakify-6.8.11.tgz#babfbc53e84f876c732f83b429ab8df0fe664b09"
|
||||||
integrity sha512-ZgBuwYjaTVi+0wwoURgAhwkGpuKFEGGy3tT3DX9c+l0wWfapZ4DtkLzSprMGlsTLva+ZmjAJrJw4QOdjS+nEXA==
|
integrity sha512-oNRUvZo7T6BZZylgCO7+8NAGpvxdnjeSZn+m0bCXE8KYOrI2OEfFEXgetE80jhtzSa/GraVd1mhmfMJQJiH7pA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@octokit/rest" "^18.12.0"
|
"@octokit/rest" "^18.12.0"
|
||||||
cheerio "^1.0.0-rc.5"
|
cheerio "^1.0.0-rc.5"
|
||||||
cli-select "^1.1.2"
|
cli-select "^1.1.2"
|
||||||
evt "^2.4.6"
|
evt "^2.4.13"
|
||||||
memoizee "^0.4.15"
|
memoizee "^0.4.15"
|
||||||
minimal-polyfills "^2.2.2"
|
minimal-polyfills "^2.2.2"
|
||||||
minimist "^1.2.6"
|
minimist "^1.2.6"
|
||||||
path-browserify "^1.0.1"
|
path-browserify "^1.0.1"
|
||||||
powerhooks "^0.20.23"
|
powerhooks "^0.20.32"
|
||||||
react-markdown "^5.0.3"
|
react-markdown "^5.0.3"
|
||||||
rfc4648 "^1.5.2"
|
rfc4648 "^1.5.2"
|
||||||
scripting-tools "^0.19.13"
|
scripting-tools "^0.19.13"
|
||||||
tsafe "^1.1.3"
|
tsafe "^1.4.1"
|
||||||
tss-react "4.4.1-rc.0"
|
tss-react "4.4.1-rc.0"
|
||||||
zod "^3.17.10"
|
zod "^3.17.10"
|
||||||
|
|
||||||
|
@ -7402,15 +7402,15 @@ postcss@^8.3.5, postcss@^8.4.14, postcss@^8.4.4, postcss@^8.4.7:
|
||||||
picocolors "^1.0.0"
|
picocolors "^1.0.0"
|
||||||
source-map-js "^1.0.2"
|
source-map-js "^1.0.2"
|
||||||
|
|
||||||
powerhooks@^0.20.23:
|
powerhooks@^0.20.32:
|
||||||
version "0.20.23"
|
version "0.20.32"
|
||||||
resolved "https://registry.yarnpkg.com/powerhooks/-/powerhooks-0.20.23.tgz#52619405f63bf621c52f0cb944c58414734b618f"
|
resolved "https://registry.yarnpkg.com/powerhooks/-/powerhooks-0.20.32.tgz#c9ddff1dcd7d7bb250e54ea284a6c65d9c228e09"
|
||||||
integrity sha512-+44ltLJmvti6XZJuaRlfMbjX/2ZkJBw8CybkwDIh/GntOtyertWhbYa1k9QBy2deLKTcBj39Tx86/exIHoCcFA==
|
integrity sha512-lp0rW5sAl8xrenhtB5eZOCwMFcPTtm55pn5++jeEMT1KaO/Rvd7hjaai+PPpDdwIbi5TaF+Zf5XhVO6gvfmXZQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
evt "^2.4.6"
|
evt "^2.4.13"
|
||||||
memoizee "^0.4.15"
|
memoizee "^0.4.15"
|
||||||
resize-observer-polyfill "^1.5.1"
|
resize-observer-polyfill "^1.5.1"
|
||||||
tsafe "^1.1.3"
|
tsafe "^1.4.1"
|
||||||
|
|
||||||
prelude-ls@^1.2.1:
|
prelude-ls@^1.2.1:
|
||||||
version "1.2.1"
|
version "1.2.1"
|
||||||
|
@ -7955,6 +7955,13 @@ run-exclusive@^2.2.16:
|
||||||
dependencies:
|
dependencies:
|
||||||
minimal-polyfills "^2.2.1"
|
minimal-polyfills "^2.2.1"
|
||||||
|
|
||||||
|
run-exclusive@^2.2.18:
|
||||||
|
version "2.2.18"
|
||||||
|
resolved "https://registry.yarnpkg.com/run-exclusive/-/run-exclusive-2.2.18.tgz#ec930edc3a7044750dc827df9372bde8f610f586"
|
||||||
|
integrity sha512-TXr1Gkl1iEAOCCpBTRm/2m0+1KGjORcWpZZ+VGGTe7dYX8E4y8/fMvrHk0zf+kclec2R//tpvdBxgG0bDgaJfw==
|
||||||
|
dependencies:
|
||||||
|
minimal-polyfills "^2.2.1"
|
||||||
|
|
||||||
run-parallel@^1.1.9:
|
run-parallel@^1.1.9:
|
||||||
version "1.2.0"
|
version "1.2.0"
|
||||||
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
|
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
|
||||||
|
@ -8697,10 +8704,10 @@ tsafe@^1.0.1:
|
||||||
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.0.1.tgz#c8c4eb2d75d1478418a4941307c5dd667fd76d23"
|
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.0.1.tgz#c8c4eb2d75d1478418a4941307c5dd667fd76d23"
|
||||||
integrity sha512-FgJ1a4rE7YbmW5QIzpsfFl4tsAp0x74FH2bVE6qODb2U8jSrwTr5/ckIazeylme5zXndVbtgKm4BZdqmoGhiPw==
|
integrity sha512-FgJ1a4rE7YbmW5QIzpsfFl4tsAp0x74FH2bVE6qODb2U8jSrwTr5/ckIazeylme5zXndVbtgKm4BZdqmoGhiPw==
|
||||||
|
|
||||||
tsafe@^1.1.3:
|
tsafe@^1.4.1:
|
||||||
version "1.1.3"
|
version "1.4.1"
|
||||||
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.1.3.tgz#fa7c2ae7da689884292b70ee30febbca5c665d03"
|
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.4.1.tgz#59cdad8ac41babf88e56dcd1a683ae2fb145d059"
|
||||||
integrity sha512-QQQoed5Acb7Qe/sjMwE/qg57mxD5MXqY5HcGN4i3QyhJiplpo79ABEZiOBvL1cRTOYIzeryWvWQ3xsotTA49MQ==
|
integrity sha512-3IDBalvf6SyvHFS14UiwCWzqdSdo+Q0k2J7DZyJYaHW/iraW9DJpaBKDJpry3yQs3o/t/A+oGaRW3iVt2lKxzA==
|
||||||
|
|
||||||
tsconfig-paths@^3.14.1:
|
tsconfig-paths@^3.14.1:
|
||||||
version "3.14.1"
|
version "3.14.1"
|
||||||
|
|
Loading…
Reference in a new issue