Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Dec 9, 2024
1 parent 1a7f76f commit 25f44fb
Show file tree
Hide file tree
Showing 3 changed files with 1,520 additions and 1,497 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23.2'
go-version: '1.23.4'
cache-dependency-path: |
wasm_inliner/go.sum
wasm_inliner/inliner/go.sum
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,33 @@
"format": "pnpify run prettier --plugin prettier-plugin-svelte --write src"
},
"dependencies": {
"@astrojs/svelte": "^5.7.2",
"@astrojs/svelte": "^7.0.1",
"@codemirror/commands": "^6.7.1",
"@codemirror/lang-html": "6.4.9",
"@codemirror/language": "6.10.3",
"@codemirror/language": "6.10.6",
"@codemirror/state": "6.4.1",
"@codemirror/view": "^6.34.1",
"@codemirror/view": "^6.35.2",
"@hotwired/turbo": "8.0.12",
"@iconify-json/mdi": "^1.2.1",
"@lezer/common": "^1.2.3",
"@lezer/highlight": "^1.2.1",
"@rollup/plugin-yaml": "^4.1.2",
"@vite-pwa/astro": "^0.4.3",
"astro": "^4.16.8",
"astro-icon": "1.1.1",
"comlink": "^4.4.1",
"astro": "^5.0.3",
"astro-icon": "1.1.4",
"comlink": "^4.4.2",
"lodash": "4.17.21",
"normalize.css": "8.0.1",
"postcss": "8.4.47",
"postcss": "8.4.49",
"postcss-import": "16.1.0",
"postcss-load-config": "^6.0.1",
"postcss-loader": "8.1.1",
"postcss-preset-env": "10.0.9",
"postcss-preset-env": "10.1.1",
"postcss-reporter": "7.1.0",
"rehype-external-links": "^3.0.0",
"svelte": "5.1.3",
"vite": "^5.4.10",
"vite-plugin-pwa": "^0.20.5",
"svelte": "5.9.0",
"vite": "^6.0.3",
"vite-plugin-pwa": "^0.21.1",
"workbox-background-sync": "^7.3.0",
"workbox-core": "^7.3.0",
"workbox-expiration": "^7.3.0",
Expand All @@ -54,14 +54,14 @@
},
"devDependencies": {
"@yarnpkg/pnpify": "^4.1.3",
"astro-eslint-parser": "^1.0.3",
"astro-eslint-parser": "^1.1.0",
"eslint": "8.57.1",
"eslint-plugin-astro": "^0.33.1",
"eslint-plugin-svelte": "^2.46.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"eslint-plugin-svelte": "^2.46.1",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"shikiji-core": "^0.10.2",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 25f44fb

Please sign in to comment.