Skip to content

Commit

Permalink
update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Oct 9, 2023
1 parent acd6391 commit 3f512a0
Show file tree
Hide file tree
Showing 2 changed files with 692 additions and 721 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,31 @@
"format": "pnpify run prettier --plugin prettier-plugin-svelte --write src"
},
"dependencies": {
"@astrojs/svelte": "^4.0.2",
"@codemirror/commands": "^6.2.5",
"@astrojs/svelte": "^4.0.3",
"@codemirror/commands": "^6.3.0",
"@codemirror/lang-html": "6.4.6",
"@codemirror/language": "6.9.0",
"@codemirror/language": "6.9.1",
"@codemirror/state": "6.2.1",
"@codemirror/view": "^6.19.0",
"@codemirror/view": "^6.21.3",
"@hotwired/turbo": "7.3.0",
"@lezer/common": "^1.0.4",
"@lezer/common": "^1.1.0",
"@lezer/highlight": "^1.1.6",
"@rollup/plugin-yaml": "^4.1.1",
"@rollup/plugin-yaml": "^4.1.2",
"@vite-pwa/astro": "^0.1.3",
"astro": "^3.1.0",
"astro": "^3.2.3",
"astro-icon": "0.8.1",
"comlink": "^4.4.1",
"lodash": "4.17.21",
"normalize.css": "8.0.1",
"postcss": "8.4.29",
"postcss": "8.4.31",
"postcss-import": "15.1.0",
"postcss-load-config": "^4.0.1",
"postcss-loader": "7.3.3",
"postcss-preset-env": "9.1.3",
"postcss-preset-env": "9.1.4",
"postcss-reporter": "7.0.5",
"rehype-external-links": "^3.0.0",
"svelte": "4.2.0",
"vite": "^4.4.9",
"svelte": "4.2.1",
"vite": "^4.4.11",
"vite-plugin-pwa": "^0.16.5",
"workbox-background-sync": "^7.0.0",
"workbox-core": "^7.0.0",
Expand All @@ -52,10 +52,10 @@
"workbox-window": "7.0.0"
},
"devDependencies": {
"@yarnpkg/pnpify": "^4.0.0-rc.51",
"astro-eslint-parser": "^0.15.0",
"eslint": "8.49.0",
"eslint-plugin-astro": "^0.29.0",
"@yarnpkg/pnpify": "^4.0.0-rc.53",
"astro-eslint-parser": "^0.16.0",
"eslint": "8.51.0",
"eslint-plugin-astro": "^0.29.1",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3"
Expand Down
Loading

0 comments on commit 3f512a0

Please sign in to comment.