|
43 | 43 | "marked": "^4.0.10"
|
44 | 44 | },
|
45 | 45 | "devDependencies": {
|
46 |
| - "@babel/core": "^7.16.7", |
47 |
| - "@babel/plugin-transform-runtime": "^7.16.8", |
48 |
| - "@babel/preset-env": "^7.16.8", |
| 46 | + "@babel/core": "^7.16.12", |
| 47 | + "@babel/plugin-transform-runtime": "^7.16.10", |
| 48 | + "@babel/preset-env": "^7.16.11", |
49 | 49 | "@babel/preset-react": "^7.16.7",
|
50 | 50 | "@babel/preset-typescript": "^7.16.7",
|
51 | 51 | "@mlaursen/eslint-config": "^1.4.0",
|
52 |
| - "@next/eslint-plugin-next": "^12.0.8", |
| 52 | + "@next/eslint-plugin-next": "^12.0.9", |
53 | 53 | "@octokit/core": "^3.5.1",
|
54 | 54 | "@rollup/plugin-babel": "^5.3.0",
|
55 | 55 | "@rollup/plugin-commonjs": "^21.0.1",
|
56 | 56 | "@rollup/plugin-node-resolve": "^13.1.3",
|
57 | 57 | "@rollup/plugin-replace": "^3.0.1",
|
58 | 58 | "@testing-library/jest-dom": "^5.16.1",
|
59 | 59 | "@testing-library/react": "^12.1.2",
|
60 |
| - "@types/inquirer": "^8.1.3", |
| 60 | + "@types/inquirer": "^8.2.0", |
61 | 61 | "@types/jest": "^27.4.0",
|
62 |
| - "@types/node": "^17.0.10", |
63 |
| - "@types/prismjs": "^1.16.6", |
| 62 | + "@types/node": "^17.0.13", |
| 63 | + "@types/prismjs": "^1.26.0", |
64 | 64 | "@types/react": "^17.0.38",
|
65 | 65 | "@types/react-dom": "^17.0.11",
|
66 |
| - "dotenv": "^14.2.0", |
67 |
| - "eslint": "^8.7.0", |
68 |
| - "filesize": "^8.0.6", |
| 66 | + "dotenv": "^15.0.0", |
| 67 | + "eslint": "^8.8.0", |
| 68 | + "filesize": "^8.0.7", |
69 | 69 | "husky": "^7.0.4",
|
70 | 70 | "identity-obj-proxy": "^3.0.0",
|
71 | 71 | "inquirer": "^8.2.0",
|
72 | 72 | "jest": "^27.4.7",
|
73 | 73 | "jest-watch-typeahead": "^1.0.0",
|
74 |
| - "lint-staged": "^12.2.0", |
75 |
| - "next": "^12.0.8", |
| 74 | + "lint-staged": "^12.3.2", |
| 75 | + "next": "^12.0.9", |
76 | 76 | "npm-run-all": "^4.1.5",
|
77 | 77 | "prettier": "^2.5.1",
|
78 | 78 | "prismjs": "^1.26.0",
|
79 | 79 | "react": "^17.0.2",
|
80 | 80 | "react-dom": "^17.0.2",
|
81 |
| - "react-md": "^4.0.3", |
| 81 | + "react-md": "^5.0.0", |
82 | 82 | "rimraf": "^3.0.2",
|
83 |
| - "rollup": "^2.64.0", |
| 83 | + "rollup": "^2.66.1", |
84 | 84 | "rollup-plugin-terser": "^7.0.2",
|
85 | 85 | "sass": "^1.49.0",
|
86 | 86 | "standard-version": "^9.3.2",
|
87 | 87 | "ts-jest": "^27.1.3",
|
88 | 88 | "ts-node": "^10.4.0",
|
89 | 89 | "typedoc": "^0.22.11",
|
90 |
| - "typescript": "^4.5.4" |
| 90 | + "typescript": "^4.5.5" |
91 | 91 | },
|
92 | 92 | "peerDependencies": {
|
93 | 93 | "react": ">= 16.14"
|
|
0 commit comments