Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2024
1 parent 02ad008 commit 8d180d7
Show file tree
Hide file tree
Showing 2 changed files with 981 additions and 1,001 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@monaco-editor/react": "^4.6.0",
"@tanstack/react-query": "^5.0.0",
"@use-it/event-listener": "^0.1.7",
"axios": "1.6.0",
"cytoscape": "3.26.0",
"axios": "1.6.3",
"cytoscape": "3.28.1",
"cytoscape-popper": "2.0.0",
"formik": "2.4.5",
"js-yaml": "4.1.0",
Expand All @@ -35,60 +35,60 @@
"react": "18.2.0",
"react-cytoscapejs": "2.0.0",
"react-dom": "18.2.0",
"react-router-dom": "6.17.0",
"react-router-dom": "6.21.1",
"react-scripts": "5.0.1",
"react-useportal": "^1.0.18",
"serve": "14.2.1",
"vanilla-framework": "4.5.1",
"xterm-addon-fit": "0.6.0",
"xterm-addon-fit": "0.8.0",
"xterm-for-react": "1.0.4",
"yup": "1.3.2"
"yup": "1.3.3"
},
"devDependencies": {
"@babel/core": "7.23.2",
"@babel/eslint-parser": "7.22.15",
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "7.22.15",
"@babel/preset-typescript": "7.23.2",
"@babel/core": "7.23.7",
"@babel/eslint-parser": "7.23.3",
"@babel/preset-env": "7.23.7",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@playwright/test": "^1.39.0",
"@types/cytoscape-popper": "2.0.3",
"@types/node-forge": "1.3.7",
"@types/react": "18.2.24",
"@types/react-cytoscapejs": "1.2.3",
"@types/react-dom": "18.2.13",
"@types/cytoscape-popper": "2.0.4",
"@types/node-forge": "1.3.10",
"@types/react": "18.2.46",
"@types/react-cytoscapejs": "1.2.5",
"@types/react-dom": "18.2.18",
"@types/react-router-dom": "5.3.3",
"@types/websocket": "1.0.7",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@types/websocket": "1.0.10",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"@vitejs/plugin-react": "^4.1.0",
"autoprefixer": "10.4.16",
"babel-loader": "9.1.3",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
"concurrently": "8.2.1",
"concurrently": "8.2.2",
"css-loader": "6.8.1",
"eslint": "8.51.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.2",
"eslint-plugin-react": "7.33.2",
"husky": "8.0.3",
"lint-staged": "13.1.1",
"monaco-editor": "0.44.0",
"postcss": "8.4.31",
"lint-staged": "13.3.0",
"monaco-editor": "0.45.0",
"postcss": "8.4.32",
"postcss-cli": "10.1.0",
"prettier": "3.0.3",
"sass": "1.69.4",
"sass-loader": "13.3.2",
"prettier": "3.1.1",
"sass": "1.69.6",
"sass-loader": "13.3.3",
"style-loader": "3.3.3",
"stylelint": "15.11.0",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-standard-scss": "11.0.0",
"stylelint-order": "6.0.3",
"stylelint-prettier": "4.0.2",
"stylelint-scss": "5.2.1",
"ts-loader": "9.5.0",
"typescript": "5.2.2",
"stylelint-config-standard-scss": "11.1.0",
"stylelint-order": "6.0.4",
"stylelint-prettier": "4.1.0",
"stylelint-scss": "5.3.2",
"ts-loader": "9.5.1",
"typescript": "5.3.3",
"vite": "^4.5.0",
"vite-tsconfig-paths": "4.2.1"
"vite-tsconfig-paths": "4.2.3"
},
"lint-staged": {
"src/**/*.{json,jsx,ts,tsx}": [
Expand Down
Loading

0 comments on commit 8d180d7

Please sign in to comment.