Skip to content

Commit

Permalink
Merge pull request #11 from alexmt/upgrade-rollout-version
Browse files Browse the repository at this point in the history
feat: upgrade rollout-ui version
  • Loading branch information
alexmt authored Apr 28, 2022
2 parents c756b99 + 1e59284 commit 886a3a5
Show file tree
Hide file tree
Showing 3 changed files with 597 additions and 30 deletions.
6 changes: 6 additions & 0 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "0.1.0",
"private": false,
"dependencies": {
"@types/classnames": "2.2.9",
"@types/react-form": "2.16",
"argo-rollouts": "git+https://github.com/argoproj/argo-rollouts.git",
"classnames": "2.2.6",
"react-scripts": "4.0.3",
"web-vitals": "^1.0.1"
},
Expand Down Expand Up @@ -53,5 +56,8 @@
"ts-loader": "8.2.0",
"typescript": "^4.3.5",
"webpack-cli": "^4.7.2"
},
"resolutions": {
"classnames": "2.2.6"
}
}
2 changes: 1 addition & 1 deletion ui/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"outDir": "./dist",
"sourceMap": true,
"noImplicitAny": true,
"noImplicitAny": false,
"module": "esnext",
"target": "es5",
"jsx": "react",
Expand Down
Loading

0 comments on commit 886a3a5

Please sign in to comment.