Skip to content

Commit

Permalink
new libs
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Dec 2, 2023
1 parent c345c5a commit cb093b7
Show file tree
Hide file tree
Showing 5 changed files with 1,597 additions and 1,404 deletions.
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.0.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ compressionLevel: mixed

enableGlobalCache: false

yarnPath: .yarn/releases/yarn-4.0.0.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,32 @@
"format": "pnpify run prettier --plugin prettier-plugin-svelte --write src"
},
"dependencies": {
"@astrojs/svelte": "^4.0.3",
"@codemirror/commands": "^6.3.0",
"@codemirror/lang-html": "6.4.6",
"@codemirror/language": "6.9.2",
"@codemirror/state": "6.3.1",
"@codemirror/view": "^6.22.0",
"@hotwired/turbo": "7.3.0",
"@astrojs/svelte": "^4.0.4",
"@codemirror/commands": "^6.3.2",
"@codemirror/lang-html": "6.4.7",
"@codemirror/language": "6.9.3",
"@codemirror/state": "6.3.2",
"@codemirror/view": "^6.22.1",
"@hotwired/turbo": "8.0.0-beta.1",
"@lezer/common": "^1.1.1",
"@lezer/highlight": "^1.1.6",
"@lezer/highlight": "^1.2.0",
"@rollup/plugin-yaml": "^4.1.2",
"@vite-pwa/astro": "^0.1.4",
"astro": "^3.5.0",
"@vite-pwa/astro": "^0.1.6",
"astro": "^3.6.4",
"astro-icon": "0.8.1",
"comlink": "^4.4.1",
"lodash": "4.17.21",
"normalize.css": "8.0.1",
"postcss": "8.4.31",
"postcss": "8.4.32",
"postcss-import": "15.1.0",
"postcss-load-config": "^4.0.1",
"postcss-load-config": "^5.0.0",
"postcss-loader": "7.3.3",
"postcss-preset-env": "9.3.0",
"postcss-reporter": "7.0.5",
"rehype-external-links": "^3.0.0",
"svelte": "4.2.3",
"vite": "^4.5.0",
"vite-plugin-pwa": "^0.16.7",
"svelte": "4.2.8",
"vite": "^5.0.4",
"vite-plugin-pwa": "^0.17.2",
"workbox-background-sync": "^7.0.0",
"workbox-core": "^7.0.0",
"workbox-expiration": "^7.0.0",
Expand All @@ -52,13 +52,13 @@
"workbox-window": "7.0.0"
},
"devDependencies": {
"@yarnpkg/pnpify": "^4.0.0",
"@yarnpkg/pnpify": "^4.0.1",
"astro-eslint-parser": "^0.16.0",
"eslint": "8.53.0",
"eslint-plugin-astro": "^0.29.1",
"eslint": "8.55.0",
"eslint-plugin-astro": "^0.30.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.1.0"
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.2"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].2"
}
Loading

0 comments on commit cb093b7

Please sign in to comment.