Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent ba954e9 commit 47515f9
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 52 deletions.
6 changes: 3 additions & 3 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/node": "20.11.30",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint": "8.57.0",
"eslint-config-next": "14.1.0",
"typescript": "^5"
"typescript": "5.4.3"
}
}
4 changes: 2 additions & 2 deletions examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"vue-router": "^4.2.5"
},
"devDependencies": {
"typescript": "^5.3.3",
"vue-tsc": "^1.8.25"
"typescript": "5.4.3",
"vue-tsc": "1.8.27"
}
}
16 changes: 8 additions & 8 deletions examples/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.2.2",
"vite": "^5.0.8"
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-react": "4.2.1",
"eslint": "8.57.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.8",
"typescript": "5.4.3",
"vite": "5.2.6"
}
}
6 changes: 3 additions & 3 deletions examples/solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"solid-js": "^1.8.11"
},
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^5.0.12",
"vite-plugin-solid": "^2.8.2"
"typescript": "5.4.3",
"vite": "5.2.6",
"vite-plugin-solid": "2.10.2"
}
}
6 changes: 3 additions & 3 deletions examples/vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@walletconnect/types": "^2.10.2",
"typescript": "^5.2.2",
"vite": "^5.0.8"
"@walletconnect/types": "2.11.3",
"typescript": "5.4.3",
"vite": "5.2.6"
},
"dependencies": {
"@blockshake/defly-connect": "^1.1.6",
Expand Down
8 changes: 4 additions & 4 deletions examples/vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"vue": "^3.3.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vue-tsc": "^1.8.25"
"@vitejs/plugin-vue": "4.6.2",
"typescript": "5.4.3",
"vite": "5.2.6",
"vue-tsc": "1.8.27"
}
}
58 changes: 29 additions & 29 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 47515f9

Please sign in to comment.