Skip to content

Commit

Permalink
new libs
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Mar 28, 2023
1 parent 98ddd0c commit 63a87d5
Show file tree
Hide file tree
Showing 2 changed files with 448 additions and 406 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"dependencies": {
"@astrojs/svelte": "^2.1.0",
"@codemirror/commands": "^6.2.2",
"@codemirror/lang-html": "6.4.2",
"@codemirror/lang-html": "6.4.3",
"@codemirror/language": "6.6.0",
"@codemirror/state": "6.2.0",
"@codemirror/view": "^6.9.2",
"@codemirror/view": "^6.9.3",
"@hotwired/turbo": "7.3.0",
"@lezer/common": "^1.0.2",
"@lezer/highlight": "^1.1.3",
"@lezer/highlight": "^1.1.4",
"@rollup/plugin-yaml": "^4.0.1",
"@vite-pwa/astro": "^0.0.5",
"astro": "^2.1.3",
"astro": "^2.1.8",
"astro-compress": "^1.1.35",
"astro-icon": "0.8.0",
"comlink": "^4.4.1",
Expand All @@ -36,12 +36,12 @@
"postcss-import": "15.1.0",
"postcss-load-config": "^4.0.1",
"postcss-loader": "7.1.0",
"postcss-preset-env": "8.0.1",
"postcss-preset-env": "8.2.0",
"postcss-reporter": "7.0.5",
"rehype-external-links": "^2.0.1",
"svelte": "3.57.0",
"vite": "^4.2.0",
"vite-plugin-pwa": "^0.14.4",
"vite": "^4.2.1",
"vite-plugin-pwa": "^0.14.7",
"workbox-background-sync": "^6.5.4",
"workbox-core": "^6.5.4",
"workbox-expiration": "^6.5.4",
Expand All @@ -52,12 +52,12 @@
"workbox-window": "6.5.4"
},
"devDependencies": {
"astro-eslint-parser": "^0.13.0",
"astro-eslint-parser": "^0.13.2",
"eslint": "8.36.0",
"eslint-plugin-astro": "^0.26.0",
"eslint-plugin-astro": "^0.26.1",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.8.4",
"prettier-plugin-svelte": "^2.9.0"
"prettier": "^2.8.7",
"prettier-plugin-svelte": "^2.10.0"
},
"packageManager": "yarn@3.5.0"
}

0 comments on commit 63a87d5

Please sign in to comment.