Skip to content

Commit 35ea695

Browse files
committed
chore(dev-deps): bump everything to latest
1 parent f1cc90f commit 35ea695

File tree

3 files changed

+784
-688
lines changed

3 files changed

+784
-688
lines changed

components/useUpload.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ ${fileContents}\`\`\`
8080

8181
setMarkdown(contents);
8282
reset();
83-
// TODO: Add reset to dependency array after next release
84-
// eslint-disable-next-line react-hooks/exhaustive-deps
85-
}, [fileContents, setMarkdown, type]);
83+
}, [fileContents, reset, setMarkdown, type]);
8684

8785
return (
8886
<Provider

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@babel/core": "^7.15.5",
36-
"@babel/preset-env": "^7.15.4",
36+
"@babel/preset-env": "^7.15.6",
3737
"@babel/preset-react": "^7.14.5",
3838
"@babel/preset-typescript": "^7.15.0",
3939
"@mlaursen/eslint-config": "^1.1.5",
@@ -47,7 +47,7 @@
4747
"@testing-library/react": "^12.0.0",
4848
"@types/inquirer": "^8.1.1",
4949
"@types/jest": "^27.0.1",
50-
"@types/node": "^16.7.13",
50+
"@types/node": "^16.9.1",
5151
"@types/prismjs": "^1.16.6",
5252
"@types/react": "^17.0.19",
5353
"@types/react-dom": "^17.0.9",
@@ -58,26 +58,26 @@
5858
"husky": "^7.0.2",
5959
"identity-obj-proxy": "^3.0.0",
6060
"inquirer": "^8.1.2",
61-
"jest": "^27.1.0",
61+
"jest": "^27.1.1",
6262
"jest-watch-typeahead": "^0.6.4",
6363
"lint-staged": "^11.1.2",
6464
"next": "^11.1.2",
6565
"npm-run-all": "^4.1.5",
66-
"prettier": "^2.3.2",
66+
"prettier": "^2.4.0",
6767
"prismjs": "^1.24.1",
6868
"react": "^17.0.2",
6969
"react-dom": "^17.0.2",
70-
"react-md": "^3.0.1",
70+
"react-md": "^3.1.0",
7171
"rimraf": "^3.0.2",
7272
"rollup": "^2.56.3",
7373
"rollup-plugin-terser": "^7.0.2",
74-
"sass": "^1.39.0",
74+
"sass": "^1.39.2",
7575
"standard-version": "^9.3.1",
7676
"ts-jest": "^27.0.5",
7777
"ts-node": "^10.2.1",
78-
"typedoc": "^0.21.9",
78+
"typedoc": "^0.22.1",
7979
"typedoc-plugin-sourcefile-url": "^1.0.6",
80-
"typescript": "^4.4.2"
80+
"typescript": "^4.4.3"
8181
},
8282
"peerDependencies": {
8383
"react": ">= 16.8"

0 commit comments

Comments
 (0)