Skip to content

Commit

Permalink
new node.js + yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Oct 24, 2023
1 parent 4f93dc7 commit b23f875
Show file tree
Hide file tree
Showing 7 changed files with 4,307 additions and 4,599 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.2.2
nodejs 20.3.1
nodejs 20.8.1
541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.0.cjs

This file was deleted.

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

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
compressionLevel: mixed

yarnPath: .yarn/releases/yarn-3.6.0.cjs
enableGlobalCache: false

yarnPath: .yarn/releases/yarn-4.0.0.cjs
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"@astrojs/svelte": "^4.0.3",
"@codemirror/commands": "^6.3.0",
"@codemirror/lang-html": "6.4.6",
"@codemirror/language": "6.9.1",
"@codemirror/state": "6.2.1",
"@codemirror/view": "^6.21.3",
"@codemirror/language": "6.9.2",
"@codemirror/state": "6.3.1",
"@codemirror/view": "^6.21.4",
"@hotwired/turbo": "7.3.0",
"@lezer/common": "^1.1.0",
"@lezer/highlight": "^1.1.6",
"@rollup/plugin-yaml": "^4.1.2",
"@vite-pwa/astro": "^0.1.3",
"astro": "^3.2.3",
"astro": "^3.3.4",
"astro-icon": "0.8.1",
"comlink": "^4.4.1",
"lodash": "4.17.21",
Expand All @@ -36,11 +36,11 @@
"postcss-import": "15.1.0",
"postcss-load-config": "^4.0.1",
"postcss-loader": "7.3.3",
"postcss-preset-env": "9.1.4",
"postcss-preset-env": "9.2.0",
"postcss-reporter": "7.0.5",
"rehype-external-links": "^3.0.0",
"svelte": "4.2.1",
"vite": "^4.4.11",
"svelte": "4.2.2",
"vite": "^4.5.0",
"vite-plugin-pwa": "^0.16.5",
"workbox-background-sync": "^7.0.0",
"workbox-core": "^7.0.0",
Expand All @@ -52,13 +52,13 @@
"workbox-window": "7.0.0"
},
"devDependencies": {
"@yarnpkg/pnpify": "^4.0.0-rc.53",
"@yarnpkg/pnpify": "^4.0.0",
"astro-eslint-parser": "^0.16.0",
"eslint": "8.51.0",
"eslint": "8.52.0",
"eslint-plugin-astro": "^0.29.1",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3"
},
"packageManager": "yarn@3.6.0"
"packageManager": "yarn@4.0.0"
}
Loading

0 comments on commit b23f875

Please sign in to comment.