Skip to content

Commit

Permalink
Bump axios from 0.27.2 to 1.6.0 in /Web/ClientApp
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.27.2...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2023
1 parent 2e3da7e commit a3ccd95
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 81 deletions.
46 changes: 29 additions & 17 deletions Web/ClientApp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

128 changes: 64 additions & 64 deletions Web/ClientApp/package.json
Original file line number Diff line number Diff line change
@@ -1,64 +1,64 @@
{
"name": "codeconverter",
"version": "0.1.0",
"private": true,
"eslintConfig": {
"extends": "react-app"
},
"scripts": {
"prestart": "node aspnetcore-https && node aspnetcore-react",
"start": "rimraf ./build && react-scripts start",
"build": "react-scripts build",
"test": "cross-env CI=true react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint ./src/"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"babel": {
"presets": [
[
"@babel/preset-react",
{
"runtime": "automatic"
}
]
]
},
"dependencies": {
"@monaco-editor/react": "^4.4.4",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"monaco-editor": "^0.33.0",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-router-bootstrap": "^0.26.1",
"react-router-dom": "^6.3.0",
"reactstrap": "^9.0.2"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"ajv": "^8.11.0",
"cross-env": "^7.0.3",
"eslint-config-react-app": "^7.0.1",
"http-proxy-middleware": "^2.0.6",
"jquery": "^3.6.0",
"popper.js": "^1.16.1",
"react-scripts": "^5.0.1",
"rimraf": "^3.0.2",
"typescript": "^4.6.4"
}
}
{
"name": "codeconverter",
"version": "0.1.0",
"private": true,
"eslintConfig": {
"extends": "react-app"
},
"scripts": {
"prestart": "node aspnetcore-https && node aspnetcore-react",
"start": "rimraf ./build && react-scripts start",
"build": "react-scripts build",
"test": "cross-env CI=true react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint ./src/"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"babel": {
"presets": [
[
"@babel/preset-react",
{
"runtime": "automatic"
}
]
]
},
"dependencies": {
"@monaco-editor/react": "^4.4.4",
"axios": "^1.6.0",
"bootstrap": "^5.1.3",
"monaco-editor": "^0.33.0",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-router-bootstrap": "^0.26.1",
"react-router-dom": "^6.3.0",
"reactstrap": "^9.0.2"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"ajv": "^8.11.0",
"cross-env": "^7.0.3",
"eslint-config-react-app": "^7.0.1",
"http-proxy-middleware": "^2.0.6",
"jquery": "^3.6.0",
"popper.js": "^1.16.1",
"react-scripts": "^5.0.1",
"rimraf": "^3.0.2",
"typescript": "^4.6.4"
}
}

0 comments on commit a3ccd95

Please sign in to comment.