|
23 | 23 | "test:e2e": "jest --config ./test/jest-e2e.json"
|
24 | 24 | },
|
25 | 25 | "dependencies": {
|
26 |
| - "@chakra-ui/react": "^2.4.2", |
27 |
| - "@chakra-ui/styled-system": "^2.4.0", |
| 26 | + "@chakra-ui/react": "^2.5.2", |
| 27 | + "@chakra-ui/styled-system": "^2.8.0", |
28 | 28 | "@emotion/cache": "^11.10.5",
|
29 |
| - "@emotion/react": "^11.10.5", |
30 |
| - "@emotion/styled": "^11.10.5", |
| 29 | + "@emotion/react": "^11.10.6", |
| 30 | + "@emotion/styled": "^11.10.6", |
31 | 31 | "@fullstack-nest-react-ssr/axios": "workspace:*",
|
32 | 32 | "@fullstack-nest-react-ssr/chakra": "workspace:*",
|
33 | 33 | "@fullstack-nest-react-ssr/env": "workspace:*",
|
34 | 34 | "@nestjs/common": "^9.0.0",
|
35 | 35 | "@nestjs/config": "^2.2.0",
|
36 | 36 | "@nestjs/core": "^9.0.0",
|
37 | 37 | "@nestjs/platform-express": "^9.0.0",
|
38 |
| - "@reduxjs/toolkit": "^1.9.1", |
| 38 | + "@reduxjs/toolkit": "^1.9.3", |
39 | 39 | "axios": "^0.27.2",
|
40 | 40 | "cookie-parser": "^1.4.6",
|
41 | 41 | "dotenv": "^16.0.0",
|
42 | 42 | "express": "^4.18.2",
|
43 | 43 | "framer-motion": "^6.5.1",
|
44 | 44 | "js-cookie": "^3.0.1",
|
45 | 45 | "lodash-es": "^4.17.21",
|
46 |
| - "pino": "^8.7.0", |
47 |
| - "pino-pretty": "^9.1.0", |
| 46 | + "pino": "^8.11.0", |
| 47 | + "pino-pretty": "^10.0.0", |
48 | 48 | "react": "^18.2.0",
|
49 | 49 | "react-dom": "^18.2.0",
|
50 | 50 | "react-helmet-async": "^1.3.0",
|
51 |
| - "react-intl": "^6.2.5", |
| 51 | + "react-intl": "^6.3.2", |
52 | 52 | "react-redux": "^8.0.5",
|
53 |
| - "react-router": "^6.4.4", |
54 |
| - "react-router-dom": "^6.4.4", |
55 |
| - "redux": "^4.2.0", |
| 53 | + "react-router": "^6.10.0", |
| 54 | + "react-router-dom": "^6.10.0", |
| 55 | + "redux": "^4.2.1", |
56 | 56 | "reflect-metadata": "^0.1.13",
|
57 | 57 | "rimraf": "^3.0.2",
|
58 |
| - "rxjs": "^7.5.5" |
| 58 | + "rxjs": "^7.8.0" |
59 | 59 | },
|
60 | 60 | "devDependencies": {
|
61 |
| - "@babel/core": "^7.20.5", |
62 |
| - "@babel/plugin-proposal-decorators": "7.20.5", |
| 61 | + "@babel/core": "^7.21.4", |
| 62 | + "@babel/plugin-proposal-decorators": "7.21.0", |
63 | 63 | "@babel/plugin-proposal-export-default-from": "7.18.10",
|
64 |
| - "@babel/plugin-transform-runtime": "^7.19.6", |
65 |
| - "@babel/preset-env": "^7.20.2", |
| 64 | + "@babel/plugin-transform-runtime": "^7.21.4", |
| 65 | + "@babel/preset-env": "^7.21.4", |
66 | 66 | "@babel/preset-react": "^7.18.6",
|
67 |
| - "@babel/preset-typescript": "^7.18.6", |
68 |
| - "@babel/runtime": "^7.20.6", |
| 67 | + "@babel/preset-typescript": "^7.21.4", |
| 68 | + "@babel/runtime": "^7.21.0", |
69 | 69 | "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
|
70 |
| - "@swc/core": "^1.3.21", |
71 |
| - "@swc/helpers": "^0.4.14", |
| 70 | + "@swc/core": "^1.3.46", |
| 71 | + "@swc/helpers": "^0.5.0", |
72 | 72 | "@nestjs/cli": "^9.0.0",
|
73 | 73 | "@nestjs/schematics": "^9.0.0",
|
74 | 74 | "@nestjs/testing": "^9.0.0",
|
75 |
| - "@types/express": "^4.17.14", |
| 75 | + "@types/express": "^4.17.17", |
76 | 76 | "@types/jest": "^29.0.3",
|
77 |
| - "@types/js-cookie": "^3.0.2", |
78 |
| - "@types/lodash": "^4.14.191", |
79 |
| - "@types/node": "^18.11.10", |
80 |
| - "@types/react": "^18.0.26", |
81 |
| - "@types/react-dom": "^18.0.9", |
| 77 | + "@types/js-cookie": "^3.0.3", |
| 78 | + "@types/lodash": "^4.14.192", |
| 79 | + "@types/node": "^18.15.11", |
| 80 | + "@types/react": "^18.0.33", |
| 81 | + "@types/react-dom": "^18.0.11", |
82 | 82 | "@types/supertest": "^2.0.12",
|
83 | 83 | "@types/webpack-env": "^1.18.0",
|
84 | 84 | "@types/webpack-hot-middleware": "^2.25.6",
|
85 |
| - "@types/webpack-node-externals": "^2.5.3", |
86 |
| - "@typescript-eslint/eslint-plugin": "^5.45.0", |
87 |
| - "@typescript-eslint/parser": "^5.45.0", |
88 |
| - "@vitejs/plugin-legacy": "^3.0.0", |
89 |
| - "@vitejs/plugin-react": "^2.2.0", |
90 |
| - "autoprefixer": "^10.4.13", |
| 85 | + "@types/webpack-node-externals": "^3.0.0", |
| 86 | + "@typescript-eslint/eslint-plugin": "^5.55.0", |
| 87 | + "@typescript-eslint/parser": "^5.55.0", |
| 88 | + "@vitejs/plugin-legacy": "^4.0.2", |
| 89 | + "@vitejs/plugin-react": "^3.1.0", |
| 90 | + "autoprefixer": "^10.4.14", |
91 | 91 | "axios": "^0.27.2",
|
92 | 92 | "babel-jest": "^29.0.3",
|
93 |
| - "babel-loader": "^9.1.0", |
94 |
| - "browserslist": "^4.21.4", |
95 |
| - "core-js": "^3.26.0", |
| 93 | + "babel-loader": "^9.1.2", |
| 94 | + "browserslist": "^4.21.5", |
| 95 | + "core-js": "^3.30.0", |
96 | 96 | "cross-env": "^7.0.3",
|
97 |
| - "css-loader": "^6.7.2", |
98 |
| - "css-minimizer-webpack-plugin": "^4.2.2", |
99 |
| - "esbuild": "^0.15.8", |
100 |
| - "esbuild-loader": "^2.20.0", |
101 |
| - "eslint": "^8.23.0", |
102 |
| - "eslint-config-prettier": "^8.5.0", |
103 |
| - "eslint-import-resolver-typescript": "^3.5.2", |
104 |
| - "eslint-plugin-import": "^2.26.0", |
105 |
| - "eslint-plugin-jsx-a11y": "^6.6.1", |
| 97 | + "css-loader": "^6.7.3", |
| 98 | + "css-minimizer-webpack-plugin": "^5.0.0", |
| 99 | + "esbuild-loader": "^3.0.1", |
| 100 | + "eslint": "^8.37.0", |
| 101 | + "eslint-config-prettier": "^8.8.0", |
| 102 | + "eslint-import-resolver-typescript": "^3.5.5", |
| 103 | + "eslint-plugin-import": "^2.27.5", |
| 104 | + "eslint-plugin-jsx-a11y": "^6.7.1", |
106 | 105 | "eslint-plugin-prettier": "^4.2.1",
|
107 |
| - "eslint-plugin-react": "^7.31.11", |
| 106 | + "eslint-plugin-react": "^7.32.2", |
108 | 107 | "eslint-plugin-react-hooks": "^4.6.0",
|
109 |
| - "eslint-webpack-plugin": "^3.2.0", |
| 108 | + "eslint-webpack-plugin": "^4.0.0", |
110 | 109 | "file-loader": "^6.2.0",
|
111 |
| - "fork-ts-checker-webpack-plugin": "^7.2.13", |
| 110 | + "fork-ts-checker-webpack-plugin": "^8.0.0", |
112 | 111 | "identity-obj-proxy": "^3.0.0",
|
113 | 112 | "jest": "^29.0.3",
|
114 | 113 | "jest-environment-jsdom": "^29.0.3",
|
115 | 114 | "lodash": "^4.17.21",
|
116 |
| - "mini-css-extract-plugin": "^2.7.1", |
117 |
| - "postcss": "^8.4.19", |
118 |
| - "postcss-loader": "^7.0.2", |
119 |
| - "prettier": "^2.8.0", |
| 115 | + "mini-css-extract-plugin": "^2.7.5", |
| 116 | + "postcss": "^8.4.21", |
| 117 | + "postcss-loader": "^7.2.4", |
| 118 | + "prettier": "^2.8.7", |
120 | 119 | "react-refresh": "^0.14.0",
|
121 | 120 | "regenerator-runtime": "^0.13.11",
|
122 |
| - "sass": "^1.56.1", |
123 |
| - "sass-loader": "^13.2.0", |
| 121 | + "sass": "^1.61.0", |
| 122 | + "sass-loader": "^13.2.2", |
124 | 123 | "source-map-support": "^0.5.21",
|
125 |
| - "style-loader": "^3.3.1", |
| 124 | + "style-loader": "^3.3.2", |
126 | 125 | "supertest": "^6.3.2",
|
127 | 126 | "swc-loader": "^0.2.3",
|
128 |
| - "terser": "^5.16.1", |
| 127 | + "terser": "^5.16.8", |
129 | 128 | "thread-loader": "^3.0.4",
|
130 | 129 | "ts-jest": "^29.0.1",
|
131 | 130 | "ts-loader": "^9.4.2",
|
132 | 131 | "ts-node": "^10.9.1",
|
133 |
| - "tsconfig-paths": "^4.1.1", |
| 132 | + "tsconfig-paths": "^4.2.0", |
134 | 133 | "typescript": "^4.7.4",
|
135 |
| - "vite": "^3.2.4", |
136 |
| - "vite-plugin-dynamic-import": "^1.2.4", |
137 |
| - "webpack": "^5.75.0", |
138 |
| - "webpack-bundle-analyzer": "^4.7.0", |
139 |
| - "webpack-dev-middleware": "^6.0.1", |
140 |
| - "webpack-dev-server": "^4.11.1", |
| 134 | + "vite": "^4.2.1", |
| 135 | + "vite-plugin-dynamic-import": "^1.2.7", |
| 136 | + "webpack": "^5.78.0", |
| 137 | + "webpack-bundle-analyzer": "^4.8.0", |
| 138 | + "webpack-dev-middleware": "^6.0.2", |
| 139 | + "webpack-dev-server": "^4.13.2", |
141 | 140 | "webpack-hot-middleware": "^2.25.3",
|
142 | 141 | "webpack-manifest-plugin": "^5.0.0",
|
143 | 142 | "webpack-merge": "^5.8.0",
|
|
0 commit comments