Skip to content

Commit

Permalink
chore(deps): bump all dependencies to latest
Browse files Browse the repository at this point in the history
Even though craco does not yet officially support CRA v5, I have found no issues with the current configuration.
  • Loading branch information
TasoOneAsia committed Jan 4, 2022
1 parent cb1038f commit 90957e5
Show file tree
Hide file tree
Showing 3 changed files with 4,434 additions and 5,903 deletions.
4 changes: 2 additions & 2 deletions web/craco.config.js
Expand Up @@ -16,9 +16,9 @@ module.exports = {
devServer: (devServerConfig) => {
if (process.env.IN_GAME_DEV) {
// Used for in-game dev mode
devServerConfig.writeToDisk = true
devServerConfig.devMiddleware.writeToDisk = true
}

return devServerConfig
}
}
}
16 changes: 8 additions & 8 deletions web/package.json
Expand Up @@ -4,17 +4,17 @@
"homepage": "web/build",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^16.11.9",
"@types/react": "^17.0.35",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^26.0.24",
"@types/node": "^16.11.18",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"typescript": "^4.5.2",
"react-scripts": "5.0.0",
"typescript": "^4.5.4",
"web-vitals": "^2.1.2"
},
"scripts": {
Expand Down Expand Up @@ -44,6 +44,6 @@
},
"devDependencies": {
"@craco/craco": "^6.4.3",
"cross-env": "^7.0.3"
"cross-env": "^7.0.3",
}
}

0 comments on commit 90957e5

Please sign in to comment.