|
32 | 32 | "marked": "^3.0.3"
|
33 | 33 | },
|
34 | 34 | "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", |
37 | 37 | "@babel/preset-react": "^7.14.5",
|
38 | 38 | "@babel/preset-typescript": "^7.15.0",
|
39 | 39 | "@mlaursen/eslint-config": "^1.1.5",
|
40 | 40 | "@next/eslint-plugin-next": "^11.1.2",
|
41 | 41 | "@octokit/core": "^3.5.1",
|
42 | 42 | "@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", |
45 | 45 | "@rollup/plugin-replace": "^3.0.0",
|
46 | 46 | "@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", |
51 | 51 | "@types/prismjs": "^1.16.6",
|
52 |
| - "@types/react": "^17.0.19", |
| 52 | + "@types/react": "^17.0.27", |
53 | 53 | "@types/react-dom": "^17.0.9",
|
54 | 54 | "babel-plugin-prismjs": "^2.1.0",
|
55 | 55 | "dotenv": "^10.0.0",
|
56 | 56 | "eslint": "^7.32.0",
|
57 |
| - "filesize": "^8.0.2", |
| 57 | + "filesize": "^8.0.3", |
58 | 58 | "husky": "^7.0.2",
|
59 | 59 | "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", |
64 | 64 | "next": "^11.1.2",
|
65 | 65 | "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", |
68 | 68 | "react": "^17.0.2",
|
69 | 69 | "react-dom": "^17.0.2",
|
70 | 70 | "react-md": "^3.1.1",
|
71 | 71 | "rimraf": "^3.0.2",
|
72 |
| - "rollup": "^2.56.3", |
| 72 | + "rollup": "^2.58.0", |
73 | 73 | "rollup-plugin-terser": "^7.0.2",
|
74 |
| - "sass": "^1.39.2", |
| 74 | + "sass": "^1.42.1", |
75 | 75 | "standard-version": "^9.3.1",
|
76 | 76 | "ts-jest": "^27.0.5",
|
77 | 77 | "ts-node": "^10.2.1",
|
78 |
| - "typedoc": "^0.22.3", |
| 78 | + "typedoc": "^0.22.5", |
79 | 79 | "typescript": "^4.4.3"
|
80 | 80 | },
|
81 | 81 | "peerDependencies": {
|
|
0 commit comments