Skip to content

Commit

Permalink
Merge pull request #234 from PainterQubits/dependabot/npm_and_yarn/ja…
Browse files Browse the repository at this point in the history
…vascript-cb1c7ef38d

Bump the javascript group with 13 updates
  • Loading branch information
alexhad6 authored Jan 22, 2024
2 parents 68d4a52 + 8611073 commit 2f2f74f
Show file tree
Hide file tree
Showing 3 changed files with 320 additions and 264 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,40 +15,40 @@
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.15.3",
"@mui/icons-material": "^5.15.6",
"@mui/lab": "^5.0.0-alpha.160",
"@mui/material": "^5.15.3",
"@mui/material": "^5.15.6",
"deep-object-diff": "^1.1.9",
"fast-deep-equal": "^3.1.3",
"jotai": "^2.6.1",
"jotai": "^2.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-window": "^1.8.10",
"socket.io-client": "^4.7.3"
"socket.io-client": "^4.7.4"
},
"devDependencies": {
"@swc/core": "^1.3.102",
"@swc/jest": "^0.2.29",
"@swc/core": "^1.3.105",
"@swc/jest": "^0.2.31",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.7",
"@types/react": "^18.2.47",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react-window": "^1.8.8",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.0.12",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"paths": { "@/*": ["./src/*"], "test-utils": ["./test-utils"] }
"paths": { "@/*": ["./src/*"], "test-utils": ["./test-utils"] },
},
"include": ["src/**/*", "vite.config.ts", "jest.config.ts"]
"include": ["src/**/*", "vite.config.ts", "jest.config.ts"],
}
Loading

0 comments on commit 2f2f74f

Please sign in to comment.