mirror of
				https://github.com/aleleba/create-react-ssr.git
				synced 2025-10-30 05:30:35 -06:00 
			
		
		
		
	PR-504173: updating packages.
This commit is contained in:
		| @@ -8,9 +8,9 @@ Tech(Library or Framework) | Version | | ||||
| --- | --- | | ||||
| React (Render Library) | 18.2.0 | ||||
| Redux (Global State Management) | 4.2.1 | ||||
| React Router DOM (Routing) | 6.10.0 | ||||
| React Router DOM (Routing) | 6.11.1 | ||||
| Jest (Testing) | 29.5.0 | ||||
| Cypress (E2E Testing) | 12.10.0 | ||||
| Cypress (E2E Testing) | 12.11.0 | ||||
| Typescript | 5.0.4 | ||||
|  | ||||
| ## Setup | ||||
|   | ||||
							
								
								
									
										857
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										857
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										32
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										32
									
								
								package.json
									
									
									
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "@aleleba/create-react-ssr", | ||||
|   "version": "3.9.6", | ||||
|   "version": "3.9.7", | ||||
|   "description": "Starter Kit of server side render of react", | ||||
|   "bin": "./bin/cli.js", | ||||
|   "main": "src/server/index", | ||||
| @@ -45,10 +45,10 @@ | ||||
|     "react": "^18.2.0", | ||||
|     "react-dom": "^18.2.0", | ||||
|     "react-redux": "^8.0.5", | ||||
|     "react-router-dom": "^6.10.0", | ||||
|     "react-router-dom": "^6.11.1", | ||||
|     "react-router-hash-link": "^2.4.3", | ||||
|     "redux": "^4.2.1", | ||||
|     "webpack": "^5.80.0", | ||||
|     "webpack": "^5.82.0", | ||||
|     "webpack-manifest-plugin": "^5.0.0", | ||||
|     "workbox-background-sync": "^6.5.4", | ||||
|     "workbox-broadcast-update": "^6.5.4", | ||||
| @@ -64,24 +64,24 @@ | ||||
|     "workbox-streams": "^6.5.4" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/core": "^7.21.4", | ||||
|     "@babel/preset-env": "^7.21.4", | ||||
|     "@babel/core": "^7.21.8", | ||||
|     "@babel/preset-env": "^7.21.5", | ||||
|     "@babel/preset-react": "^7.18.6", | ||||
|     "@babel/preset-typescript": "^7.21.4", | ||||
|     "@babel/preset-typescript": "^7.21.5", | ||||
|     "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10", | ||||
|     "@redux-devtools/extension": "^3.2.5", | ||||
|     "@testing-library/jest-dom": "^5.16.5", | ||||
|     "@testing-library/react": "^14.0.0", | ||||
|     "@testing-library/user-event": "^14.4.3", | ||||
|     "@types/jest": "^29.5.1", | ||||
|     "@types/node": "^18.15.12", | ||||
|     "@types/react": "^18.0.37", | ||||
|     "@types/react-dom": "^18.0.11", | ||||
|     "@types/node": "^18.16.3", | ||||
|     "@types/react": "^18.2.4", | ||||
|     "@types/react-dom": "^18.2.3", | ||||
|     "@types/webpack": "^5.28.1", | ||||
|     "@types/webpack-hot-middleware": "^2.25.6", | ||||
|     "@types/webpack-node-externals": "^3.0.0", | ||||
|     "@typescript-eslint/eslint-plugin": "^5.59.0", | ||||
|     "@typescript-eslint/parser": "^5.59.0", | ||||
|     "@typescript-eslint/eslint-plugin": "^5.59.2", | ||||
|     "@typescript-eslint/parser": "^5.59.2", | ||||
|     "babel-jest": "^29.5.0", | ||||
|     "babel-loader": "^9.1.2", | ||||
|     "clean-webpack-plugin": "^4.0.0", | ||||
| @@ -89,8 +89,8 @@ | ||||
|     "copy-webpack-plugin": "^11.0.0", | ||||
|     "css-loader": "^6.7.3", | ||||
|     "css-minimizer-webpack-plugin": "^5.0.0", | ||||
|     "cypress": "^12.10.0", | ||||
|     "eslint": "^8.38.0", | ||||
|     "cypress": "^12.11.0", | ||||
|     "eslint": "^8.39.0", | ||||
|     "eslint-plugin-react": "^7.32.2", | ||||
|     "eslint-webpack-plugin": "^4.0.1", | ||||
|     "file-loader": "^6.2.0", | ||||
| @@ -102,15 +102,15 @@ | ||||
|     "mini-css-extract-plugin": "^2.7.5", | ||||
|     "react-refresh": "^0.14.0", | ||||
|     "resolve-ts-aliases": "^1.0.1", | ||||
|     "sass": "^1.62.0", | ||||
|     "sass": "^1.62.1", | ||||
|     "sass-loader": "^13.2.2", | ||||
|     "style-loader": "^3.3.2", | ||||
|     "terser-webpack-plugin": "^5.3.7", | ||||
|     "ts-jest": "^29.1.0", | ||||
|     "typescript": "^5.0.4", | ||||
|     "url-loader": "^4.1.1", | ||||
|     "webpack-cli": "^5.0.1", | ||||
|     "webpack-dev-middleware": "^6.0.2", | ||||
|     "webpack-cli": "^5.0.2", | ||||
|     "webpack-dev-middleware": "^6.1.0", | ||||
|     "webpack-dev-server": "^4.13.3", | ||||
|     "webpack-hot-middleware": "^2.25.3", | ||||
|     "webpack-node-externals": "^3.0.0", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user