Skip to content

Commit

Permalink
chore: install rxjs
Browse files Browse the repository at this point in the history
  • Loading branch information
wangmengCC committed Sep 19, 2023
1 parent d162136 commit d490646
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 13 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/react.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My page</title>
</head>
Expand Down
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.5.0",
"postcss-safe-parser": "4.0.1",
"react": "^18.2.0",
"react-app-polyfill": "^0.2.2",
"react-dev-utils": "^8.0.0",
"react-dom": "^18.2.0",
"react-router": "^6.16.0",
"react-router-dom": "^6.16.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"resolve": "1.10.0",
"rxjs": "^7.8.1",
"sass-loader": "7.1.0",
"socket.io": "^2.2.0",
"socket.io-client": "^4.4.1",
Expand Down Expand Up @@ -74,22 +75,22 @@
],
"devDependencies": {
"@types/jest": "^29.5.0",
"awesome-typescript-loader": "^5.2.1",
"jest": "23.6.0",
"source-map-loader": "^3.0.1",
"typescript": "^5.0.4",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-server": "^0.1.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"awesome-typescript-loader": "^5.2.1",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"vite": "^4.4.5"
"jest": "23.6.0",
"source-map-loader": "^3.0.1",
"typescript": "^5.0.4",
"vite": "^4.4.5",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-server": "^0.1.2"
},
"jest": {
"collectCoverageFrom": [
Expand Down
16 changes: 14 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit d490646

Please sign in to comment.