Skip to content

Commit 67078a3

Browse files
Update dependencies
1 parent a50db00 commit 67078a3

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laradumps",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"private": false,
55
"description": "LaraDumps a friendly app designed to boost your PHP coding and debugging experience. https://github.com/laradumps/app",
66
"author": "Luan Freitas <[email protected]>",
@@ -67,8 +67,8 @@
6767
"@types/which": "^3.0.3",
6868
"@vitejs/plugin-vue": "5.0.4",
6969
"@vue/compiler-sfc": "3.4.21",
70-
"daisyui": "^4.9.0",
71-
"electron": "^30.0.0-beta.8",
70+
"daisyui": "^4.10.2",
71+
"electron": "^30.0.0",
7272
"electron-builder": "24.13.3",
7373
"esbuild": "0.20.2",
7474
"eslint": "^8.57.0",

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1563,10 +1563,10 @@ culori@^3:
15631563
resolved "https://registry.npmjs.org/culori/-/culori-3.3.0.tgz"
15641564
integrity sha512-pHJg+jbuFsCjz9iclQBqyL3B2HLCBF71BwVNujUYEvCeQMvV97R59MNK3R2+jgJ3a1fcZgI9B3vYgz8lzr/BFQ==
15651565

1566-
daisyui@^4.9.0:
1567-
version "4.9.0"
1568-
resolved "https://registry.npmjs.org/daisyui/-/daisyui-4.9.0.tgz"
1569-
integrity sha512-9JsDx4E+30kPxThE+6yEwQokqg1957uwTx/skP2RE98fG6Ten6U+S9YXeQg1a3CI958aF5aOb0oEA+KZFfrZUA==
1566+
daisyui@^4.10.2:
1567+
version "4.10.2"
1568+
resolved "https://registry.npmjs.org/daisyui/-/daisyui-4.10.2.tgz"
1569+
integrity sha512-eCWS1W/JPyxW9IvlgW5m0R6rp9ZhRsBTW37rvEUthckkjsV04u8XipV519OoccSA46ixhSJa3q7XLI1WUFtRCA==
15701570
dependencies:
15711571
css-selector-tokenizer "^0.8"
15721572
culori "^3"
@@ -1864,10 +1864,10 @@ electron-window-state@^5.0.3:
18641864
jsonfile "^4.0.0"
18651865
mkdirp "^0.5.1"
18661866

1867-
electron@*, electron@^30.0.0-beta.8:
1868-
version "30.0.0-beta.8"
1869-
resolved "https://registry.npmjs.org/electron/-/electron-30.0.0-beta.8.tgz"
1870-
integrity sha512-G2IMMxUVJopiskD5G5iCQh71u1Emp+Q7nS1bWRU/9sK8bKwW1qtyBb3qoq0X9bd7y0LuKUb79AOr3Ix+J6EKaQ==
1867+
electron@*, electron@^30.0.0:
1868+
version "30.0.0"
1869+
resolved "https://registry.npmjs.org/electron/-/electron-30.0.0.tgz"
1870+
integrity sha512-GRwKphq/TUhSlb44OwSckXKl50f5OR/pm9MvF3rBLyqcxwfu7L11xejrZ0hDea1eKyCkzGd4B+cIqaQiDguPEA==
18711871
dependencies:
18721872
"@electron/get" "^2.0.0"
18731873
"@types/node" "^20.9.0"

0 commit comments

Comments
 (0)