Skip to content

Commit

Permalink
updeps
Browse files Browse the repository at this point in the history
  • Loading branch information
Valexr committed May 2, 2024
1 parent b1d1e19 commit 0b5dbfb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@
},
"devDependencies": {
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@types/node": "^20.12.8",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"esbuild": "^0.20.2",
"eslint": "^8.57.0",
"open-props": "^1.7.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
"@slidy/easing": "workspace:*"
},
"dependencies": {
"@types/react": "^18.3.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"clsx": "^2.1.1",
"react": "^18.3.0",
"react-dom": "^18.3.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
},
"devDependencies": {
"@slidy/core": "workspace:*",
"@vue/compiler-sfc": "^3.4.25",
"@vue/compiler-sfc": "^3.4.26",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.5.1",
"esbuild-plugin-vue-next": "^0.1.4",
"eslint-plugin-vue": "^9.25.0",
"vue": "^3.4.25",
"vue": "^3.4.26",
"vue-tsc": "^1.8.27"
}
}

0 comments on commit 0b5dbfb

Please sign in to comment.