Skip to content

Commit 057b1d7

Browse files
committed
chore(dev-deps): Bump all dev-dependencies to latest
1 parent 1d92c11 commit 057b1d7

File tree

4 files changed

+1552
-1642
lines changed

4 files changed

+1552
-1642
lines changed

components/useUpload.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, {
1+
import {
22
createContext,
33
ReactElement,
44
ReactNode,

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -32,51 +32,51 @@
3232
"marked": "^3.0.3"
3333
},
3434
"devDependencies": {
35-
"@babel/core": "^7.15.8",
36-
"@babel/preset-env": "^7.15.8",
37-
"@babel/preset-react": "^7.14.5",
38-
"@babel/preset-typescript": "^7.15.0",
39-
"@mlaursen/eslint-config": "^1.1.5",
40-
"@next/eslint-plugin-next": "^11.1.2",
35+
"@babel/core": "^7.16.0",
36+
"@babel/preset-env": "^7.16.4",
37+
"@babel/preset-react": "^7.16.0",
38+
"@babel/preset-typescript": "^7.16.0",
39+
"@mlaursen/eslint-config": "^1.2.0",
40+
"@next/eslint-plugin-next": "^12.0.4",
4141
"@octokit/core": "^3.5.1",
4242
"@rollup/plugin-babel": "^5.3.0",
43-
"@rollup/plugin-commonjs": "^21.0.0",
44-
"@rollup/plugin-node-resolve": "^13.0.5",
43+
"@rollup/plugin-commonjs": "^21.0.1",
44+
"@rollup/plugin-node-resolve": "^13.0.6",
4545
"@rollup/plugin-replace": "^3.0.0",
46-
"@testing-library/jest-dom": "^5.14.1",
46+
"@testing-library/jest-dom": "^5.15.0",
4747
"@testing-library/react": "^12.1.2",
4848
"@types/inquirer": "^8.1.3",
49-
"@types/jest": "^27.0.2",
50-
"@types/node": "^16.10.3",
49+
"@types/jest": "^27.0.3",
50+
"@types/node": "^16.11.9",
5151
"@types/prismjs": "^1.16.6",
52-
"@types/react": "^17.0.27",
53-
"@types/react-dom": "^17.0.9",
52+
"@types/react": "^17.0.36",
53+
"@types/react-dom": "^17.0.11",
5454
"babel-plugin-prismjs": "^2.1.0",
5555
"dotenv": "^10.0.0",
56-
"eslint": "^7.32.0",
57-
"filesize": "^8.0.3",
58-
"husky": "^7.0.2",
56+
"eslint": "^8.3.0",
57+
"filesize": "^8.0.6",
58+
"husky": "^7.0.4",
5959
"identity-obj-proxy": "^3.0.0",
6060
"inquirer": "^8.2.0",
61-
"jest": "^27.2.5",
61+
"jest": "^27.3.1",
6262
"jest-watch-typeahead": "^1.0.0",
63-
"lint-staged": "^11.2.0",
64-
"next": "^11.1.2",
63+
"lint-staged": "^12.1.2",
64+
"next": "^12.0.4",
6565
"npm-run-all": "^4.1.5",
6666
"prettier": "^2.4.1",
6767
"prismjs": "^1.25.0",
6868
"react": "^17.0.2",
6969
"react-dom": "^17.0.2",
7070
"react-md": "^3.1.1",
7171
"rimraf": "^3.0.2",
72-
"rollup": "^2.58.0",
72+
"rollup": "^2.60.1",
7373
"rollup-plugin-terser": "^7.0.2",
74-
"sass": "^1.42.1",
75-
"standard-version": "^9.3.1",
76-
"ts-jest": "^27.0.5",
77-
"ts-node": "^10.2.1",
78-
"typedoc": "^0.22.5",
79-
"typescript": "^4.4.3"
74+
"sass": "^1.43.4",
75+
"standard-version": "^9.3.2",
76+
"ts-jest": "^27.0.7",
77+
"ts-node": "^10.4.0",
78+
"typedoc": "^0.22.9",
79+
"typescript": "^4.5.2"
8080
},
8181
"peerDependencies": {
8282
"react": ">= 16.8"

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"allowJs": true,
1717
"skipLibCheck": true,
1818
"noEmit": true,
19-
"isolatedModules": true
19+
"isolatedModules": true,
20+
"incremental": true
2021
},
2122
"include": ["next-env.d.ts", "styles.d.ts", "**/*.ts", "**/*.tsx"],
2223
"exclude": ["node_modules", "dist"]

0 commit comments

Comments
 (0)