Skip to content

Commit

Permalink
fix(deps): update ui deps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 55a0948 commit 57a958d
Show file tree
Hide file tree
Showing 2 changed files with 774 additions and 900 deletions.
32 changes: 16 additions & 16 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"@use-it/event-listener": "0.1.7",
"axios": "1.6.8",
"formik": "2.4.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.22.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router-dom": "7.1.3",
"react-useportal": "1.0.19",
"serve": "14.2.1",
"vanilla-framework": "4.9.0",
Expand All @@ -47,22 +47,22 @@
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"@typescript-eslint/eslint-plugin": "8.21.0",
"@typescript-eslint/parser": "8.21.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "2.1.5",
"@vitest/coverage-v8": "3.0.3",
"autoprefixer": "10.4.19",
"axios-mock-adapter": "2.0.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
"concurrently": "8.2.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"concurrently": "9.1.2",
"eslint": "9.18.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"happy-dom": "14.12.3",
"happy-dom": "16.7.2",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"monaco-editor": "0.47.0",
Expand All @@ -71,15 +71,15 @@
"prettier": "3.2.5",
"sass": "1.72.0",
"stylelint": "16.2.1",
"stylelint-config-standard-scss": "13.0.0",
"stylelint-config-standard-scss": "14.0.0",
"stylelint-order": "6.0.4",
"stylelint-prettier": "5.0.0",
"stylelint-scss": "6.2.1",
"typescript": "5.4.3",
"vite": "5.2.8",
"vite": "6.0.11",
"vite-plugin-html": "3.2.2",
"vite-tsconfig-paths": "4.3.2",
"vitest": "2.1.5"
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.0.3"
},
"lint-staged": {
"src/**/*.{json,jsx,ts,tsx}": [
Expand Down
Loading

0 comments on commit 57a958d

Please sign in to comment.