Skip to content

Commit 6fceb51

Browse files
committed
Update dependencies
1 parent a5f7a78 commit 6fceb51

File tree

2 files changed

+170
-170
lines changed

2 files changed

+170
-170
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@
5252
"devDependencies": {
5353
"@octetstream/eslint-config": "7.2.1",
5454
"@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",
5757
"@types/react-dom": "18.0.11",
58-
"@types/sinon": "10.0.13",
58+
"@types/sinon": "10.0.14",
5959
"@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",
6262
"ava": "5.2.0",
6363
"c8": "7.13.0",
6464
"del-cli": "5.0.0",
65-
"eslint": "8.38.0",
65+
"eslint": "8.39.0",
6666
"eslint-config-airbnb": "19.0.4",
6767
"eslint-config-airbnb-typescript": "17.0.0",
6868
"eslint-import-resolver-typescript": "3.5.5",
@@ -79,18 +79,18 @@
7979
"pinst": "3.0.0",
8080
"react": "18.2.0",
8181
"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",
8585
"ts-expect": "1.3.0",
8686
"ts-node": "10.9.1",
8787
"typescript": "5.0.4",
8888
"uuid": "9.0.0"
8989
},
9090
"peerDependencies": {
9191
"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"
9494
},
9595
"dependencies": {
9696
"nanoid": "3.3.4"

0 commit comments

Comments
 (0)