Updating packages.

This commit is contained in:
Alejandro Lembke Barrientos 2022-07-13 18:35:09 +00:00
parent 71cd8c6f40
commit 86da68077a
3 changed files with 758 additions and 770 deletions

View File

@ -9,7 +9,7 @@ Tech(Library or Framework) | Version |
React (Render Library) | 18.2.0
Redux (Global State Management) | 4.2.0
React Router DOM (Routing) | 6.3.0
Jest (Testing) | 28.1.2
Jest (Testing) | 28.1.3
Typescript | 4.7.4
## Setup

1512
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": "2.0.16",
"version": "2.0.17",
"description": "Starter Kit of server side render of react",
"bin": "./bin/cli.js",
"main": "src/server/index",
@ -67,16 +67,16 @@
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"@types/jest": "^28.1.4",
"@types/jest": "^28.1.5",
"@types/node": "^18.0.3",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/webpack": "^5.28.0",
"@types/webpack-hot-middleware": "^2.25.6",
"@types/webpack-node-externals": "^2.5.3",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"babel-jest": "^28.1.2",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"babel-jest": "^28.1.3",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
@ -88,8 +88,8 @@
"eslint-webpack-plugin": "^3.2.0",
"file-loader": "^6.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jest-fetch-mock": "^3.0.3",
"mini-css-extract-plugin": "^2.6.1",
"react-refresh": "^0.14.0",