Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit 49e6be3

Browse files
chore: upgrade dependencies
1 parent d32dd12 commit 49e6be3

File tree

4 files changed

+412
-624
lines changed

4 files changed

+412
-624
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Johann Schopplich <https://github.com/johannschopplich>
3+
Copyright (c) 2022-2023 Johann Schopplich <https://github.com/johannschopplich>
44
Copyright (c) 2022 Erik C. Forés <https://github.com/ConsoleTVs>
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ refetch()
4747

4848
## License
4949

50-
[MIT](./LICENSE) License © 2022 [Johann Schopplich](https://github.com/johannschopplich)
50+
[MIT](./LICENSE) License © 2022-2023 [Johann Schopplich](https://github.com/johannschopplich)
5151

5252
[MIT](./LICENSE) License © 2022 [Erik C. Forés](https://github.com/ConsoleTVs)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@
4343
"turbo-query": "^1.9.0"
4444
},
4545
"devDependencies": {
46-
"@antfu/eslint-config": "^0.34.0",
46+
"@antfu/eslint-config": "^0.34.1",
4747
"@types/node": "^18.11.18",
4848
"@vitejs/plugin-vue": "^4.0.0",
4949
"bumpp": "^8.2.1",
50-
"eslint": "^8.31.0",
50+
"eslint": "^8.32.0",
5151
"typescript": "^4.9.4",
52-
"unbuild": "^1.0.1",
52+
"unbuild": "^1.1.1",
5353
"vite": "^4.0.4",
5454
"vue": "^3.2.45",
55-
"vue-tsc": "^1.0.22"
55+
"vue-tsc": "^1.0.24"
5656
}
5757
}

0 commit comments

Comments
 (0)