Skip to content

Commit 74bac82

Browse files
committed
chore(dep): bump update --latest
1 parent ca1e8c3 commit 74bac82

File tree

3 files changed

+746
-1097
lines changed

3 files changed

+746
-1097
lines changed

package.json

+21-17
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,21 @@
1818
"type-check": "tsc --noEmit"
1919
},
2020
"dependencies": {
21-
"@reduxjs/toolkit": "^1.9.0",
22-
"@types/react": "^18.0.25",
21+
"@reduxjs/toolkit": "^1.9.1",
22+
"@types/react": "^18.0.26",
2323
"@types/react-dom": "^18.0.9",
2424
"@types/react-modal": "^3.13.1",
2525
"@types/react-redux": "^7.1.24",
2626
"@types/react-transition-group": "^4.4.5",
2727
"@types/react-window": "^1.8.5",
2828
"@types/styled-components": "^5.1.26",
29-
"axios": "^1.2.0",
30-
"next": "^13.0.5",
31-
"npm-check-updates": "^16.4.3",
29+
"axios": "^1.2.1",
30+
"next": "^13.0.7",
31+
"npm-check-updates": "^16.6.0",
3232
"react": "^18.2.0",
3333
"react-dom": "^18.2.0",
34-
"react-hook-form": "^7.40.0",
34+
"react-hook-form": "^7.41.0",
35+
"react-hooks": "^1.0.1",
3536
"react-is": "^18.2.0",
3637
"react-json-formatter": "^0.3.2",
3738
"react-modal": "^3.16.1",
@@ -48,17 +49,18 @@
4849
},
4950
"devDependencies": {
5051
"@babel/core": "^7.20.5",
52+
"@babel/runtime": "^7.20.6",
5153
"@faker-js/faker": "^7.6.0",
5254
"@testing-library/react-hooks": "^8.0.1",
53-
"@types/jest": "^29.2.3",
54-
"@types/node": "^18.11.9",
55-
"@typescript-eslint/eslint-plugin": "^5.45.0",
56-
"@typescript-eslint/parser": "^5.45.0",
55+
"@types/jest": "^29.2.4",
56+
"@types/node": "^18.11.16",
57+
"@typescript-eslint/eslint-plugin": "^5.46.1",
58+
"@typescript-eslint/parser": "^5.46.1",
5759
"@vscode/emmet-helper": "^2.8.4",
5860
"babel-loader": "^9.1.0",
5961
"babel-plugin-styled-components": "^2.0.7",
60-
"eslint": "^8.28.0",
61-
"eslint-config-next": "13.0.5",
62+
"eslint": "^8.30.0",
63+
"eslint-config-next": "13.0.7",
6264
"eslint-config-prettier": "^8.5.0",
6365
"eslint-plugin-import": "^2.26.0",
6466
"eslint-plugin-react-hooks": "^4.6.0",
@@ -68,15 +70,17 @@
6870
"nanoid": ">=4.0.0",
6971
"node-fetch": "^3.3.0",
7072
"npm-run-all": "^4.1.5",
71-
"postcss": "^8.4.19",
72-
"prettier": "^2.8.0",
73+
"postcss": "^8.4.20",
74+
"prettier": "^2.8.1",
7375
"readdirp": "^3.6.0",
74-
"sass": "^1.56.1",
75-
"stylelint": "^14.15.0",
76+
"sass": "^1.57.0",
77+
"stylelint": "^14.16.0",
7678
"stylelint-config-prettier": "^9.0.4",
7779
"stylelint-config-standard": "^29.0.0",
7880
"ts-jest": "^29.0.3",
7981
"ts-node": "^10.9.1",
80-
"typescript": "^4.9.3"
82+
"typescript": "^4.9.4",
83+
"typescript-eslint": "^0.0.1-alpha.0",
84+
"webpack-cli": "^5.0.1"
8185
}
8286
}

tsconfig.tsbuildinfo

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)