Skip to content

Commit e9f83f2

Browse files
committed
chore(dev-deps): bump all dev dependencies to latest
1 parent df32569 commit e9f83f2

File tree

4 files changed

+622
-806
lines changed

4 files changed

+622
-806
lines changed

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module.exports = {
22
extends: ['@mlaursen/eslint-config', 'plugin:@next/next/recommended'],
33
rules: {
44
'react/react-in-jsx-scope': 0,
5+
// disabled due to weirdness of marked library
6+
'import/no-named-as-default-member': 0,
57
},
68
overrides: [
79
{

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -32,50 +32,50 @@
3232
"marked": "^3.0.3"
3333
},
3434
"devDependencies": {
35-
"@babel/core": "^7.15.5",
36-
"@babel/preset-env": "^7.15.6",
35+
"@babel/core": "^7.15.8",
36+
"@babel/preset-env": "^7.15.8",
3737
"@babel/preset-react": "^7.14.5",
3838
"@babel/preset-typescript": "^7.15.0",
3939
"@mlaursen/eslint-config": "^1.1.5",
4040
"@next/eslint-plugin-next": "^11.1.2",
4141
"@octokit/core": "^3.5.1",
4242
"@rollup/plugin-babel": "^5.3.0",
43-
"@rollup/plugin-commonjs": "^20.0.0",
44-
"@rollup/plugin-node-resolve": "^13.0.4",
43+
"@rollup/plugin-commonjs": "^21.0.0",
44+
"@rollup/plugin-node-resolve": "^13.0.5",
4545
"@rollup/plugin-replace": "^3.0.0",
4646
"@testing-library/jest-dom": "^5.14.1",
47-
"@testing-library/react": "^12.1.0",
48-
"@types/inquirer": "^8.1.1",
49-
"@types/jest": "^27.0.1",
50-
"@types/node": "^16.9.1",
47+
"@testing-library/react": "^12.1.2",
48+
"@types/inquirer": "^8.1.3",
49+
"@types/jest": "^27.0.2",
50+
"@types/node": "^16.10.3",
5151
"@types/prismjs": "^1.16.6",
52-
"@types/react": "^17.0.19",
52+
"@types/react": "^17.0.27",
5353
"@types/react-dom": "^17.0.9",
5454
"babel-plugin-prismjs": "^2.1.0",
5555
"dotenv": "^10.0.0",
5656
"eslint": "^7.32.0",
57-
"filesize": "^8.0.2",
57+
"filesize": "^8.0.3",
5858
"husky": "^7.0.2",
5959
"identity-obj-proxy": "^3.0.0",
60-
"inquirer": "^8.1.3",
61-
"jest": "^27.2.0",
62-
"jest-watch-typeahead": "^0.6.4",
63-
"lint-staged": "^11.1.2",
60+
"inquirer": "^8.2.0",
61+
"jest": "^27.2.5",
62+
"jest-watch-typeahead": "^1.0.0",
63+
"lint-staged": "^11.2.0",
6464
"next": "^11.1.2",
6565
"npm-run-all": "^4.1.5",
66-
"prettier": "^2.4.0",
67-
"prismjs": "^1.24.1",
66+
"prettier": "^2.4.1",
67+
"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.56.3",
72+
"rollup": "^2.58.0",
7373
"rollup-plugin-terser": "^7.0.2",
74-
"sass": "^1.39.2",
74+
"sass": "^1.42.1",
7575
"standard-version": "^9.3.1",
7676
"ts-jest": "^27.0.5",
7777
"ts-node": "^10.2.1",
78-
"typedoc": "^0.22.3",
78+
"typedoc": "^0.22.5",
7979
"typescript": "^4.4.3"
8080
},
8181
"peerDependencies": {

typedoc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
"gaID": "G-JSF6GSWE18",
44
"entryPoints": ["./src/index.ts"],
55
"tsconfig": "./tsconfig.tsdoc.json",
6-
"listInvalidSymbolLinks": true
6+
"validation": {
7+
"invalidLink": true
8+
}
79
}

0 commit comments

Comments
 (0)