Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @sveltejs/adapter-static to v3 #440

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"format": "prettier --write --plugin-search-dir=. ./src/routes/**/*.{js,svelte} ./src/lib/*.{js,svelte}"
},
"devDependencies": {
"@sveltejs/adapter-static": "1.0.6",
"@sveltejs/adapter-static": "3.0.6",
"@sveltejs/kit": "1.30.4",
"@tauri-apps/cli": "1.5.11",
"eslint": "8.57.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -324,12 +324,12 @@ __metadata:
languageName: node
linkType: hard

"@sveltejs/adapter-static@npm:1.0.6":
version: 1.0.6
resolution: "@sveltejs/adapter-static@npm:1.0.6"
"@sveltejs/adapter-static@npm:3.0.6":
version: 3.0.6
resolution: "@sveltejs/adapter-static@npm:3.0.6"
peerDependencies:
"@sveltejs/kit": ^1.0.0
checksum: dcbd6c0f0142523fa376d4878e6edc9aaaeaf011be94bae3ae6de8cc82f6d6f4a91d4e02381bce653528e9ea74f6a20d46f6a93e80e38205215bd5df2c12bb69
"@sveltejs/kit": ^2.0.0
checksum: 068dab5da1e4a577e49b149cbbfe5ccba5d3699c3818cf72362c430454fdc7ccf53b5747786f0b2efd685d36e3930d0795d63e62cc08fe1dab7fa21cca36ef72
languageName: node
linkType: hard

Expand Down Expand Up @@ -3487,7 +3487,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "ttbl@workspace:."
dependencies:
"@sveltejs/adapter-static": 1.0.6
"@sveltejs/adapter-static": 3.0.6
"@sveltejs/kit": 1.30.4
"@tauri-apps/api": 1.5.3
"@tauri-apps/cli": 1.5.11
Expand Down
Loading