|
23 | 23 | "build": "next build" |
24 | 24 | }, |
25 | 25 | "engines": { |
26 | | - "pnpm": ">=7" |
| 26 | + "pnpm": ">=8" |
27 | 27 | }, |
28 | 28 | "engineStrict": true, |
29 | 29 | "main": "./dist/index.cjs", |
|
50 | 50 | "marked": "^4.0.10" |
51 | 51 | }, |
52 | 52 | "devDependencies": { |
53 | | - "@babel/core": "^7.18.10", |
54 | | - "@babel/plugin-transform-runtime": "^7.18.10", |
55 | | - "@babel/preset-env": "^7.18.10", |
56 | | - "@babel/preset-react": "^7.18.6", |
57 | | - "@babel/preset-typescript": "^7.18.6", |
58 | | - "@jest/types": "^29.3.1", |
59 | | - "@mlaursen/eslint-config": "^2.2.0", |
60 | | - "@next/eslint-plugin-next": "^13.1.2", |
61 | | - "@octokit/core": "^4.0.4", |
| 53 | + "@babel/core": "^7.22.5", |
| 54 | + "@babel/plugin-transform-runtime": "^7.22.5", |
| 55 | + "@babel/preset-env": "^7.22.5", |
| 56 | + "@babel/preset-react": "^7.22.5", |
| 57 | + "@babel/preset-typescript": "^7.22.5", |
| 58 | + "@jest/types": "^29.5.0", |
| 59 | + "@mlaursen/eslint-config": "^2.3.0", |
| 60 | + "@next/eslint-plugin-next": "^13.4.6", |
| 61 | + "@octokit/core": "^4.2.1", |
62 | 62 | "@rollup/plugin-babel": "^6.0.3", |
63 | | - "@rollup/plugin-commonjs": "^24.0.0", |
64 | | - "@rollup/plugin-node-resolve": "^15.0.1", |
| 63 | + "@rollup/plugin-commonjs": "^25.0.1", |
| 64 | + "@rollup/plugin-node-resolve": "^15.1.0", |
65 | 65 | "@rollup/plugin-replace": "^5.0.2", |
66 | | - "@rollup/plugin-terser": "^0.3.0", |
67 | | - "@swc/core": "^1.2.229", |
68 | | - "@swc/jest": "^0.2.22", |
| 66 | + "@rollup/plugin-terser": "^0.4.3", |
| 67 | + "@swc/core": "^1.3.64", |
| 68 | + "@swc/jest": "^0.2.26", |
69 | 69 | "@testing-library/cypress": "^9.0.0", |
70 | | - "@testing-library/dom": "^8.19.1", |
| 70 | + "@testing-library/dom": "^9.3.1", |
71 | 71 | "@testing-library/jest-dom": "^5.16.5", |
72 | | - "@testing-library/react": "^13.4.0", |
| 72 | + "@testing-library/react": "^14.0.0", |
73 | 73 | "@types/inquirer": "^9.0.0", |
74 | | - "@types/jest": "^29.2.5", |
75 | | - "@types/node": "^18.6.5", |
| 74 | + "@types/jest": "^29.5.2", |
| 75 | + "@types/node": "^20.3.1", |
76 | 76 | "@types/prismjs": "^1.26.0", |
77 | | - "@types/react": "^18.0.17", |
78 | | - "@types/react-dom": "^18.0.6", |
79 | | - "@types/testing-library__jest-dom": "^5.14.5", |
| 77 | + "@types/react": "^18.2.12", |
| 78 | + "@types/react-dom": "^18.2.5", |
| 79 | + "@types/testing-library__jest-dom": "^5.14.6", |
80 | 80 | "classnames": "^2.3.2", |
81 | | - "cypress": "^12.3.0", |
| 81 | + "cypress": "^12.14.0", |
82 | 82 | "cypress-file-upload": "^5.0.8", |
83 | | - "dotenv": "^16.0.1", |
84 | | - "eslint": "^8.21.0", |
85 | | - "filesize": "^10.0.6", |
| 83 | + "dotenv": "^16.1.4", |
| 84 | + "eslint": "^8.42.0", |
| 85 | + "filesize": "^10.0.7", |
86 | 86 | "husky": "^8.0.1", |
87 | 87 | "identity-obj-proxy": "^3.0.0", |
88 | | - "inquirer": "^9.1.0", |
89 | | - "jest": "^29.3.1", |
90 | | - "jest-environment-jsdom": "^29.3.1", |
91 | | - "jest-watch-typeahead": "^2.0.0", |
92 | | - "lint-staged": "^13.0.3", |
93 | | - "next": "^13.1.2", |
| 88 | + "inquirer": "^9.2.7", |
| 89 | + "jest": "^29.5.0", |
| 90 | + "jest-environment-jsdom": "^29.5.0", |
| 91 | + "jest-watch-typeahead": "^2.2.2", |
| 92 | + "lint-staged": "^13.2.2", |
| 93 | + "next": "^13.4.6", |
94 | 94 | "npm-run-all": "^4.1.5", |
95 | | - "prettier": "^2.7.1", |
| 95 | + "prettier": "^2.8.8", |
96 | 96 | "prismjs": "^1.28.0", |
97 | 97 | "react": "^18.2.0", |
98 | 98 | "react-dom": "^18.2.0", |
99 | | - "react-md": "^5.1.4", |
100 | | - "rimraf": "^4.1.1", |
101 | | - "rollup": "^3.10.0", |
102 | | - "sass": "^1.54.3", |
| 99 | + "react-md": "^5.1.5", |
| 100 | + "rimraf": "^5.0.1", |
| 101 | + "rollup": "^3.25.1", |
| 102 | + "sass": "^1.63.4", |
103 | 103 | "standard-version": "^9.5.0", |
104 | | - "ts-jest": "^29.0.5", |
| 104 | + "ts-jest": "^29.1.0", |
105 | 105 | "ts-node": "^10.9.1", |
106 | | - "typedoc": "^0.23.10", |
107 | | - "typescript": "^4.7.4" |
| 106 | + "typedoc": "^0.24.8", |
| 107 | + "typescript": "^5.1.3" |
108 | 108 | }, |
109 | 109 | "peerDependencies": { |
110 | 110 | "react": ">= 16.14" |
|
0 commit comments