|
52 | 52 | "devDependencies": { |
53 | 53 | "@octetstream/eslint-config": "7.2.1", |
54 | 54 | "@testing-library/react": "14.0.0", |
55 | | - "@types/node": "18.15.11", |
56 | | - "@types/react": "18.0.35", |
| 55 | + "@types/node": "18.15.13", |
| 56 | + "@types/react": "18.0.38", |
57 | 57 | "@types/react-dom": "18.0.11", |
58 | | - "@types/sinon": "10.0.13", |
| 58 | + "@types/sinon": "10.0.14", |
59 | 59 | "@types/uuid": "9.0.1", |
60 | | - "@typescript-eslint/eslint-plugin": "5.58.0", |
61 | | - "@typescript-eslint/parser": "5.58.0", |
| 60 | + "@typescript-eslint/eslint-plugin": "5.59.0", |
| 61 | + "@typescript-eslint/parser": "5.59.0", |
62 | 62 | "ava": "5.2.0", |
63 | 63 | "c8": "7.13.0", |
64 | 64 | "del-cli": "5.0.0", |
65 | | - "eslint": "8.38.0", |
| 65 | + "eslint": "8.39.0", |
66 | 66 | "eslint-config-airbnb": "19.0.4", |
67 | 67 | "eslint-config-airbnb-typescript": "17.0.0", |
68 | 68 | "eslint-import-resolver-typescript": "3.5.5", |
|
79 | 79 | "pinst": "3.0.0", |
80 | 80 | "react": "18.2.0", |
81 | 81 | "react-dom": "18.2.0", |
82 | | - "sinon": "15.0.3", |
83 | | - "slate": "0.93.0", |
84 | | - "slate-react": "0.93.0", |
| 82 | + "sinon": "15.0.4", |
| 83 | + "slate": "0.94.0", |
| 84 | + "slate-react": "0.94.0", |
85 | 85 | "ts-expect": "1.3.0", |
86 | 86 | "ts-node": "10.9.1", |
87 | 87 | "typescript": "5.0.4", |
88 | 88 | "uuid": "9.0.0" |
89 | 89 | }, |
90 | 90 | "peerDependencies": { |
91 | 91 | "react": "18.x", |
92 | | - "slate": ">= 0.91.x || <= 0.93.x", |
93 | | - "slate-react": ">= 0.91.x || <= 0.93.x" |
| 92 | + "slate": ">= 0.91.x || <= 0.94.x", |
| 93 | + "slate-react": ">= 0.91.x || <= 0.94.x" |
94 | 94 | }, |
95 | 95 | "dependencies": { |
96 | 96 | "nanoid": "3.3.4" |
|
0 commit comments