|
36 | 36 | ], |
37 | 37 | "dependencies": { |
38 | 38 | "classnames": "^2.3.1", |
39 | | - "nanoid": "^3.3.4" |
| 39 | + "nanoid": "^4.0.0" |
40 | 40 | }, |
41 | 41 | "peerDependencies": { |
42 | 42 | "react": "^17.0.0", |
|
97 | 97 | "@babel/runtime": "^7.18.3", |
98 | 98 | "@testing-library/jest-dom": "^5.16.4", |
99 | 99 | "@testing-library/react": "^13.3.0", |
100 | | - "@types/react": "^18.0.9", |
| 100 | + "@types/react": "^18.0.12", |
101 | 101 | "@types/react-dom": "^18.0.5", |
102 | | - "@typescript-eslint/eslint-plugin": "^5.27.0", |
103 | | - "@typescript-eslint/parser": "^5.27.0", |
| 102 | + "@typescript-eslint/eslint-plugin": "^5.27.1", |
| 103 | + "@typescript-eslint/parser": "^5.27.1", |
104 | 104 | "@vitejs/plugin-react": "^1.3.2", |
105 | 105 | "@webpack-cli/generators": "^2.4.2", |
106 | 106 | "autoprefixer": "^10.4.7", |
|
109 | 109 | "copy-webpack-plugin": "^11.0.0", |
110 | 110 | "css-loader": "^6.7.1", |
111 | 111 | "esbuild-loader": "^2.19.0", |
112 | | - "eslint": "^8.16.0", |
| 112 | + "eslint": "^8.17.0", |
113 | 113 | "eslint-config-prettier": "^8.5.0", |
114 | 114 | "eslint-config-standard": "^17.0.0", |
115 | 115 | "eslint-plugin-import": "^2.22.1", |
116 | | - "eslint-plugin-n": "^15.2.0", |
| 116 | + "eslint-plugin-n": "^15.2.2", |
117 | 117 | "eslint-plugin-node": "^11.1.0", |
118 | 118 | "eslint-plugin-promise": "^6.0.0", |
119 | 119 | "eslint-plugin-react": "^7.30.0", |
|
123 | 123 | "mini-css-extract-plugin": "^2.6.0", |
124 | 124 | "postcss": "^8.4.14", |
125 | 125 | "postcss-loader": "^7.0.0", |
126 | | - "postcss-preset-env": "^7.6.0", |
| 126 | + "postcss-preset-env": "^7.7.1", |
127 | 127 | "prettier": "^2.6.2", |
128 | 128 | "pretty-quick": "^3.1.3", |
129 | 129 | "react": "^18.1.0", |
130 | 130 | "react-dom": "^18.1.0", |
131 | | - "sass": "^1.52.1", |
| 131 | + "sass": "^1.52.3", |
132 | 132 | "sass-loader": "^13.0.0", |
133 | 133 | "style-loader": "^3.3.1", |
134 | | - "stylelint": "^14.8.5", |
135 | | - "stylelint-config-standard": "^25.0.0", |
136 | | - "terser-webpack-plugin": "^5.3.1", |
| 134 | + "stylelint": "^14.9.1", |
| 135 | + "stylelint-config-standard": "^26.0.0", |
| 136 | + "terser-webpack-plugin": "^5.3.3", |
137 | 137 | "ts-loader": "^9.3.0", |
138 | | - "typescript": "^4.7.2", |
139 | | - "vite": "^2.9.9", |
140 | | - "vitest": "^0.13.0", |
141 | | - "webpack": "^5.72.1", |
| 138 | + "typescript": "^4.7.3", |
| 139 | + "vite": "^2.9.12", |
| 140 | + "vitest": "^0.14.2", |
| 141 | + "webpack": "^5.73.0", |
142 | 142 | "webpack-bundle-analyzer": "^4.5.0", |
143 | 143 | "webpack-cli": "^4.9.2", |
144 | 144 | "webpack-node-externals": "^3.0.0" |
|
0 commit comments