|
33 | 33 | },
|
34 | 34 | "devDependencies": {
|
35 | 35 | "@babel/core": "^7.15.5",
|
36 |
| - "@babel/preset-env": "^7.15.4", |
| 36 | + "@babel/preset-env": "^7.15.6", |
37 | 37 | "@babel/preset-react": "^7.14.5",
|
38 | 38 | "@babel/preset-typescript": "^7.15.0",
|
39 | 39 | "@mlaursen/eslint-config": "^1.1.5",
|
|
47 | 47 | "@testing-library/react": "^12.0.0",
|
48 | 48 | "@types/inquirer": "^8.1.1",
|
49 | 49 | "@types/jest": "^27.0.1",
|
50 |
| - "@types/node": "^16.7.13", |
| 50 | + "@types/node": "^16.9.1", |
51 | 51 | "@types/prismjs": "^1.16.6",
|
52 | 52 | "@types/react": "^17.0.19",
|
53 | 53 | "@types/react-dom": "^17.0.9",
|
|
58 | 58 | "husky": "^7.0.2",
|
59 | 59 | "identity-obj-proxy": "^3.0.0",
|
60 | 60 | "inquirer": "^8.1.2",
|
61 |
| - "jest": "^27.1.0", |
| 61 | + "jest": "^27.1.1", |
62 | 62 | "jest-watch-typeahead": "^0.6.4",
|
63 | 63 | "lint-staged": "^11.1.2",
|
64 | 64 | "next": "^11.1.2",
|
65 | 65 | "npm-run-all": "^4.1.5",
|
66 |
| - "prettier": "^2.3.2", |
| 66 | + "prettier": "^2.4.0", |
67 | 67 | "prismjs": "^1.24.1",
|
68 | 68 | "react": "^17.0.2",
|
69 | 69 | "react-dom": "^17.0.2",
|
70 |
| - "react-md": "^3.0.1", |
| 70 | + "react-md": "^3.1.0", |
71 | 71 | "rimraf": "^3.0.2",
|
72 | 72 | "rollup": "^2.56.3",
|
73 | 73 | "rollup-plugin-terser": "^7.0.2",
|
74 |
| - "sass": "^1.39.0", |
| 74 | + "sass": "^1.39.2", |
75 | 75 | "standard-version": "^9.3.1",
|
76 | 76 | "ts-jest": "^27.0.5",
|
77 | 77 | "ts-node": "^10.2.1",
|
78 |
| - "typedoc": "^0.21.9", |
| 78 | + "typedoc": "^0.22.1", |
79 | 79 | "typedoc-plugin-sourcefile-url": "^1.0.6",
|
80 |
| - "typescript": "^4.4.2" |
| 80 | + "typescript": "^4.4.3" |
81 | 81 | },
|
82 | 82 | "peerDependencies": {
|
83 | 83 | "react": ">= 16.8"
|
|
0 commit comments