Merge pull request #95 from aleleba/PR-085779

PR-085779: Update dependencies versions.
This commit is contained in:
Alejandro Lembke Barrientos 2024-01-19 12:01:37 -06:00 committed by GitHub
commit 5dd3d7c8ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 783 additions and 745 deletions

View File

@ -8,9 +8,9 @@ Tech(Library or Framework) | Version |
--- | --- |
React (Render Library) | 18.2.0
Redux (Global State Management) | 5.0.1
React Router DOM (Routing) | 6.21.1
React Router DOM (Routing) | 6.21.3
Jest (Testing) | 29.7.0
Cypress (E2E Testing) | 13.6.2
Cypress (E2E Testing) | 13.6.3
Typescript | 5.3.3
## Setup

1488
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@aleleba/create-react-ssr",
"version": "3.9.18",
"version": "3.9.19",
"description": "Starter Kit of server side render of react",
"bin": "./bin/cli.js",
"main": "src/server/index",
@ -37,15 +37,15 @@
"homepage": "https://github.com/aleleba/create-react-ssr#readme",
"dependencies": {
"@babel/register": "^7.23.7",
"dotenv": "^16.3.1",
"dotenv": "^16.3.2",
"express": "^4.18.2",
"helmet": "^7.1.0",
"history": "^5.3.0",
"ignore-styles": "^5.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.0.4",
"react-router-dom": "^6.21.1",
"react-redux": "^9.1.0",
"react-router-dom": "^6.21.3",
"react-router-hash-link": "^2.4.3",
"redux": "^5.0.1",
"webpack": "^5.89.0",
@ -65,7 +65,7 @@
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
@ -74,22 +74,22 @@
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/webpack": "^5.28.5",
"@types/webpack-hot-middleware": "^2.25.9",
"@types/webpack-node-externals": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"cypress": "^13.6.2",
"compression-webpack-plugin": "^11.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.9.1",
"css-minimizer-webpack-plugin": "^6.0.0",
"cypress": "^13.6.3",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-webpack-plugin": "^4.0.1",
@ -99,12 +99,12 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"mini-css-extract-plugin": "^2.7.6",
"mini-css-extract-plugin": "^2.7.7",
"react-refresh": "^0.14.0",
"resolve-ts-aliases": "^1.0.1",
"sass": "^1.69.7",
"sass-loader": "^13.3.3",
"style-loader": "^3.3.3",
"sass": "^1.70.0",
"sass-loader": "^14.0.0",
"style-loader": "^3.3.4",
"terser-webpack-plugin": "^5.3.10",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3",