Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Dagonite committed Sep 20, 2024
1 parent 2b016a1 commit fe82a69
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
"dependencies": {
"@craco/craco": "7.0.0",
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"@emotion/styled": "11.13.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "5.11.0",
"@mui/material": "5.11.0",
"@types/jest": "29.4.0",
"@types/node": "18.11.9",
"@mui/icons-material": "6.0.2",
"@mui/material": "6.0.2",
"@types/jest": "29.5.12",
"@types/node": "22.5.4",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"express": "4.18.1",
"express": "4.20.0",
"express-ws": "5.0.2",
"i18next": "^23.6.0",
"loglevel": "1.8.0",
"monaco-editor": "^0.47.0",
"i18next": "^23.15.1",
"loglevel": "1.9.2",
"monaco-editor": "^0.51.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-ga4": "^2.1.0",
Expand All @@ -29,13 +29,13 @@
"react-router-dom": "5.3.0",
"react-scripts": "5.0.0",
"single-spa-react": "4.6.1",
"typescript": "4.9.3",
"ws": "8.13.0"
"typescript": "5.5.x",
"ws": "8.18.0"
},
"resolutions": {
"@types/react": "17.0.39",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0"
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0"
},
"lint-staged": {
"src/**/*.{tsx,js,jsx,json}": [
Expand Down Expand Up @@ -89,21 +89,21 @@
},
"devDependencies": {
"@cypress/react": "^7.0.3",
"@cypress/webpack-dev-server": "^3.5.1",
"@cypress/webpack-dev-server": "^3.11.0",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"cypress": "^13.6.4",
"cypress-real-events": "^1.11.0",
"eslint": "8.32.0",
"eslint-config-prettier": "8.6.0",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"cypress": "^13.14.2",
"cypress-real-events": "^1.13.0",
"eslint": "8.x",
"eslint-config-prettier": "9.1.0",
"eslint-config-react-app": "7.0.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-cypress": "3.5.0",
"eslint-plugin-prettier": "5.2.1",
"html-webpack-plugin": "^5.5.3",
"husky": "8.0.1",
"lint-staged": "13.1.0",
"prettier": "2.8.0",
"serve": "14.2.0"
"husky": "9.1.5",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"serve": "14.2.3"
}
}

0 comments on commit fe82a69

Please sign in to comment.