mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-09-16 01:56:35 -06:00
PR-110991: updating packages.
This commit is contained in:
10
README.md
10
README.md
@ -6,12 +6,12 @@ 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) | 19.1.0
|
||||
React (Render Library) | 19.1.1
|
||||
Redux (Global State Management) | 5.0.1
|
||||
React Router DOM (Routing) | 7.6.2
|
||||
Jest (Testing) | 29.7.0
|
||||
Cypress (E2E Testing) | 14.4.1
|
||||
Typescript | 5.8.3
|
||||
React Router DOM (Routing) | 7.9.1
|
||||
Jest (Testing) | 30.1.3
|
||||
Cypress (E2E Testing) | 15.2.0
|
||||
Typescript | 5.9.2
|
||||
|
||||
## Setup
|
||||
To create a new project run in the terminal:
|
||||
|
4704
package-lock.json
generated
4704
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
68
package.json
68
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@aleleba/create-react-ssr",
|
||||
"version": "3.10.2",
|
||||
"version": "3.10.3",
|
||||
"description": "Starter Kit of server side render of react",
|
||||
"bin": "./bin/cli.js",
|
||||
"main": "src/server/index",
|
||||
@ -36,19 +36,19 @@
|
||||
},
|
||||
"homepage": "https://github.com/aleleba/create-react-ssr#readme",
|
||||
"dependencies": {
|
||||
"@babel/register": "^7.27.1",
|
||||
"dotenv": "^17.2.0",
|
||||
"@babel/register": "^7.28.3",
|
||||
"dotenv": "^17.2.2",
|
||||
"express": "^5.1.0",
|
||||
"helmet": "^8.1.0",
|
||||
"history": "^5.3.0",
|
||||
"ignore-styles": "^5.0.1",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"react": "^19.1.1",
|
||||
"react-dom": "^19.1.1",
|
||||
"react-redux": "^9.2.0",
|
||||
"react-router-dom": "^7.6.3",
|
||||
"react-router-dom": "^7.9.1",
|
||||
"react-router-hash-link": "^2.4.3",
|
||||
"redux": "^5.0.1",
|
||||
"webpack": "^5.100.1",
|
||||
"webpack": "^5.101.3",
|
||||
"webpack-dev-server": "^5.2.2",
|
||||
"webpack-manifest-plugin": "^5.0.1",
|
||||
"workbox-background-sync": "^7.3.0",
|
||||
@ -65,62 +65,62 @@
|
||||
"workbox-streams": "^7.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.28.0",
|
||||
"@babel/preset-env": "^7.28.0",
|
||||
"@babel/core": "^7.28.4",
|
||||
"@babel/preset-env": "^7.28.3",
|
||||
"@babel/preset-react": "^7.27.1",
|
||||
"@babel/preset-typescript": "^7.27.1",
|
||||
"@cypress/react": "^9.0.1",
|
||||
"@eslint/js": "^9.31.0",
|
||||
"@eslint/js": "^9.35.0",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
|
||||
"@redux-devtools/extension": "^3.3.0",
|
||||
"@testing-library/dom": "^10.4.0",
|
||||
"@testing-library/jest-dom": "^6.6.3",
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@testing-library/jest-dom": "^6.8.0",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/node": "^24.0.13",
|
||||
"@types/react": "^19.1.8",
|
||||
"@types/react-dom": "^19.1.6",
|
||||
"@types/node": "^24.4.0",
|
||||
"@types/react": "^19.1.13",
|
||||
"@types/react-dom": "^19.1.9",
|
||||
"@types/webpack": "^5.28.5",
|
||||
"@types/webpack-hot-middleware": "^2.25.9",
|
||||
"@types/webpack-hot-middleware": "^2.25.10",
|
||||
"@types/webpack-node-externals": "^3.0.4",
|
||||
"@typescript-eslint/eslint-plugin": "^8.36.0",
|
||||
"@typescript-eslint/parser": "^8.36.0",
|
||||
"babel-jest": "^30.0.4",
|
||||
"@typescript-eslint/eslint-plugin": "^8.43.0",
|
||||
"@typescript-eslint/parser": "^8.43.0",
|
||||
"babel-jest": "^30.1.2",
|
||||
"babel-loader": "^10.0.0",
|
||||
"clean-webpack-plugin": "^4.0.0",
|
||||
"compression-webpack-plugin": "^11.1.0",
|
||||
"copy-webpack-plugin": "^13.0.0",
|
||||
"copy-webpack-plugin": "^13.0.1",
|
||||
"css-loader": "^7.1.2",
|
||||
"css-minimizer-webpack-plugin": "^7.0.2",
|
||||
"cypress": "^14.5.1",
|
||||
"eslint": "^9.31.0",
|
||||
"cypress": "^15.2.0",
|
||||
"eslint": "^9.35.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-webpack-plugin": "^5.0.2",
|
||||
"file-loader": "^6.2.0",
|
||||
"globals": "^16.3.0",
|
||||
"html-webpack-plugin": "^5.6.3",
|
||||
"globals": "^16.4.0",
|
||||
"html-webpack-plugin": "^5.6.4",
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
"jest": "^30.0.4",
|
||||
"jest-environment-jsdom": "^30.0.4",
|
||||
"jest": "^30.1.3",
|
||||
"jest-environment-jsdom": "^30.1.2",
|
||||
"jest-fetch-mock": "^3.0.3",
|
||||
"jiti": "^2.4.2",
|
||||
"mini-css-extract-plugin": "^2.9.2",
|
||||
"jiti": "^2.5.1",
|
||||
"mini-css-extract-plugin": "^2.9.4",
|
||||
"react-refresh": "^0.17.0",
|
||||
"resolve-ts-aliases": "^1.0.1",
|
||||
"sass": "^1.89.2",
|
||||
"sass": "^1.92.1",
|
||||
"sass-loader": "^16.0.5",
|
||||
"style-loader": "^4.0.0",
|
||||
"terser-webpack-plugin": "^5.3.14",
|
||||
"ts-jest": "^29.4.0",
|
||||
"typescript": "^5.8.3",
|
||||
"typescript-eslint": "^8.36.0",
|
||||
"ts-jest": "^29.4.1",
|
||||
"typescript": "^5.9.2",
|
||||
"typescript-eslint": "^8.43.0",
|
||||
"url-loader": "^4.1.1",
|
||||
"webpack-cli": "^6.0.1",
|
||||
"webpack-dev-middleware": "^7.4.2",
|
||||
"webpack-dev-middleware": "^7.4.3",
|
||||
"webpack-hot-middleware": "^2.26.1",
|
||||
"webpack-node-externals": "^3.0.0",
|
||||
"webpack-shell-plugin-next": "^2.3.2",
|
||||
"webpack-shell-plugin-next": "^2.3.3",
|
||||
"workbox-webpack-plugin": "^7.3.0",
|
||||
"workbox-window": "^7.3.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user