|
32 | 32 | "marked": "^3.0.3"
|
33 | 33 | },
|
34 | 34 | "devDependencies": {
|
35 |
| - "@babel/core": "^7.15.8", |
36 |
| - "@babel/preset-env": "^7.15.8", |
37 |
| - "@babel/preset-react": "^7.14.5", |
38 |
| - "@babel/preset-typescript": "^7.15.0", |
39 |
| - "@mlaursen/eslint-config": "^1.1.5", |
40 |
| - "@next/eslint-plugin-next": "^11.1.2", |
| 35 | + "@babel/core": "^7.16.0", |
| 36 | + "@babel/preset-env": "^7.16.4", |
| 37 | + "@babel/preset-react": "^7.16.0", |
| 38 | + "@babel/preset-typescript": "^7.16.0", |
| 39 | + "@mlaursen/eslint-config": "^1.2.0", |
| 40 | + "@next/eslint-plugin-next": "^12.0.4", |
41 | 41 | "@octokit/core": "^3.5.1",
|
42 | 42 | "@rollup/plugin-babel": "^5.3.0",
|
43 |
| - "@rollup/plugin-commonjs": "^21.0.0", |
44 |
| - "@rollup/plugin-node-resolve": "^13.0.5", |
| 43 | + "@rollup/plugin-commonjs": "^21.0.1", |
| 44 | + "@rollup/plugin-node-resolve": "^13.0.6", |
45 | 45 | "@rollup/plugin-replace": "^3.0.0",
|
46 |
| - "@testing-library/jest-dom": "^5.14.1", |
| 46 | + "@testing-library/jest-dom": "^5.15.0", |
47 | 47 | "@testing-library/react": "^12.1.2",
|
48 | 48 | "@types/inquirer": "^8.1.3",
|
49 |
| - "@types/jest": "^27.0.2", |
50 |
| - "@types/node": "^16.10.3", |
| 49 | + "@types/jest": "^27.0.3", |
| 50 | + "@types/node": "^16.11.9", |
51 | 51 | "@types/prismjs": "^1.16.6",
|
52 |
| - "@types/react": "^17.0.27", |
53 |
| - "@types/react-dom": "^17.0.9", |
| 52 | + "@types/react": "^17.0.36", |
| 53 | + "@types/react-dom": "^17.0.11", |
54 | 54 | "babel-plugin-prismjs": "^2.1.0",
|
55 | 55 | "dotenv": "^10.0.0",
|
56 |
| - "eslint": "^7.32.0", |
57 |
| - "filesize": "^8.0.3", |
58 |
| - "husky": "^7.0.2", |
| 56 | + "eslint": "^8.3.0", |
| 57 | + "filesize": "^8.0.6", |
| 58 | + "husky": "^7.0.4", |
59 | 59 | "identity-obj-proxy": "^3.0.0",
|
60 | 60 | "inquirer": "^8.2.0",
|
61 |
| - "jest": "^27.2.5", |
| 61 | + "jest": "^27.3.1", |
62 | 62 | "jest-watch-typeahead": "^1.0.0",
|
63 |
| - "lint-staged": "^11.2.0", |
64 |
| - "next": "^11.1.2", |
| 63 | + "lint-staged": "^12.1.2", |
| 64 | + "next": "^12.0.4", |
65 | 65 | "npm-run-all": "^4.1.5",
|
66 | 66 | "prettier": "^2.4.1",
|
67 | 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.58.0", |
| 72 | + "rollup": "^2.60.1", |
73 | 73 | "rollup-plugin-terser": "^7.0.2",
|
74 |
| - "sass": "^1.42.1", |
75 |
| - "standard-version": "^9.3.1", |
76 |
| - "ts-jest": "^27.0.5", |
77 |
| - "ts-node": "^10.2.1", |
78 |
| - "typedoc": "^0.22.5", |
79 |
| - "typescript": "^4.4.3" |
| 74 | + "sass": "^1.43.4", |
| 75 | + "standard-version": "^9.3.2", |
| 76 | + "ts-jest": "^27.0.7", |
| 77 | + "ts-node": "^10.4.0", |
| 78 | + "typedoc": "^0.22.9", |
| 79 | + "typescript": "^4.5.2" |
80 | 80 | },
|
81 | 81 | "peerDependencies": {
|
82 | 82 | "react": ">= 16.8"
|
|
0 commit comments