|
44 | 44 | "marked": "^4.0.10"
|
45 | 45 | },
|
46 | 46 | "devDependencies": {
|
47 |
| - "@babel/core": "^7.17.7", |
48 |
| - "@babel/plugin-transform-runtime": "^7.17.0", |
49 |
| - "@babel/preset-env": "^7.16.11", |
| 47 | + "@babel/core": "^7.17.10", |
| 48 | + "@babel/plugin-transform-runtime": "^7.17.10", |
| 49 | + "@babel/preset-env": "^7.17.10", |
50 | 50 | "@babel/preset-react": "^7.16.7",
|
51 | 51 | "@babel/preset-typescript": "^7.16.7",
|
52 |
| - "@mlaursen/eslint-config": "^1.5.0", |
53 |
| - "@next/eslint-plugin-next": "^12.1.0", |
| 52 | + "@mlaursen/eslint-config": "^1.6.0", |
| 53 | + "@next/eslint-plugin-next": "^12.1.5", |
54 | 54 | "@octokit/core": "^3.6.0",
|
55 | 55 | "@rollup/plugin-babel": "^5.3.1",
|
56 |
| - "@rollup/plugin-commonjs": "^21.0.2", |
57 |
| - "@rollup/plugin-node-resolve": "^13.1.3", |
| 56 | + "@rollup/plugin-commonjs": "^22.0.0", |
| 57 | + "@rollup/plugin-node-resolve": "^13.2.1", |
58 | 58 | "@rollup/plugin-replace": "^4.0.0",
|
59 | 59 | "@testing-library/jest-dom": "^5.16.2",
|
60 | 60 | "@testing-library/react": "^12.1.4",
|
|
65 | 65 | "@types/react": "^17.0.40",
|
66 | 66 | "@types/react-dom": "^17.0.13",
|
67 | 67 | "dotenv": "^16.0.0",
|
68 |
| - "eslint": "^8.11.0", |
| 68 | + "eslint": "^8.14.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.1", |
| 72 | + "inquirer": "^8.2.4", |
73 | 73 | "jest": "^27.5.1",
|
74 | 74 | "jest-watch-typeahead": "^1.0.0",
|
75 |
| - "lint-staged": "^12.3.7", |
76 |
| - "next": "^12.0.9", |
| 75 | + "lint-staged": "^12.4.1", |
| 76 | + "next": "^12.1.5", |
77 | 77 | "npm-run-all": "^4.1.5",
|
78 |
| - "prettier": "^2.6.0", |
79 |
| - "prismjs": "^1.26.0", |
| 78 | + "prettier": "^2.6.2", |
| 79 | + "prismjs": "^1.28.0", |
80 | 80 | "react": "^17.0.2",
|
81 | 81 | "react-dom": "^17.0.2",
|
82 |
| - "react-md": "^5.0.0", |
| 82 | + "react-md": "^5.1.2", |
83 | 83 | "rimraf": "^3.0.2",
|
84 |
| - "rollup": "^2.70.1", |
| 84 | + "rollup": "^2.71.1", |
85 | 85 | "rollup-plugin-terser": "^7.0.2",
|
86 |
| - "sass": "^1.49.9", |
| 86 | + "sass": "^1.51.0", |
87 | 87 | "standard-version": "^9.3.2",
|
88 |
| - "ts-jest": "^27.1.3", |
| 88 | + "ts-jest": "^27.1.4", |
89 | 89 | "ts-node": "^10.7.0",
|
90 |
| - "typedoc": "^0.22.13", |
91 |
| - "typescript": "^4.6.2" |
| 90 | + "typedoc": "^0.22.15", |
| 91 | + "typescript": "^4.6.4" |
92 | 92 | },
|
93 | 93 | "peerDependencies": {
|
94 | 94 | "react": ">= 16.14"
|
|
0 commit comments