PR-353330: updating packages and updating redux dev tools.

This commit is contained in:
2022-09-02 20:05:45 +00:00
parent 6571b99b5a
commit a0c7638c32
4 changed files with 52 additions and 46 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@aleleba/create-react-ssr",
"version": "3.4.0",
"version": "3.5.0",
"description": "Starter Kit of server side render of react",
"bin": "./bin/cli.js",
"main": "src/server/index",
@ -33,7 +33,7 @@
"dependencies": {
"@babel/register": "^7.18.9",
"asset-require-hook": "^1.2.0",
"dotenv": "^16.0.1",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"helmet": "^6.0.0",
"ignore-styles": "^5.0.1",
@ -64,6 +64,7 @@
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@redux-devtools/extension": "^3.2.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.3",
@ -93,8 +94,7 @@
"jest-fetch-mock": "^3.0.3",
"mini-css-extract-plugin": "^2.6.1",
"react-refresh": "^0.14.0",
"redux-devtools-extension": "^2.13.9",
"sass": "^1.54.6",
"sass": "^1.54.8",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",