Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Sep 18, 2024
1 parent 5b39cd9 commit ea96f15
Show file tree
Hide file tree
Showing 2 changed files with 2,253 additions and 2,464 deletions.
38 changes: 19 additions & 19 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.4.0",
"@codemirror/commands": "^6.5.0",
"@astrojs/svelte": "^5.7.1",
"@codemirror/commands": "^6.6.2",
"@codemirror/lang-html": "6.4.9",
"@codemirror/language": "6.10.1",
"@codemirror/language": "6.10.2",
"@codemirror/state": "6.4.1",
"@codemirror/view": "^6.26.3",
"@hotwired/turbo": "8.0.4",
"@iconify-json/mdi": "^1.1.66",
"@codemirror/view": "^6.33.0",
"@hotwired/turbo": "8.0.10",
"@iconify-json/mdi": "^1.2.0",
"@lezer/common": "^1.2.1",
"@lezer/highlight": "^1.2.0",
"@lezer/highlight": "^1.2.1",
"@rollup/plugin-yaml": "^4.1.2",
"@vite-pwa/astro": "^0.4.0",
"astro": "^4.8.6",
"astro-icon": "1.1.0",
"@vite-pwa/astro": "^0.4.3",
"astro": "^4.15.7",
"astro-icon": "1.1.1",
"comlink": "^4.4.1",
"lodash": "4.17.21",
"normalize.css": "8.0.1",
"postcss": "8.4.38",
"postcss": "8.4.47",
"postcss-import": "16.1.0",
"postcss-load-config": "^5.1.0",
"postcss-load-config": "^6.0.1",
"postcss-loader": "8.1.1",
"postcss-preset-env": "9.5.13",
"postcss-preset-env": "9.6.0",
"postcss-reporter": "7.1.0",
"rehype-external-links": "^3.0.0",
"svelte": "4.2.19",
"vite": "^5.2.11",
"vite-plugin-pwa": "^0.20.0",
"vite": "^5.4.6",
"vite-plugin-pwa": "^0.20.5",
"workbox-background-sync": "^7.1.0",
"workbox-core": "^7.1.0",
"workbox-expiration": "^7.1.0",
Expand All @@ -53,13 +53,13 @@
"workbox-window": "7.1.0"
},
"devDependencies": {
"@yarnpkg/pnpify": "^4.1.0",
"astro-eslint-parser": "^1.0.2",
"@yarnpkg/pnpify": "^4.1.2",
"astro-eslint-parser": "^1.0.3",
"eslint": "8.57.0",
"eslint-plugin-astro": "^0.33.1",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"shikiji-core": "^0.10.2"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit ea96f15

Please sign in to comment.