Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1c78a13

Browse files
authored
Update all Yarn dependencies (2021-10-11) (#117)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 7616738 commit 1c78a13

File tree

2 files changed

+247
-113
lines changed

2 files changed

+247
-113
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@material-ui/icons": "^4.11.2",
1818
"@material-ui/lab": "^4.0.0-alpha.60",
1919
"@material-ui/styles": "^4.11.4",
20-
"@monaco-editor/react": "^4.2.1",
20+
"@monaco-editor/react": "^4.3.1",
2121
"@octokit/core": "^3.4.0",
2222
"atob": "^2.1.2",
2323
"btoa": "^1.2.1",
@@ -28,12 +28,12 @@
2828
"iframe-resizer-react": "^1.1.0",
2929
"katex": "^0.13.18",
3030
"next": "^11.1.1",
31-
"next-i18next": "^8.7.0",
31+
"next-i18next": "^8.8.0",
3232
"nextjs-progressbar": "^0.0.10",
33-
"node-fetch": "^2.6.2",
33+
"node-fetch": "^2.6.5",
3434
"notebookjs": "^0.6.6",
3535
"ora": "^5.4.0",
36-
"pyodide": "^0.18.0",
36+
"pyodide": "^0.18.2",
3737
"react": "^17.0.2",
3838
"react-devicons": "^2.11.0-rev.2",
3939
"react-dom": "^17.0.2",
@@ -42,23 +42,23 @@
4242
"remark-gfm": "^1.0.0",
4343
"remark-parse": "^9.0.0",
4444
"remark-rehype": "^8.1.0",
45-
"sanitize-html": "^2.5.0",
45+
"sanitize-html": "^2.5.1",
4646
"title-case": "^3.0.3",
4747
"unified": "^9.2.2"
4848
},
4949
"devDependencies": {
50-
"@babel/core": "^7.15.5",
50+
"@babel/core": "^7.15.8",
5151
"@types/atob": "^2.1.2",
5252
"@types/btoa": "^1.2.3",
5353
"@types/cli-progress": "^3.9.2",
5454
"@types/jsdom": "^16.2.13",
55-
"@types/node": "^14.17.15",
55+
"@types/node": "^14.17.21",
5656
"@types/node-fetch": "^2.5.12",
5757
"@types/nprogress": "^0.2.0",
58-
"@types/react": "^17.0.20",
58+
"@types/react": "^17.0.27",
5959
"@types/sanitize-html": "^2.3.2",
60-
"@typescript-eslint/eslint-plugin": "^4.31.0",
61-
"@typescript-eslint/parser": "^4.31.0",
60+
"@typescript-eslint/eslint-plugin": "^4.33.0",
61+
"@typescript-eslint/parser": "^4.33.0",
6262
"babel-plugin-module-resolver": "^4.1.0",
6363
"eslint": "^7.32.0",
6464
"eslint-config-airbnb": "^18.2.1",
@@ -68,9 +68,9 @@
6868
"eslint-plugin-import": "^2.24.2",
6969
"eslint-plugin-jsx-a11y": "^6.4.1",
7070
"eslint-plugin-prettier": "^3.4.1",
71-
"eslint-plugin-react": "^7.25.1",
71+
"eslint-plugin-react": "^7.26.1",
7272
"eslint-plugin-react-hooks": "^4.2.0",
73-
"prettier": "^2.4.0",
73+
"prettier": "^2.4.1",
7474
"ts-node": "^9.1.1",
7575
"typescript": "^4.4.3"
7676
}

0 commit comments

Comments
 (0)