Skip to content

Commit 5d022fa

Browse files
committed
chore: update deps
1 parent fe412cd commit 5d022fa

File tree

4 files changed

+4318
-8025
lines changed

4 files changed

+4318
-8025
lines changed

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -94,41 +94,41 @@
9494
]
9595
},
9696
"devDependencies": {
97-
"@babel/core": "^7.20.12",
97+
"@babel/core": "^7.21.0",
9898
"@babel/plugin-syntax-flow": "^7.18.6",
99-
"@babel/plugin-transform-react-jsx": "^7.20.13",
99+
"@babel/plugin-transform-react-jsx": "^7.21.0",
100100
"@babel/preset-env": "^7.20.2",
101101
"@babel/preset-react": "^7.18.6",
102-
"@babel/preset-typescript": "^7.18.6",
102+
"@babel/preset-typescript": "^7.21.0",
103103
"@changesets/cli": "^2.26.0",
104104
"@preconstruct/cli": "^2.3.0",
105-
"@size-limit/preset-small-lib": "^7.0.8",
105+
"@size-limit/preset-small-lib": "^8.2.4",
106106
"@testing-library/jest-dom": "^5.16.5",
107107
"@testing-library/react": "^13.2.0",
108-
"@types/jest": "^27.5.1",
109-
"@types/node": "^18.11.18",
110-
"@types/react": "^18.0.27",
111-
"@types/react-dom": "^18.0.10",
112-
"@typescript-eslint/eslint-plugin": "^5.49.0",
113-
"@typescript-eslint/parser": "^5.49.0",
114-
"babel-jest": "^29.4.1",
115-
"eslint": "^8.32.0",
108+
"@types/jest": "^29.4.0",
109+
"@types/node": "^18.14.0",
110+
"@types/react": "^18.0.28",
111+
"@types/react-dom": "^18.0.11",
112+
"@typescript-eslint/eslint-plugin": "^5.53.0",
113+
"@typescript-eslint/parser": "^5.53.0",
114+
"babel-jest": "^29.4.3",
115+
"eslint": "^8.34.0",
116116
"eslint-config-prettier": "^8.6.0",
117117
"eslint-config-react-app": "^7.0.1",
118118
"eslint-plugin-jest-dom": "^4.0.3",
119119
"eslint-plugin-react-hooks": "^4.6.0",
120-
"eslint-plugin-testing-library": "^5.10.0",
120+
"eslint-plugin-testing-library": "^5.10.2",
121121
"husky": "^8.0.3",
122122
"jest": "^27.5.1",
123-
"pnpm": "^7.26.1",
123+
"pnpm": "^7.27.1",
124124
"postinstall-postinstall": "^2.1.0",
125-
"prettier": "^2.8.3",
125+
"prettier": "^2.8.4",
126126
"pretty-quick": "^3.1.3",
127127
"react": "^18.2.0",
128128
"react-dom": "^18.2.0",
129129
"size-limit": "^7.0.8",
130130
"tsd": "^0.25.0",
131-
"typescript": "^4.9.4",
131+
"typescript": "^4.9.5",
132132
"vue": "^3.2.37"
133133
},
134134
"lint-staged": {

packages/svelte/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@use-gesture/svelte",
3-
"version": "10.2.19",
3+
"version": "10.2.24",
44
"description": "Svelte target for @use-gesture",
55
"keywords": [
66
"svelte",
@@ -35,6 +35,6 @@
3535
],
3636
"homepage": "https://use-gesture.netlify.app",
3737
"dependencies": {
38-
"@use-gesture/vanilla": "10.2.19"
38+
"@use-gesture/vanilla": "10.2.24"
3939
}
4040
}

packages/vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@use-gesture/vue",
3-
"version": "10.2.19",
3+
"version": "10.2.24",
44
"description": "Vue target for @use-gesture",
55
"keywords": [
66
"vue",
@@ -38,6 +38,6 @@
3838
"vue": ">=3.2.0"
3939
},
4040
"dependencies": {
41-
"@use-gesture/core": "10.2.19"
41+
"@use-gesture/core": "10.2.24"
4242
}
4343
}

0 commit comments

Comments
 (0)