mirror of
				https://github.com/aleleba/create-react-ssr.git
				synced 2025-10-30 05:30:35 -06:00 
			
		
		
		
	Updating packages and fixing eslingignore.
Updating Readme file.
This commit is contained in:
		| @@ -1,10 +1,9 @@ | |||||||
| #Build | #Build | ||||||
| build | build | ||||||
| #Webpack | #Webpack | ||||||
| webpack.config.js | webpack.config.ts | ||||||
| webpack.config.dev.js | webpack.config.dev.ts | ||||||
| #Server | webpack.config.dev.server.ts | ||||||
| /server/index.js |  | ||||||
| #Service Worker | #Service Worker | ||||||
| service-worker.js | service-worker.ts | ||||||
| serviceWorkerRegistration.ts | serviceWorkerRegistration.ts | ||||||
| @@ -10,7 +10,7 @@ React (Render Library) | 18.1.0 | |||||||
| Redux (Global State Management) | 4.2.0 | Redux (Global State Management) | 4.2.0 | ||||||
| React Router DOM (Routing) | 6.3.0 | React Router DOM (Routing) | 6.3.0 | ||||||
| Jest (Testing) | 28.1.0 | Jest (Testing) | 28.1.0 | ||||||
| Typescript | 4.6.4 | Typescript | 4.7.2 | ||||||
|  |  | ||||||
| ## Setup | ## Setup | ||||||
| To create a new project run in the terminal: | To create a new project run in the terminal: | ||||||
| @@ -31,7 +31,7 @@ PORT=3000 #Default 80 | |||||||
| #PUBLIC URL | #PUBLIC URL | ||||||
| #PUBLIC_URL= #Default / | #PUBLIC_URL= #Default / | ||||||
| ``` | ``` | ||||||
| The default environment is production, the app port defauld is 80 and the defauld public url is "/". | The default environment is production, the app port defauld is 80 and the default public url is "/". | ||||||
|  |  | ||||||
| ### For Development | ### For Development | ||||||
| In the terminal run: | In the terminal run: | ||||||
|   | |||||||
							
								
								
									
										232
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										232
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -1,12 +1,12 @@ | |||||||
| { | { | ||||||
|   "name": "@aleleba/create-react-ssr", |   "name": "@aleleba/create-react-ssr", | ||||||
|   "version": "2.0.7", |   "version": "2.0.8", | ||||||
|   "lockfileVersion": 2, |   "lockfileVersion": 2, | ||||||
|   "requires": true, |   "requires": true, | ||||||
|   "packages": { |   "packages": { | ||||||
|     "": { |     "": { | ||||||
|       "name": "@aleleba/create-react-ssr", |       "name": "@aleleba/create-react-ssr", | ||||||
|       "version": "2.0.7", |       "version": "2.0.8", | ||||||
|       "license": "MIT", |       "license": "MIT", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@babel/register": "^7.17.7", |         "@babel/register": "^7.17.7", | ||||||
| @@ -40,8 +40,8 @@ | |||||||
|         "create-react-ssr": "bin/cli.js" |         "create-react-ssr": "bin/cli.js" | ||||||
|       }, |       }, | ||||||
|       "devDependencies": { |       "devDependencies": { | ||||||
|         "@babel/core": "^7.18.0", |         "@babel/core": "^7.18.2", | ||||||
|         "@babel/preset-env": "^7.18.0", |         "@babel/preset-env": "^7.18.2", | ||||||
|         "@babel/preset-react": "^7.17.12", |         "@babel/preset-react": "^7.17.12", | ||||||
|         "@babel/preset-typescript": "^7.17.12", |         "@babel/preset-typescript": "^7.17.12", | ||||||
|         "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7", |         "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7", | ||||||
| @@ -80,7 +80,7 @@ | |||||||
|         "style-loader": "^3.3.1", |         "style-loader": "^3.3.1", | ||||||
|         "terser-webpack-plugin": "^5.3.1", |         "terser-webpack-plugin": "^5.3.1", | ||||||
|         "ts-loader": "^9.3.0", |         "ts-loader": "^9.3.0", | ||||||
|         "typescript": "^4.6.4", |         "typescript": "^4.7.2", | ||||||
|         "url-loader": "^4.1.1", |         "url-loader": "^4.1.1", | ||||||
|         "webpack-cli": "^4.9.2", |         "webpack-cli": "^4.9.2", | ||||||
|         "webpack-dev-middleware": "^5.3.3", |         "webpack-dev-middleware": "^5.3.3", | ||||||
| @@ -123,20 +123,20 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@babel/core": { |     "node_modules/@babel/core": { | ||||||
|       "version": "7.18.0", |       "version": "7.18.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.0.tgz", |       "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.2.tgz", | ||||||
|       "integrity": "sha512-Xyw74OlJwDijToNi0+6BBI5mLLR5+5R3bcSH80LXzjzEGEUlvNzujEE71BaD/ApEZHAvFI/Mlmp4M5lIkdeeWw==", |       "integrity": "sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@ampproject/remapping": "^2.1.0", |         "@ampproject/remapping": "^2.1.0", | ||||||
|         "@babel/code-frame": "^7.16.7", |         "@babel/code-frame": "^7.16.7", | ||||||
|         "@babel/generator": "^7.18.0", |         "@babel/generator": "^7.18.2", | ||||||
|         "@babel/helper-compilation-targets": "^7.17.10", |         "@babel/helper-compilation-targets": "^7.18.2", | ||||||
|         "@babel/helper-module-transforms": "^7.18.0", |         "@babel/helper-module-transforms": "^7.18.0", | ||||||
|         "@babel/helpers": "^7.18.0", |         "@babel/helpers": "^7.18.2", | ||||||
|         "@babel/parser": "^7.18.0", |         "@babel/parser": "^7.18.0", | ||||||
|         "@babel/template": "^7.16.7", |         "@babel/template": "^7.16.7", | ||||||
|         "@babel/traverse": "^7.18.0", |         "@babel/traverse": "^7.18.2", | ||||||
|         "@babel/types": "^7.18.0", |         "@babel/types": "^7.18.2", | ||||||
|         "convert-source-map": "^1.7.0", |         "convert-source-map": "^1.7.0", | ||||||
|         "debug": "^4.1.0", |         "debug": "^4.1.0", | ||||||
|         "gensync": "^1.0.0-beta.2", |         "gensync": "^1.0.0-beta.2", | ||||||
| @@ -152,11 +152,11 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@babel/generator": { |     "node_modules/@babel/generator": { | ||||||
|       "version": "7.18.0", |       "version": "7.18.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.0.tgz", |       "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.2.tgz", | ||||||
|       "integrity": "sha512-81YO9gGx6voPXlvYdZBliFXAZU8vZ9AZ6z+CjlmcnaeOcYSFbMTpdeDUO9xD9dh/68Vq03I8ZspfUTPfitcDHg==", |       "integrity": "sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@babel/types": "^7.18.0", |         "@babel/types": "^7.18.2", | ||||||
|         "@jridgewell/gen-mapping": "^0.3.0", |         "@jridgewell/gen-mapping": "^0.3.0", | ||||||
|         "jsesc": "^2.5.1" |         "jsesc": "^2.5.1" | ||||||
|       }, |       }, | ||||||
| @@ -203,9 +203,9 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@babel/helper-compilation-targets": { |     "node_modules/@babel/helper-compilation-targets": { | ||||||
|       "version": "7.17.10", |       "version": "7.18.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.10.tgz", |       "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.2.tgz", | ||||||
|       "integrity": "sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==", |       "integrity": "sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ==", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@babel/compat-data": "^7.17.10", |         "@babel/compat-data": "^7.17.10", | ||||||
|         "@babel/helper-validator-option": "^7.16.7", |         "@babel/helper-validator-option": "^7.16.7", | ||||||
| @@ -276,12 +276,9 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@babel/helper-environment-visitor": { |     "node_modules/@babel/helper-environment-visitor": { | ||||||
|       "version": "7.16.7", |       "version": "7.18.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", |       "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz", | ||||||
|       "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", |       "integrity": "sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==", | ||||||
|       "dependencies": { |  | ||||||
|         "@babel/types": "^7.16.7" |  | ||||||
|       }, |  | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": ">=6.9.0" |         "node": ">=6.9.0" | ||||||
|       } |       } | ||||||
| @@ -414,11 +411,11 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@babel/helper-simple-access": { |     "node_modules/@babel/helper-simple-access": { | ||||||
|       "version": "7.17.7", |       "version": "7.18.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz", |       "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.18.2.tgz", | ||||||
|       "integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==", |       "integrity": "sha512-7LIrjYzndorDY88MycupkpQLKS1AFfsVRm2k/9PtKScSy5tZq0McZTj+DiMRynboZfIqOKvo03pmhTaUgiD6fQ==", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@babel/types": "^7.17.0" |         "@babel/types": "^7.18.2" | ||||||
|       }, |       }, | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": ">=6.9.0" |         "node": ">=6.9.0" | ||||||
| @@ -479,13 +476,13 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@babel/helpers": { |     "node_modules/@babel/helpers": { | ||||||
|       "version": "7.18.0", |       "version": "7.18.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.0.tgz", |       "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.2.tgz", | ||||||
|       "integrity": "sha512-AE+HMYhmlMIbho9nbvicHyxFwhrO+xhKB6AhRxzl8w46Yj0VXTZjEsAoBVC7rB2I0jzX+yWyVybnO08qkfx6kg==", |       "integrity": "sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@babel/template": "^7.16.7", |         "@babel/template": "^7.16.7", | ||||||
|         "@babel/traverse": "^7.18.0", |         "@babel/traverse": "^7.18.2", | ||||||
|         "@babel/types": "^7.18.0" |         "@babel/types": "^7.18.2" | ||||||
|       }, |       }, | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": ">=6.9.0" |         "node": ">=6.9.0" | ||||||
| @@ -1282,14 +1279,14 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@babel/plugin-transform-modules-commonjs": { |     "node_modules/@babel/plugin-transform-modules-commonjs": { | ||||||
|       "version": "7.18.0", |       "version": "7.18.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.0.tgz", |       "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.2.tgz", | ||||||
|       "integrity": "sha512-cCeR0VZWtfxWS4YueAK2qtHtBPJRSaJcMlbS8jhSIm/A3E2Kpro4W1Dn4cqJtp59dtWfXjQwK7SPKF8ghs7rlw==", |       "integrity": "sha512-f5A865gFPAJAEE0K7F/+nm5CmAE3y8AWlMBG9unu5j9+tk50UQVK0QS8RNxSp7MJf0wh97uYyLWt3Zvu71zyOQ==", | ||||||
|       "dev": true, |       "dev": true, | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@babel/helper-module-transforms": "^7.18.0", |         "@babel/helper-module-transforms": "^7.18.0", | ||||||
|         "@babel/helper-plugin-utils": "^7.17.12", |         "@babel/helper-plugin-utils": "^7.17.12", | ||||||
|         "@babel/helper-simple-access": "^7.17.7", |         "@babel/helper-simple-access": "^7.18.2", | ||||||
|         "babel-plugin-dynamic-import-node": "^2.3.3" |         "babel-plugin-dynamic-import-node": "^2.3.3" | ||||||
|       }, |       }, | ||||||
|       "engines": { |       "engines": { | ||||||
| @@ -1554,9 +1551,9 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@babel/plugin-transform-template-literals": { |     "node_modules/@babel/plugin-transform-template-literals": { | ||||||
|       "version": "7.17.12", |       "version": "7.18.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.17.12.tgz", |       "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.2.tgz", | ||||||
|       "integrity": "sha512-kAKJ7DX1dSRa2s7WN1xUAuaQmkTpN+uig4wCKWivVXIObqGbVTUlSavHyfI2iZvz89GFAMGm9p2DBJ4Y1Tp0hw==", |       "integrity": "sha512-/cmuBVw9sZBGZVOMkpAEaVLwm4JmK2GZ1dFKOGGpMzEHWFmyZZ59lUU0PdRr8YNYeQdNzTDwuxP2X2gzydTc9g==", | ||||||
|       "dev": true, |       "dev": true, | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@babel/helper-plugin-utils": "^7.17.12" |         "@babel/helper-plugin-utils": "^7.17.12" | ||||||
| @@ -1632,13 +1629,13 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@babel/preset-env": { |     "node_modules/@babel/preset-env": { | ||||||
|       "version": "7.18.0", |       "version": "7.18.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.18.0.tgz", |       "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.18.2.tgz", | ||||||
|       "integrity": "sha512-cP74OMs7ECLPeG1reiCQ/D/ypyOxgfm8uR6HRYV23vTJ7Lu1nbgj9DQDo/vH59gnn7GOAwtTDPPYV4aXzsMKHA==", |       "integrity": "sha512-PfpdxotV6afmXMU47S08F9ZKIm2bJIQ0YbAAtDfIENX7G1NUAXigLREh69CWDjtgUy7dYn7bsMzkgdtAlmS68Q==", | ||||||
|       "dev": true, |       "dev": true, | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@babel/compat-data": "^7.17.10", |         "@babel/compat-data": "^7.17.10", | ||||||
|         "@babel/helper-compilation-targets": "^7.17.10", |         "@babel/helper-compilation-targets": "^7.18.2", | ||||||
|         "@babel/helper-plugin-utils": "^7.17.12", |         "@babel/helper-plugin-utils": "^7.17.12", | ||||||
|         "@babel/helper-validator-option": "^7.16.7", |         "@babel/helper-validator-option": "^7.16.7", | ||||||
|         "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.17.12", |         "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.17.12", | ||||||
| @@ -1683,12 +1680,12 @@ | |||||||
|         "@babel/plugin-transform-dotall-regex": "^7.16.7", |         "@babel/plugin-transform-dotall-regex": "^7.16.7", | ||||||
|         "@babel/plugin-transform-duplicate-keys": "^7.17.12", |         "@babel/plugin-transform-duplicate-keys": "^7.17.12", | ||||||
|         "@babel/plugin-transform-exponentiation-operator": "^7.16.7", |         "@babel/plugin-transform-exponentiation-operator": "^7.16.7", | ||||||
|         "@babel/plugin-transform-for-of": "^7.17.12", |         "@babel/plugin-transform-for-of": "^7.18.1", | ||||||
|         "@babel/plugin-transform-function-name": "^7.16.7", |         "@babel/plugin-transform-function-name": "^7.16.7", | ||||||
|         "@babel/plugin-transform-literals": "^7.17.12", |         "@babel/plugin-transform-literals": "^7.17.12", | ||||||
|         "@babel/plugin-transform-member-expression-literals": "^7.16.7", |         "@babel/plugin-transform-member-expression-literals": "^7.16.7", | ||||||
|         "@babel/plugin-transform-modules-amd": "^7.18.0", |         "@babel/plugin-transform-modules-amd": "^7.18.0", | ||||||
|         "@babel/plugin-transform-modules-commonjs": "^7.18.0", |         "@babel/plugin-transform-modules-commonjs": "^7.18.2", | ||||||
|         "@babel/plugin-transform-modules-systemjs": "^7.18.0", |         "@babel/plugin-transform-modules-systemjs": "^7.18.0", | ||||||
|         "@babel/plugin-transform-modules-umd": "^7.18.0", |         "@babel/plugin-transform-modules-umd": "^7.18.0", | ||||||
|         "@babel/plugin-transform-named-capturing-groups-regex": "^7.17.12", |         "@babel/plugin-transform-named-capturing-groups-regex": "^7.17.12", | ||||||
| @@ -1701,12 +1698,12 @@ | |||||||
|         "@babel/plugin-transform-shorthand-properties": "^7.16.7", |         "@babel/plugin-transform-shorthand-properties": "^7.16.7", | ||||||
|         "@babel/plugin-transform-spread": "^7.17.12", |         "@babel/plugin-transform-spread": "^7.17.12", | ||||||
|         "@babel/plugin-transform-sticky-regex": "^7.16.7", |         "@babel/plugin-transform-sticky-regex": "^7.16.7", | ||||||
|         "@babel/plugin-transform-template-literals": "^7.17.12", |         "@babel/plugin-transform-template-literals": "^7.18.2", | ||||||
|         "@babel/plugin-transform-typeof-symbol": "^7.17.12", |         "@babel/plugin-transform-typeof-symbol": "^7.17.12", | ||||||
|         "@babel/plugin-transform-unicode-escapes": "^7.16.7", |         "@babel/plugin-transform-unicode-escapes": "^7.16.7", | ||||||
|         "@babel/plugin-transform-unicode-regex": "^7.16.7", |         "@babel/plugin-transform-unicode-regex": "^7.16.7", | ||||||
|         "@babel/preset-modules": "^0.1.5", |         "@babel/preset-modules": "^0.1.5", | ||||||
|         "@babel/types": "^7.18.0", |         "@babel/types": "^7.18.2", | ||||||
|         "babel-plugin-polyfill-corejs2": "^0.3.0", |         "babel-plugin-polyfill-corejs2": "^0.3.0", | ||||||
|         "babel-plugin-polyfill-corejs3": "^0.5.0", |         "babel-plugin-polyfill-corejs3": "^0.5.0", | ||||||
|         "babel-plugin-polyfill-regenerator": "^0.3.0", |         "babel-plugin-polyfill-regenerator": "^0.3.0", | ||||||
| @@ -1816,18 +1813,18 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@babel/traverse": { |     "node_modules/@babel/traverse": { | ||||||
|       "version": "7.18.0", |       "version": "7.18.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.0.tgz", |       "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.2.tgz", | ||||||
|       "integrity": "sha512-oNOO4vaoIQoGjDQ84LgtF/IAlxlyqL4TUuoQ7xLkQETFaHkY1F7yazhB4Kt3VcZGL0ZF/jhrEpnXqUb0M7V3sw==", |       "integrity": "sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA==", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@babel/code-frame": "^7.16.7", |         "@babel/code-frame": "^7.16.7", | ||||||
|         "@babel/generator": "^7.18.0", |         "@babel/generator": "^7.18.2", | ||||||
|         "@babel/helper-environment-visitor": "^7.16.7", |         "@babel/helper-environment-visitor": "^7.18.2", | ||||||
|         "@babel/helper-function-name": "^7.17.9", |         "@babel/helper-function-name": "^7.17.9", | ||||||
|         "@babel/helper-hoist-variables": "^7.16.7", |         "@babel/helper-hoist-variables": "^7.16.7", | ||||||
|         "@babel/helper-split-export-declaration": "^7.16.7", |         "@babel/helper-split-export-declaration": "^7.16.7", | ||||||
|         "@babel/parser": "^7.18.0", |         "@babel/parser": "^7.18.0", | ||||||
|         "@babel/types": "^7.18.0", |         "@babel/types": "^7.18.2", | ||||||
|         "debug": "^4.1.0", |         "debug": "^4.1.0", | ||||||
|         "globals": "^11.1.0" |         "globals": "^11.1.0" | ||||||
|       }, |       }, | ||||||
| @@ -1836,9 +1833,9 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@babel/types": { |     "node_modules/@babel/types": { | ||||||
|       "version": "7.18.0", |       "version": "7.18.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.0.tgz", |       "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.2.tgz", | ||||||
|       "integrity": "sha512-vhAmLPAiC8j9K2GnsnLPCIH5wCrPpYIVBCWRBFDCB7Y/BXLqi/O+1RSTTM2bsmg6U/551+FCf9PNPxjABmxHTw==", |       "integrity": "sha512-0On6B8A4/+mFUto5WERt3EEuG1NznDirvwca1O8UwXQHVY8g3R7OzYgxXdOfMwLO08UrpUD/2+3Bclyq+/C94Q==", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@babel/helper-validator-identifier": "^7.16.7", |         "@babel/helper-validator-identifier": "^7.16.7", | ||||||
|         "to-fast-properties": "^2.0.0" |         "to-fast-properties": "^2.0.0" | ||||||
| @@ -14394,9 +14391,9 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/typescript": { |     "node_modules/typescript": { | ||||||
|       "version": "4.6.4", |       "version": "4.7.2", | ||||||
|       "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz", |       "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz", | ||||||
|       "integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==", |       "integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==", | ||||||
|       "dev": true, |       "dev": true, | ||||||
|       "bin": { |       "bin": { | ||||||
|         "tsc": "bin/tsc", |         "tsc": "bin/tsc", | ||||||
| @@ -15625,20 +15622,20 @@ | |||||||
|       "integrity": "sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==" |       "integrity": "sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==" | ||||||
|     }, |     }, | ||||||
|     "@babel/core": { |     "@babel/core": { | ||||||
|       "version": "7.18.0", |       "version": "7.18.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.0.tgz", |       "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.2.tgz", | ||||||
|       "integrity": "sha512-Xyw74OlJwDijToNi0+6BBI5mLLR5+5R3bcSH80LXzjzEGEUlvNzujEE71BaD/ApEZHAvFI/Mlmp4M5lIkdeeWw==", |       "integrity": "sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==", | ||||||
|       "requires": { |       "requires": { | ||||||
|         "@ampproject/remapping": "^2.1.0", |         "@ampproject/remapping": "^2.1.0", | ||||||
|         "@babel/code-frame": "^7.16.7", |         "@babel/code-frame": "^7.16.7", | ||||||
|         "@babel/generator": "^7.18.0", |         "@babel/generator": "^7.18.2", | ||||||
|         "@babel/helper-compilation-targets": "^7.17.10", |         "@babel/helper-compilation-targets": "^7.18.2", | ||||||
|         "@babel/helper-module-transforms": "^7.18.0", |         "@babel/helper-module-transforms": "^7.18.0", | ||||||
|         "@babel/helpers": "^7.18.0", |         "@babel/helpers": "^7.18.2", | ||||||
|         "@babel/parser": "^7.18.0", |         "@babel/parser": "^7.18.0", | ||||||
|         "@babel/template": "^7.16.7", |         "@babel/template": "^7.16.7", | ||||||
|         "@babel/traverse": "^7.18.0", |         "@babel/traverse": "^7.18.2", | ||||||
|         "@babel/types": "^7.18.0", |         "@babel/types": "^7.18.2", | ||||||
|         "convert-source-map": "^1.7.0", |         "convert-source-map": "^1.7.0", | ||||||
|         "debug": "^4.1.0", |         "debug": "^4.1.0", | ||||||
|         "gensync": "^1.0.0-beta.2", |         "gensync": "^1.0.0-beta.2", | ||||||
| @@ -15647,11 +15644,11 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "@babel/generator": { |     "@babel/generator": { | ||||||
|       "version": "7.18.0", |       "version": "7.18.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.0.tgz", |       "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.2.tgz", | ||||||
|       "integrity": "sha512-81YO9gGx6voPXlvYdZBliFXAZU8vZ9AZ6z+CjlmcnaeOcYSFbMTpdeDUO9xD9dh/68Vq03I8ZspfUTPfitcDHg==", |       "integrity": "sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==", | ||||||
|       "requires": { |       "requires": { | ||||||
|         "@babel/types": "^7.18.0", |         "@babel/types": "^7.18.2", | ||||||
|         "@jridgewell/gen-mapping": "^0.3.0", |         "@jridgewell/gen-mapping": "^0.3.0", | ||||||
|         "jsesc": "^2.5.1" |         "jsesc": "^2.5.1" | ||||||
|       }, |       }, | ||||||
| @@ -15688,9 +15685,9 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "@babel/helper-compilation-targets": { |     "@babel/helper-compilation-targets": { | ||||||
|       "version": "7.17.10", |       "version": "7.18.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.10.tgz", |       "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.2.tgz", | ||||||
|       "integrity": "sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==", |       "integrity": "sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ==", | ||||||
|       "requires": { |       "requires": { | ||||||
|         "@babel/compat-data": "^7.17.10", |         "@babel/compat-data": "^7.17.10", | ||||||
|         "@babel/helper-validator-option": "^7.16.7", |         "@babel/helper-validator-option": "^7.16.7", | ||||||
| @@ -15740,12 +15737,9 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "@babel/helper-environment-visitor": { |     "@babel/helper-environment-visitor": { | ||||||
|       "version": "7.16.7", |       "version": "7.18.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", |       "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz", | ||||||
|       "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", |       "integrity": "sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==" | ||||||
|       "requires": { |  | ||||||
|         "@babel/types": "^7.16.7" |  | ||||||
|       } |  | ||||||
|     }, |     }, | ||||||
|     "@babel/helper-explode-assignable-expression": { |     "@babel/helper-explode-assignable-expression": { | ||||||
|       "version": "7.16.7", |       "version": "7.16.7", | ||||||
| @@ -15845,11 +15839,11 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "@babel/helper-simple-access": { |     "@babel/helper-simple-access": { | ||||||
|       "version": "7.17.7", |       "version": "7.18.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz", |       "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.18.2.tgz", | ||||||
|       "integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==", |       "integrity": "sha512-7LIrjYzndorDY88MycupkpQLKS1AFfsVRm2k/9PtKScSy5tZq0McZTj+DiMRynboZfIqOKvo03pmhTaUgiD6fQ==", | ||||||
|       "requires": { |       "requires": { | ||||||
|         "@babel/types": "^7.17.0" |         "@babel/types": "^7.18.2" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "@babel/helper-skip-transparent-expression-wrappers": { |     "@babel/helper-skip-transparent-expression-wrappers": { | ||||||
| @@ -15892,13 +15886,13 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "@babel/helpers": { |     "@babel/helpers": { | ||||||
|       "version": "7.18.0", |       "version": "7.18.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.0.tgz", |       "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.2.tgz", | ||||||
|       "integrity": "sha512-AE+HMYhmlMIbho9nbvicHyxFwhrO+xhKB6AhRxzl8w46Yj0VXTZjEsAoBVC7rB2I0jzX+yWyVybnO08qkfx6kg==", |       "integrity": "sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==", | ||||||
|       "requires": { |       "requires": { | ||||||
|         "@babel/template": "^7.16.7", |         "@babel/template": "^7.16.7", | ||||||
|         "@babel/traverse": "^7.18.0", |         "@babel/traverse": "^7.18.2", | ||||||
|         "@babel/types": "^7.18.0" |         "@babel/types": "^7.18.2" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "@babel/highlight": { |     "@babel/highlight": { | ||||||
| @@ -16416,14 +16410,14 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "@babel/plugin-transform-modules-commonjs": { |     "@babel/plugin-transform-modules-commonjs": { | ||||||
|       "version": "7.18.0", |       "version": "7.18.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.0.tgz", |       "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.2.tgz", | ||||||
|       "integrity": "sha512-cCeR0VZWtfxWS4YueAK2qtHtBPJRSaJcMlbS8jhSIm/A3E2Kpro4W1Dn4cqJtp59dtWfXjQwK7SPKF8ghs7rlw==", |       "integrity": "sha512-f5A865gFPAJAEE0K7F/+nm5CmAE3y8AWlMBG9unu5j9+tk50UQVK0QS8RNxSp7MJf0wh97uYyLWt3Zvu71zyOQ==", | ||||||
|       "dev": true, |       "dev": true, | ||||||
|       "requires": { |       "requires": { | ||||||
|         "@babel/helper-module-transforms": "^7.18.0", |         "@babel/helper-module-transforms": "^7.18.0", | ||||||
|         "@babel/helper-plugin-utils": "^7.17.12", |         "@babel/helper-plugin-utils": "^7.17.12", | ||||||
|         "@babel/helper-simple-access": "^7.17.7", |         "@babel/helper-simple-access": "^7.18.2", | ||||||
|         "babel-plugin-dynamic-import-node": "^2.3.3" |         "babel-plugin-dynamic-import-node": "^2.3.3" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
| @@ -16586,9 +16580,9 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "@babel/plugin-transform-template-literals": { |     "@babel/plugin-transform-template-literals": { | ||||||
|       "version": "7.17.12", |       "version": "7.18.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.17.12.tgz", |       "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.2.tgz", | ||||||
|       "integrity": "sha512-kAKJ7DX1dSRa2s7WN1xUAuaQmkTpN+uig4wCKWivVXIObqGbVTUlSavHyfI2iZvz89GFAMGm9p2DBJ4Y1Tp0hw==", |       "integrity": "sha512-/cmuBVw9sZBGZVOMkpAEaVLwm4JmK2GZ1dFKOGGpMzEHWFmyZZ59lUU0PdRr8YNYeQdNzTDwuxP2X2gzydTc9g==", | ||||||
|       "dev": true, |       "dev": true, | ||||||
|       "requires": { |       "requires": { | ||||||
|         "@babel/helper-plugin-utils": "^7.17.12" |         "@babel/helper-plugin-utils": "^7.17.12" | ||||||
| @@ -16634,13 +16628,13 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "@babel/preset-env": { |     "@babel/preset-env": { | ||||||
|       "version": "7.18.0", |       "version": "7.18.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.18.0.tgz", |       "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.18.2.tgz", | ||||||
|       "integrity": "sha512-cP74OMs7ECLPeG1reiCQ/D/ypyOxgfm8uR6HRYV23vTJ7Lu1nbgj9DQDo/vH59gnn7GOAwtTDPPYV4aXzsMKHA==", |       "integrity": "sha512-PfpdxotV6afmXMU47S08F9ZKIm2bJIQ0YbAAtDfIENX7G1NUAXigLREh69CWDjtgUy7dYn7bsMzkgdtAlmS68Q==", | ||||||
|       "dev": true, |       "dev": true, | ||||||
|       "requires": { |       "requires": { | ||||||
|         "@babel/compat-data": "^7.17.10", |         "@babel/compat-data": "^7.17.10", | ||||||
|         "@babel/helper-compilation-targets": "^7.17.10", |         "@babel/helper-compilation-targets": "^7.18.2", | ||||||
|         "@babel/helper-plugin-utils": "^7.17.12", |         "@babel/helper-plugin-utils": "^7.17.12", | ||||||
|         "@babel/helper-validator-option": "^7.16.7", |         "@babel/helper-validator-option": "^7.16.7", | ||||||
|         "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.17.12", |         "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.17.12", | ||||||
| @@ -16685,12 +16679,12 @@ | |||||||
|         "@babel/plugin-transform-dotall-regex": "^7.16.7", |         "@babel/plugin-transform-dotall-regex": "^7.16.7", | ||||||
|         "@babel/plugin-transform-duplicate-keys": "^7.17.12", |         "@babel/plugin-transform-duplicate-keys": "^7.17.12", | ||||||
|         "@babel/plugin-transform-exponentiation-operator": "^7.16.7", |         "@babel/plugin-transform-exponentiation-operator": "^7.16.7", | ||||||
|         "@babel/plugin-transform-for-of": "^7.17.12", |         "@babel/plugin-transform-for-of": "^7.18.1", | ||||||
|         "@babel/plugin-transform-function-name": "^7.16.7", |         "@babel/plugin-transform-function-name": "^7.16.7", | ||||||
|         "@babel/plugin-transform-literals": "^7.17.12", |         "@babel/plugin-transform-literals": "^7.17.12", | ||||||
|         "@babel/plugin-transform-member-expression-literals": "^7.16.7", |         "@babel/plugin-transform-member-expression-literals": "^7.16.7", | ||||||
|         "@babel/plugin-transform-modules-amd": "^7.18.0", |         "@babel/plugin-transform-modules-amd": "^7.18.0", | ||||||
|         "@babel/plugin-transform-modules-commonjs": "^7.18.0", |         "@babel/plugin-transform-modules-commonjs": "^7.18.2", | ||||||
|         "@babel/plugin-transform-modules-systemjs": "^7.18.0", |         "@babel/plugin-transform-modules-systemjs": "^7.18.0", | ||||||
|         "@babel/plugin-transform-modules-umd": "^7.18.0", |         "@babel/plugin-transform-modules-umd": "^7.18.0", | ||||||
|         "@babel/plugin-transform-named-capturing-groups-regex": "^7.17.12", |         "@babel/plugin-transform-named-capturing-groups-regex": "^7.17.12", | ||||||
| @@ -16703,12 +16697,12 @@ | |||||||
|         "@babel/plugin-transform-shorthand-properties": "^7.16.7", |         "@babel/plugin-transform-shorthand-properties": "^7.16.7", | ||||||
|         "@babel/plugin-transform-spread": "^7.17.12", |         "@babel/plugin-transform-spread": "^7.17.12", | ||||||
|         "@babel/plugin-transform-sticky-regex": "^7.16.7", |         "@babel/plugin-transform-sticky-regex": "^7.16.7", | ||||||
|         "@babel/plugin-transform-template-literals": "^7.17.12", |         "@babel/plugin-transform-template-literals": "^7.18.2", | ||||||
|         "@babel/plugin-transform-typeof-symbol": "^7.17.12", |         "@babel/plugin-transform-typeof-symbol": "^7.17.12", | ||||||
|         "@babel/plugin-transform-unicode-escapes": "^7.16.7", |         "@babel/plugin-transform-unicode-escapes": "^7.16.7", | ||||||
|         "@babel/plugin-transform-unicode-regex": "^7.16.7", |         "@babel/plugin-transform-unicode-regex": "^7.16.7", | ||||||
|         "@babel/preset-modules": "^0.1.5", |         "@babel/preset-modules": "^0.1.5", | ||||||
|         "@babel/types": "^7.18.0", |         "@babel/types": "^7.18.2", | ||||||
|         "babel-plugin-polyfill-corejs2": "^0.3.0", |         "babel-plugin-polyfill-corejs2": "^0.3.0", | ||||||
|         "babel-plugin-polyfill-corejs3": "^0.5.0", |         "babel-plugin-polyfill-corejs3": "^0.5.0", | ||||||
|         "babel-plugin-polyfill-regenerator": "^0.3.0", |         "babel-plugin-polyfill-regenerator": "^0.3.0", | ||||||
| @@ -16785,26 +16779,26 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "@babel/traverse": { |     "@babel/traverse": { | ||||||
|       "version": "7.18.0", |       "version": "7.18.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.0.tgz", |       "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.2.tgz", | ||||||
|       "integrity": "sha512-oNOO4vaoIQoGjDQ84LgtF/IAlxlyqL4TUuoQ7xLkQETFaHkY1F7yazhB4Kt3VcZGL0ZF/jhrEpnXqUb0M7V3sw==", |       "integrity": "sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA==", | ||||||
|       "requires": { |       "requires": { | ||||||
|         "@babel/code-frame": "^7.16.7", |         "@babel/code-frame": "^7.16.7", | ||||||
|         "@babel/generator": "^7.18.0", |         "@babel/generator": "^7.18.2", | ||||||
|         "@babel/helper-environment-visitor": "^7.16.7", |         "@babel/helper-environment-visitor": "^7.18.2", | ||||||
|         "@babel/helper-function-name": "^7.17.9", |         "@babel/helper-function-name": "^7.17.9", | ||||||
|         "@babel/helper-hoist-variables": "^7.16.7", |         "@babel/helper-hoist-variables": "^7.16.7", | ||||||
|         "@babel/helper-split-export-declaration": "^7.16.7", |         "@babel/helper-split-export-declaration": "^7.16.7", | ||||||
|         "@babel/parser": "^7.18.0", |         "@babel/parser": "^7.18.0", | ||||||
|         "@babel/types": "^7.18.0", |         "@babel/types": "^7.18.2", | ||||||
|         "debug": "^4.1.0", |         "debug": "^4.1.0", | ||||||
|         "globals": "^11.1.0" |         "globals": "^11.1.0" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "@babel/types": { |     "@babel/types": { | ||||||
|       "version": "7.18.0", |       "version": "7.18.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.0.tgz", |       "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.2.tgz", | ||||||
|       "integrity": "sha512-vhAmLPAiC8j9K2GnsnLPCIH5wCrPpYIVBCWRBFDCB7Y/BXLqi/O+1RSTTM2bsmg6U/551+FCf9PNPxjABmxHTw==", |       "integrity": "sha512-0On6B8A4/+mFUto5WERt3EEuG1NznDirvwca1O8UwXQHVY8g3R7OzYgxXdOfMwLO08UrpUD/2+3Bclyq+/C94Q==", | ||||||
|       "requires": { |       "requires": { | ||||||
|         "@babel/helper-validator-identifier": "^7.16.7", |         "@babel/helper-validator-identifier": "^7.16.7", | ||||||
|         "to-fast-properties": "^2.0.0" |         "to-fast-properties": "^2.0.0" | ||||||
| @@ -26146,9 +26140,9 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "typescript": { |     "typescript": { | ||||||
|       "version": "4.6.4", |       "version": "4.7.2", | ||||||
|       "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz", |       "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz", | ||||||
|       "integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==", |       "integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==", | ||||||
|       "dev": true |       "dev": true | ||||||
|     }, |     }, | ||||||
|     "unbox-primitive": { |     "unbox-primitive": { | ||||||
|   | |||||||
							
								
								
									
										13
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								package.json
									
									
									
									
									
								
							| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "@aleleba/create-react-ssr", |   "name": "@aleleba/create-react-ssr", | ||||||
|   "version": "2.0.8", |   "version": "2.0.9", | ||||||
|   "description": "Starter Kit of server side render of react", |   "description": "Starter Kit of server side render of react", | ||||||
|   "bin": "./bin/cli.js", |   "bin": "./bin/cli.js", | ||||||
|   "main": "src/server/index", |   "main": "src/server/index", | ||||||
| @@ -18,8 +18,11 @@ | |||||||
|     "url": "git+https://github.com/aleleba/create-react-ssr.git" |     "url": "git+https://github.com/aleleba/create-react-ssr.git" | ||||||
|   }, |   }, | ||||||
|   "keywords": [ |   "keywords": [ | ||||||
|  |     "create react app", | ||||||
|     "react", |     "react", | ||||||
|     "ssr" |     "ssr", | ||||||
|  |     "typescript", | ||||||
|  |     "redux" | ||||||
|   ], |   ], | ||||||
|   "author": "Alejandro Lembke Barrientos", |   "author": "Alejandro Lembke Barrientos", | ||||||
|   "license": "MIT", |   "license": "MIT", | ||||||
| @@ -56,8 +59,8 @@ | |||||||
|     "workbox-streams": "^6.5.3" |     "workbox-streams": "^6.5.3" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/core": "^7.18.0", |     "@babel/core": "^7.18.2", | ||||||
|     "@babel/preset-env": "^7.18.0", |     "@babel/preset-env": "^7.18.2", | ||||||
|     "@babel/preset-react": "^7.17.12", |     "@babel/preset-react": "^7.17.12", | ||||||
|     "@babel/preset-typescript": "^7.17.12", |     "@babel/preset-typescript": "^7.17.12", | ||||||
|     "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7", |     "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7", | ||||||
| @@ -96,7 +99,7 @@ | |||||||
|     "style-loader": "^3.3.1", |     "style-loader": "^3.3.1", | ||||||
|     "terser-webpack-plugin": "^5.3.1", |     "terser-webpack-plugin": "^5.3.1", | ||||||
|     "ts-loader": "^9.3.0", |     "ts-loader": "^9.3.0", | ||||||
|     "typescript": "^4.6.4", |     "typescript": "^4.7.2", | ||||||
|     "url-loader": "^4.1.1", |     "url-loader": "^4.1.1", | ||||||
|     "webpack-cli": "^4.9.2", |     "webpack-cli": "^4.9.2", | ||||||
|     "webpack-dev-middleware": "^5.3.3", |     "webpack-dev-middleware": "^5.3.3", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user