Skip to content

Commit

Permalink
Merge pull request #44 from laurentC35/dev-stromae-v2
Browse files Browse the repository at this point in the history
Upgrade Lunatic version to fix Loop issues
  • Loading branch information
bwerquin authored Jun 17, 2021
2 parents a145a00 + 705f1da commit b5785ea
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 35 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ on:
- 'v2-*'

jobs:
install:
runs-on: ubuntu-latest
steps:
- name: Use Node.js 14C
uses: actions/setup-node@v1
with:
node-version: 14
- run: yarn --frozen-lockfile
build:
runs-on: ubuntu-latest
steps:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/develop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ on:
- '*'

jobs:
install:
runs-on: ubuntu-latest
steps:
- name: Use Node.js 14C
uses: actions/setup-node@v1
with:
node-version: 14
- run: yarn --frozen-lockfile
build:
runs-on: ubuntu-latest
steps:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ on:
- '!v2-master'

jobs:
install:
runs-on: ubuntu-latest
steps:
- name: Use Node.js 14C
uses: actions/setup-node@v1
with:
node-version: 14
- run: yarn --frozen-lockfile
build:
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "stromae",
"version": "2.0.7",
"version": "2.0.8",
"private": true,
"dependencies": {
"@axa-fr/react-oidc-context": "^3.1.6",
"@inseefr/lunatic": "^0.0.13-experimental",
"@inseefr/lunatic": "^0.0.14-experimental",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1252,12 +1252,12 @@
dependencies:
"@hapi/hoek" "^8.3.0"

"@inseefr/lunatic@^0.0.13-experimental":
version "0.0.13-experimental"
resolved "https://registry.yarnpkg.com/@inseefr/lunatic/-/lunatic-0.0.13-experimental.tgz#bbc025bc086d1e5f721c166c00d07c7756c22cb0"
integrity sha512-jt4LEw13DYBvCCZxHSMfNlSekZ2B9RPlaa0WbWOg65jrKmN1H9loiD866hh3Kb2wWh6ybSbJ+71Ta9mXXN47jQ==
"@inseefr/lunatic@^0.0.14-experimental":
version "0.0.14-experimental"
resolved "https://registry.yarnpkg.com/@inseefr/lunatic/-/lunatic-0.0.14-experimental.tgz#fb13cbb86601a10258fa9910a6de626c9d6e617c"
integrity sha512-CsSff7ufO5aH4R43o/UpYKN6lS7vJpb3dauPjXEzz6CzgvH8fbBuaVvlsMOiN+h3aasRV5copVhEU9lMCkv+pw==
dependencies:
"@inseefr/trevas" "^0.1.2"
"@inseefr/trevas" "^0.1.3"
lodash.camelcase "^4.3.0"
lodash.debounce "^4.0.8"
lodash.isequal "^4.5.0"
Expand All @@ -1267,10 +1267,10 @@
remove-accents "^0.4.2"
sass "^1.32.2"

"@inseefr/trevas@^0.1.2":
version "0.1.2"
resolved "https://registry.yarnpkg.com/@inseefr/trevas/-/trevas-0.1.2.tgz#66cc879222e255b2f6172caffba194cd6f89a9e9"
integrity sha512-hH98hE3kQeE/W/YEY5FRDwH4GGMDor06UfyloLQ9CHG+TC55pKZrXjhG6jwNBvqxZyv0HSeUP4PMrP4RiZ6i2A==
"@inseefr/trevas@^0.1.3":
version "0.1.3"
resolved "https://registry.yarnpkg.com/@inseefr/trevas/-/trevas-0.1.3.tgz#0f430d29b95d9a522b3ed0c55e4387391222b3a7"
integrity sha512-aP36k+4rE2RuzBBfpNOxSpw+A9IBkBmajFDcRqFL1IkGnwIlz/+UPI6X6xpZiC9U5+V1REeyajQRUrnFFA2eYQ==
dependencies:
"@inseefr/vtl-2.0-antlr-tools" "0.1.0"
antlr4 "4.8.0"
Expand Down

0 comments on commit b5785ea

Please sign in to comment.