PR-619732: updating packages.

This commit is contained in:
Alejandro Lembke Barrientos 2023-02-10 22:35:56 +00:00
parent 0e6c44150d
commit 69b2471dae
3 changed files with 927 additions and 923 deletions

View File

@ -7,10 +7,10 @@ It is not a project like create-react-app, create-react-app is used as a starter
Tech(Library or Framework) | Version |
--- | --- |
React (Render Library) | 18.2.0
Redux (Global State Management) | 4.2.0
React Router DOM (Routing) | 6.7.0
Jest (Testing) | 29.4.0
Typescript | 4.9.4
Redux (Global State Management) | 4.2.1
React Router DOM (Routing) | 6.8.1
Jest (Testing) | 29.4.2
Typescript | 4.9.5
## Setup
To create a new project run in the terminal:

1814
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.6.1",
"version": "3.6.2",
"description": "Starter Kit of server side render of react",
"bin": "./bin/cli.js",
"main": "src/server/index",
@ -40,9 +40,9 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.7.0",
"react-router-dom": "^6.8.1",
"react-router-hash-link": "^2.4.3",
"redux": "^4.2.0",
"redux": "^4.2.1",
"webpack": "^5.75.0",
"webpack-manifest-plugin": "^5.0.0",
"workbox-background-sync": "^6.5.4",
@ -69,37 +69,37 @@
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.4.0",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/webpack": "^5.28.0",
"@types/webpack-hot-middleware": "^2.25.6",
"@types/webpack-node-externals": "^2.5.3",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"babel-jest": "^29.4.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"babel-jest": "^29.4.2",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^4.2.2",
"eslint": "^8.32.0",
"eslint-plugin-react": "^7.32.1",
"eslint-webpack-plugin": "^3.2.0",
"eslint": "^8.34.0",
"eslint-plugin-react": "^7.32.2",
"eslint-webpack-plugin": "^4.0.0",
"file-loader": "^6.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.4.0",
"jest-environment-jsdom": "^29.4.0",
"jest": "^29.4.2",
"jest-environment-jsdom": "^29.4.2",
"jest-fetch-mock": "^3.0.3",
"mini-css-extract-plugin": "^2.7.2",
"react-refresh": "^0.14.0",
"sass": "^1.57.1",
"sass": "^1.58.0",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"typescript": "^4.9.5",
"url-loader": "^4.1.1",
"webpack-cli": "^5.0.1",
"webpack-dev-middleware": "^6.0.1",