|
17 | 17 | "@material-ui/icons": "^4.11.2",
|
18 | 18 | "@material-ui/lab": "^4.0.0-alpha.60",
|
19 | 19 | "@material-ui/styles": "^4.11.4",
|
20 |
| - "@monaco-editor/react": "^4.2.1", |
| 20 | + "@monaco-editor/react": "^4.3.1", |
21 | 21 | "@octokit/core": "^3.4.0",
|
22 | 22 | "atob": "^2.1.2",
|
23 | 23 | "btoa": "^1.2.1",
|
|
28 | 28 | "iframe-resizer-react": "^1.1.0",
|
29 | 29 | "katex": "^0.13.18",
|
30 | 30 | "next": "^11.1.1",
|
31 |
| - "next-i18next": "^8.7.0", |
| 31 | + "next-i18next": "^8.8.0", |
32 | 32 | "nextjs-progressbar": "^0.0.10",
|
33 |
| - "node-fetch": "^2.6.2", |
| 33 | + "node-fetch": "^2.6.5", |
34 | 34 | "notebookjs": "^0.6.6",
|
35 | 35 | "ora": "^5.4.0",
|
36 |
| - "pyodide": "^0.18.0", |
| 36 | + "pyodide": "^0.18.2", |
37 | 37 | "react": "^17.0.2",
|
38 | 38 | "react-devicons": "^2.11.0-rev.2",
|
39 | 39 | "react-dom": "^17.0.2",
|
|
42 | 42 | "remark-gfm": "^1.0.0",
|
43 | 43 | "remark-parse": "^9.0.0",
|
44 | 44 | "remark-rehype": "^8.1.0",
|
45 |
| - "sanitize-html": "^2.5.0", |
| 45 | + "sanitize-html": "^2.5.1", |
46 | 46 | "title-case": "^3.0.3",
|
47 | 47 | "unified": "^9.2.2"
|
48 | 48 | },
|
49 | 49 | "devDependencies": {
|
50 |
| - "@babel/core": "^7.15.5", |
| 50 | + "@babel/core": "^7.15.8", |
51 | 51 | "@types/atob": "^2.1.2",
|
52 | 52 | "@types/btoa": "^1.2.3",
|
53 | 53 | "@types/cli-progress": "^3.9.2",
|
54 | 54 | "@types/jsdom": "^16.2.13",
|
55 |
| - "@types/node": "^14.17.15", |
| 55 | + "@types/node": "^14.17.21", |
56 | 56 | "@types/node-fetch": "^2.5.12",
|
57 | 57 | "@types/nprogress": "^0.2.0",
|
58 |
| - "@types/react": "^17.0.20", |
| 58 | + "@types/react": "^17.0.27", |
59 | 59 | "@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", |
62 | 62 | "babel-plugin-module-resolver": "^4.1.0",
|
63 | 63 | "eslint": "^7.32.0",
|
64 | 64 | "eslint-config-airbnb": "^18.2.1",
|
|
68 | 68 | "eslint-plugin-import": "^2.24.2",
|
69 | 69 | "eslint-plugin-jsx-a11y": "^6.4.1",
|
70 | 70 | "eslint-plugin-prettier": "^3.4.1",
|
71 |
| - "eslint-plugin-react": "^7.25.1", |
| 71 | + "eslint-plugin-react": "^7.26.1", |
72 | 72 | "eslint-plugin-react-hooks": "^4.2.0",
|
73 |
| - "prettier": "^2.4.0", |
| 73 | + "prettier": "^2.4.1", |
74 | 74 | "ts-node": "^9.1.1",
|
75 | 75 | "typescript": "^4.4.3"
|
76 | 76 | }
|
|
0 commit comments