Skip to content

Commit

Permalink
Merge branch 'feat/milingo/fix-percy-issue' into 'master'
Browse files Browse the repository at this point in the history
fix(global): Fix percy issue

See merge request miare/milingo!19
  • Loading branch information
shimashe committed Oct 27, 2021
2 parents 3a57e57 + 282af3f commit 54c23e0
Show file tree
Hide file tree
Showing 3 changed files with 412 additions and 282 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: node:10-slim
image: node:13.8

stages:
- build
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
]
},
"engines": {
"node": ">=8.9"
"node": ">=12"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@percy/storybook": "^3.3.1",
"@percy/storybook": "^4.1.0",
"@storybook/addon-viewport": "^6.3.2",
"@storybook/preset-create-react-app": "^3.1.7",
"@storybook/react": "^6.3.2",
Expand Down Expand Up @@ -105,6 +105,7 @@
"react-modal": "^3.11.2"
},
"dependencies": {
"@percy/cli": "^1.0.0-beta.70",
"babel-loader": "8.1.0",
"prop-types": "^15.7.2",
"react-circular-progressbar": "^2.0.3"
Expand Down
Loading

0 comments on commit 54c23e0

Please sign in to comment.