|
44 | 44 | "marked": "^4.0.10"
|
45 | 45 | },
|
46 | 46 | "devDependencies": {
|
47 |
| - "@babel/core": "^7.16.12", |
48 |
| - "@babel/plugin-transform-runtime": "^7.16.10", |
| 47 | + "@babel/core": "^7.17.7", |
| 48 | + "@babel/plugin-transform-runtime": "^7.17.0", |
49 | 49 | "@babel/preset-env": "^7.16.11",
|
50 | 50 | "@babel/preset-react": "^7.16.7",
|
51 | 51 | "@babel/preset-typescript": "^7.16.7",
|
52 | 52 | "@mlaursen/eslint-config": "^1.5.0",
|
53 |
| - "@next/eslint-plugin-next": "^12.0.9", |
54 |
| - "@octokit/core": "^3.5.1", |
55 |
| - "@rollup/plugin-babel": "^5.3.0", |
56 |
| - "@rollup/plugin-commonjs": "^21.0.1", |
| 53 | + "@next/eslint-plugin-next": "^12.1.0", |
| 54 | + "@octokit/core": "^3.6.0", |
| 55 | + "@rollup/plugin-babel": "^5.3.1", |
| 56 | + "@rollup/plugin-commonjs": "^21.0.2", |
57 | 57 | "@rollup/plugin-node-resolve": "^13.1.3",
|
58 |
| - "@rollup/plugin-replace": "^3.0.1", |
59 |
| - "@testing-library/jest-dom": "^5.16.1", |
60 |
| - "@testing-library/react": "^12.1.2", |
| 58 | + "@rollup/plugin-replace": "^4.0.0", |
| 59 | + "@testing-library/jest-dom": "^5.16.2", |
| 60 | + "@testing-library/react": "^12.1.4", |
61 | 61 | "@types/inquirer": "^8.2.0",
|
62 |
| - "@types/jest": "^27.4.0", |
63 |
| - "@types/node": "^17.0.13", |
| 62 | + "@types/jest": "^27.4.1", |
| 63 | + "@types/node": "^17.0.21", |
64 | 64 | "@types/prismjs": "^1.26.0",
|
65 |
| - "@types/react": "^17.0.38", |
66 |
| - "@types/react-dom": "^17.0.11", |
67 |
| - "dotenv": "^15.0.0", |
| 65 | + "@types/react": "^17.0.40", |
| 66 | + "@types/react-dom": "^17.0.13", |
| 67 | + "dotenv": "^16.0.0", |
68 | 68 | "eslint": "^8.11.0",
|
69 | 69 | "filesize": "^8.0.7",
|
70 | 70 | "husky": "^7.0.4",
|
71 | 71 | "identity-obj-proxy": "^3.0.0",
|
72 |
| - "inquirer": "^8.2.0", |
73 |
| - "jest": "^27.4.7", |
| 72 | + "inquirer": "^8.2.1", |
| 73 | + "jest": "^27.5.1", |
74 | 74 | "jest-watch-typeahead": "^1.0.0",
|
75 |
| - "lint-staged": "^12.3.2", |
| 75 | + "lint-staged": "^12.3.7", |
76 | 76 | "next": "^12.0.9",
|
77 | 77 | "npm-run-all": "^4.1.5",
|
78 | 78 | "prettier": "^2.6.0",
|
|
81 | 81 | "react-dom": "^17.0.2",
|
82 | 82 | "react-md": "^5.0.0",
|
83 | 83 | "rimraf": "^3.0.2",
|
84 |
| - "rollup": "^2.66.1", |
| 84 | + "rollup": "^2.70.1", |
85 | 85 | "rollup-plugin-terser": "^7.0.2",
|
86 |
| - "sass": "^1.49.0", |
| 86 | + "sass": "^1.49.9", |
87 | 87 | "standard-version": "^9.3.2",
|
88 | 88 | "ts-jest": "^27.1.3",
|
89 |
| - "ts-node": "^10.4.0", |
90 |
| - "typedoc": "^0.22.11", |
91 |
| - "typescript": "^4.5.5" |
| 89 | + "ts-node": "^10.7.0", |
| 90 | + "typedoc": "^0.22.13", |
| 91 | + "typescript": "^4.6.2" |
92 | 92 | },
|
93 | 93 | "peerDependencies": {
|
94 | 94 | "react": ">= 16.14"
|
|
0 commit comments