Skip to content

Commit

Permalink
build: update node packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alimtunc committed Sep 4, 2023
1 parent 22cef88 commit e919ad9
Show file tree
Hide file tree
Showing 4 changed files with 1,169 additions and 2,095 deletions.
68 changes: 30 additions & 38 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,68 +10,60 @@
"test": "vitest run",
"preview": "vite preview",
"lint": "eslint ./src --ext .ts,.tsx && tsc --noemit",
"format": "prettier --config .prettierrc src/**/*.{ts,tsx} --write --loglevel error"
"format": "prettier src/**/*.{ts,tsx} --write --loglevel error"
},
"dependencies": {
"@auth0/auth0-react": "^2.0.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.9",
"@auth0/auth0-react": "^2.2.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.7",
"@mui/lab": "^5.0.0-alpha.122",
"@mui/material": "^5.11.10",
"@mui/material": "^5.14.7",
"draft-js": "^0.11.7",
"formik": "^2.2.9",
"formik": "^2.4.3",
"lodash": "^4.17.21",
"mui-chips-input": "^2.0.0",
"mui-chips-input": "^2.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.0",
"react-hotkeys-hook": "^4.4.0",
"react-markdown": "^8.0.6",
"react-hot-toast": "^2.4.1",
"react-hotkeys-hook": "^4.4.1",
"react-markdown": "^8.0.7",
"react-resizable": "^3.0.5",
"react-router-dom": "^6.8.1",
"react-string-replace": "^1.1.0",
"react-router-dom": "^6.15.0",
"react-syntax-highlighter": "^15.5.0",
"react-virtualized-auto-sizer": "^1.0.9",
"react-window": "^1.8.8",
"react-window-infinite-loader": "^1.0.8",
"react-virtualized-auto-sizer": "^1.0.20",
"react-window": "^1.8.9",
"react-window-infinite-loader": "^1.0.9",
"recoil": "^0.7.6",
"remark-gfm": "^3.0.1",
"socket.io-client": "^4.6.2",
"swr": "^2.2.1",
"socket.io-client": "^4.7.2",
"swr": "^2.2.2",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0",
"vitest": "^0.33.0",
"yup": "^1.0.2"
"yup": "^1.2.0"
},
"devDependencies": {
"@babel/preset-env": "^7.22.5",
"@babel/preset-env": "^7.22.14",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@testing-library/jest-dom": "^5.16.5",
"@babel/preset-typescript": "^7.22.11",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/draft-js": "^0.11.10",
"@types/lodash": "^4.14.192",
"@types/node": "^20.0.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/lodash": "^4.14.197",
"@types/node": "^20.5.7",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-resizable": "^3.0.4",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/react-window-infinite-loader": "^1.0.6",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@vitejs/plugin-react": "^4.0.1",
"@types/uuid": "^9.0.3",
"@vitejs/plugin-react": "^4.0.4",
"@vitejs/plugin-react-swc": "^3.3.2",
"@vitest/coverage-v8": "^0.33.0",
"eslint": "^8.40.0",
"immutable": "^4.3.1",
"immutable": "^4.3.4",
"jsdom": "^22.1.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vite": "^4.4.9",
"vite-tsconfig-paths": "^4.2.0"
}
}
Loading

0 comments on commit e919ad9

Please sign in to comment.