Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Apr 16, 2024
1 parent a50db00 commit 67078a3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laradumps",
"version": "3.0.2",
"version": "3.1.0",
"private": false,
"description": "LaraDumps a friendly app designed to boost your PHP coding and debugging experience. https://github.com/laradumps/app",
"author": "Luan Freitas <[email protected]>",
Expand Down Expand Up @@ -67,8 +67,8 @@
"@types/which": "^3.0.3",
"@vitejs/plugin-vue": "5.0.4",
"@vue/compiler-sfc": "3.4.21",
"daisyui": "^4.9.0",
"electron": "^30.0.0-beta.8",
"daisyui": "^4.10.2",
"electron": "^30.0.0",
"electron-builder": "24.13.3",
"esbuild": "0.20.2",
"eslint": "^8.57.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1563,10 +1563,10 @@ culori@^3:
resolved "https://registry.npmjs.org/culori/-/culori-3.3.0.tgz"
integrity sha512-pHJg+jbuFsCjz9iclQBqyL3B2HLCBF71BwVNujUYEvCeQMvV97R59MNK3R2+jgJ3a1fcZgI9B3vYgz8lzr/BFQ==

daisyui@^4.9.0:
version "4.9.0"
resolved "https://registry.npmjs.org/daisyui/-/daisyui-4.9.0.tgz"
integrity sha512-9JsDx4E+30kPxThE+6yEwQokqg1957uwTx/skP2RE98fG6Ten6U+S9YXeQg1a3CI958aF5aOb0oEA+KZFfrZUA==
daisyui@^4.10.2:
version "4.10.2"
resolved "https://registry.npmjs.org/daisyui/-/daisyui-4.10.2.tgz"
integrity sha512-eCWS1W/JPyxW9IvlgW5m0R6rp9ZhRsBTW37rvEUthckkjsV04u8XipV519OoccSA46ixhSJa3q7XLI1WUFtRCA==
dependencies:
css-selector-tokenizer "^0.8"
culori "^3"
Expand Down Expand Up @@ -1864,10 +1864,10 @@ electron-window-state@^5.0.3:
jsonfile "^4.0.0"
mkdirp "^0.5.1"

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

0 comments on commit 67078a3

Please sign in to comment.