Skip to content

Commit 9c2b569

Browse files
authored
chore: updates (#12)
1 parent 119175c commit 9c2b569

File tree

3 files changed

+590
-354
lines changed

3 files changed

+590
-354
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
],
3737
"dependencies": {
3838
"classnames": "^2.3.1",
39-
"nanoid": "^3.3.4"
39+
"nanoid": "^4.0.0"
4040
},
4141
"peerDependencies": {
4242
"react": "^17.0.0",
@@ -97,10 +97,10 @@
9797
"@babel/runtime": "^7.18.3",
9898
"@testing-library/jest-dom": "^5.16.4",
9999
"@testing-library/react": "^13.3.0",
100-
"@types/react": "^18.0.9",
100+
"@types/react": "^18.0.12",
101101
"@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",
104104
"@vitejs/plugin-react": "^1.3.2",
105105
"@webpack-cli/generators": "^2.4.2",
106106
"autoprefixer": "^10.4.7",
@@ -109,11 +109,11 @@
109109
"copy-webpack-plugin": "^11.0.0",
110110
"css-loader": "^6.7.1",
111111
"esbuild-loader": "^2.19.0",
112-
"eslint": "^8.16.0",
112+
"eslint": "^8.17.0",
113113
"eslint-config-prettier": "^8.5.0",
114114
"eslint-config-standard": "^17.0.0",
115115
"eslint-plugin-import": "^2.22.1",
116-
"eslint-plugin-n": "^15.2.0",
116+
"eslint-plugin-n": "^15.2.2",
117117
"eslint-plugin-node": "^11.1.0",
118118
"eslint-plugin-promise": "^6.0.0",
119119
"eslint-plugin-react": "^7.30.0",
@@ -123,22 +123,22 @@
123123
"mini-css-extract-plugin": "^2.6.0",
124124
"postcss": "^8.4.14",
125125
"postcss-loader": "^7.0.0",
126-
"postcss-preset-env": "^7.6.0",
126+
"postcss-preset-env": "^7.7.1",
127127
"prettier": "^2.6.2",
128128
"pretty-quick": "^3.1.3",
129129
"react": "^18.1.0",
130130
"react-dom": "^18.1.0",
131-
"sass": "^1.52.1",
131+
"sass": "^1.52.3",
132132
"sass-loader": "^13.0.0",
133133
"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",
137137
"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",
142142
"webpack-bundle-analyzer": "^4.5.0",
143143
"webpack-cli": "^4.9.2",
144144
"webpack-node-externals": "^3.0.0"

0 commit comments

Comments
 (0)