Skip to content

Commit

Permalink
Merge pull request #64 from Marvin9/master
Browse files Browse the repository at this point in the history
chore: bump and downgrade external/upstream dependencies
  • Loading branch information
alexmt authored Dec 13, 2023
2 parents b7c952c + 12c20f7 commit 86f0cf7
Show file tree
Hide file tree
Showing 4 changed files with 3,901 additions and 3,514 deletions.
28 changes: 11 additions & 17 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,23 @@
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"antd": "^5.4.2",
"argo-rollouts": "git+https://github.com/argoproj/argo-rollouts.git",
"argo-ui": "git+https://github.com/argoproj/argo-ui.git",
"argo-rollouts": "git+https://github.com/argoproj/argo-rollouts.git#3a257e3740312fc826606d2fd408beb51f7900cf",
"argo-ui": "git+https://github.com/argoproj/argo-ui.git#5ff344ac9692c14dd108468bd3c020c3c75181cb",
"classnames": "2.2.6",
"null-loader": "^4.0.1",
"react": "^17.0.2",
"react-dom": "^16.14.0",
"react": "^16.9.3",
"react-dom": "^16.9.3",
"react-helmet": "^6.1.0",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.3",
"rxjs": "^7.1.0",
"ts-loader": "^8.2.0",
"typescript": "^4.9.5",
"web-vitals": "^1.0.1"
},
"peerDeependencies": {
"argo-ui": "git+https://github.com/argoproj/argo-ui.git",
"@types/react": "^16.14.0",
"@types/react-dom": "^17.0.2",
"react": "^16.9.3",
"rxjs": "^6.6.6"
"argo-ui": "git+https://github.com/argoproj/argo-ui.git#5ff344ac9692c14dd108468bd3c020c3c75181cb",
"@types/react": "^16.9.3",
"react": "^16.9.3"
},
"scripts": {
"start": "NODE_OPTIONS=--openssl-legacy-provider webpack --config ./webpack.config.js --watch",
Expand All @@ -50,22 +46,20 @@
]
},
"devDependencies": {
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"@types/react": "^16.9.3",
"@types/react-dom": "^16.9.3",
"@types/react-helmet": "^6.1.0",
"@types/react-router-dom": "^5.1.7",
"argo-ui": "git+https://github.com/argoproj/argo-ui.git",
"babel-preset-react": "^6.24.1",
"portable-fetch": "^3.0.0",
"raw-loader": "^0.5.1",
"raw-loader": "^4.0.2",
"react-keyhooks": "^0.2.3",
"rxjs": "^7.1.0",
"sass": "^1.34.1",
"ts-loader": "8.2.0",
"webpack-cli": "^4.9.2"
},
"resolutions": {
"classnames": "2.2.6",
"react-toastify": "5.0.1"
"@types/react": "16.9.3"
}
}
4 changes: 2 additions & 2 deletions ui/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"sourceMap": true,
"noImplicitAny": false,
"module": "commonjs",
"target": "es5",
"target": "es6",
"jsx": "react",
"moduleResolution": "node",
"experimentalDecorators": true,
Expand All @@ -15,4 +15,4 @@
},
"include": ["./**/*"],
"exclude": ["node_modules"]
}
}
6 changes: 6 additions & 0 deletions ui/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ const config = {
test: /\.css$/,
use: ['style-loader', 'raw-loader'],
},
// https://github.com/fkhadra/react-toastify/issues/775#issuecomment-1149569290
{
test: /\.mjs$/,
include: /node_modules/,
type: "javascript/auto"
},
],
},
};
Expand Down
Loading

0 comments on commit 86f0cf7

Please sign in to comment.