Skip to content

Commit

Permalink
Merge pull request #59 from splunk/fix/update-dependencies
Browse files Browse the repository at this point in the history
fix: update dependencies
  • Loading branch information
ajasnosz committed Feb 20, 2024
2 parents 9d88dd1 + 804a930 commit 863240a
Show file tree
Hide file tree
Showing 6 changed files with 919 additions and 775 deletions.
4 changes: 2 additions & 2 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ click==8.1.3
Flask==2.2.5
Flask-Cors==3.0.10
itsdangerous==2.1.2
Jinja2==3.1.2
Jinja2==3.1.3
MarkupSafe==2.1.1
pymongo==4.1.1
six==1.16.0
Werkzeug==2.2.3
Werkzeug==2.3.8
pytest~=7.2.0
gunicorn
kubernetes~=26.1.0
Expand Down
23 changes: 12 additions & 11 deletions frontend/packages/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,29 @@
},
"main": "Manager.js",
"dependencies": {
"@splunk/react-ui": "^4.9.0",
"@splunk/react-ui": "^4.25.0",
"@splunk/themes": "^0.11.0",
"axios": "^0.27.2",
"axios": "^1.6.0",
"css-loader": "^6.7.1",
"history": "5.3.0",
"mongodb": "^4.8.0",
"qs": "6.11.2",
"react-router-dom": "6",
"scriptjs": "^2.5.9",
"style-loader": "^3.3.1",
"history": "5.3.0",
"qs": "6.11.2"
"style-loader": "^3.3.1"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@jest/globals": "^29.6.1",
"@splunk/babel-preset": "^3.0.0",
"@splunk/eslint-config": "^4.0.0",
"@splunk/splunk-utils": "^2.3.4",
"@splunk/stylelint-config": "^4.0.0",
"@splunk/webpack-configs": "^5.0.0",
"@testing-library/react": "12.1.2",
"@testing-library/dom": "9.3.1",
"@testing-library/jest-dom": "5.16.5",
"@jest/globals": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"@testing-library/react": "12.1.2",
"@webpack-cli/serve": "^2.0.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.4",
"chai": "^3.5.0",
Expand All @@ -58,7 +59,9 @@
"eslint-plugin-react-hooks": "^4.2.0",
"html-webpack-plugin": "^4.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.6.1",
"jest-junit": "^16.0.0",
"querystring-es3": "^0.2.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-test-renderer": "^16.12.0",
Expand All @@ -67,9 +70,7 @@
"webpack": "^5.0.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.0.0",
"@webpack-cli/serve": "^2.0.0",
"webpack-merge": "^4.1.3",
"querystring-es3": "^0.2.1"
"webpack-merge": "^4.1.3"
},
"peerDependencies": {
"react": "^16.8",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, {useState, useContext, useEffect} from 'react';
import P from '@splunk/react-ui/Paragraph';
import Select from '@splunk/react-ui/Select';
import Plus from '@splunk/react-icons/Plus';
import Trash from '@splunk/react-icons/Trash';
import Trash from '@splunk/react-icons/enterprise/Trash';
import Pencil from '@splunk/react-icons/Pencil';
import Paginator from '@splunk/react-ui/Paginator';
import Button from '@splunk/react-ui/Button';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import axios from "axios";
import { createDOMID } from '@splunk/ui-utils/id';
import Paginator from '@splunk/react-ui/Paginator';
import Select from '@splunk/react-ui/Select';
import Trash from '@splunk/react-icons/Trash';
import Trash from '@splunk/react-icons/enterprise/Trash';
import Pencil from '@splunk/react-icons/Pencil';
import Button from '@splunk/react-ui/Button';
import { backendHost } from "../../host";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, {useState, useEffect} from 'react';
import Select from "@splunk/react-ui/Select";
import Trash from '@splunk/react-icons/Trash';
import Trash from '@splunk/react-icons/enterprise/Trash';
import Pencil from '@splunk/react-icons/Pencil';
import Paginator from "@splunk/react-ui/Paginator";
import Table from "@splunk/react-ui/Table";
Expand Down
Loading

0 comments on commit 863240a

Please sign in to comment.