Skip to content

Commit

Permalink
new node + yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Oct 24, 2023
1 parent b7df58e commit f69fefa
Show file tree
Hide file tree
Showing 7 changed files with 2,061 additions and 2,575 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
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.3.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.3.cjs
enableGlobalCache: false

yarnPath: .yarn/releases/yarn-4.0.0.cjs
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"devDependencies": {
"@picocss/pico": "^1.5.10",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.25.2",
"@types/cookie": "^0.5.2",
"@yarnpkg/pnpify": "^4.0.0-rc.53",
"eslint": "^8.51.0",
"@sveltejs/kit": "^1.27.0",
"@types/cookie": "^0.5.3",
"@yarnpkg/pnpify": "^4.0.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.34.0",
"lodash": "^4.17.21",
Expand All @@ -27,12 +27,12 @@
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"re2js": "^0.4.0",
"svelte": "^4.2.1",
"svelte": "^4.2.2",
"svelte-check": "^3.5.2",
"svelte-preprocess": "^5.0.4",
"typescript": "^5.2.2",
"vite": "^4.4.11"
"vite": "^4.5.0"
},
"type": "module",
"packageManager": "yarn@3.6.3"
"packageManager": "yarn@4.0.0"
}
Loading

0 comments on commit f69fefa

Please sign in to comment.