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 6f257a2 commit e378f5c
Show file tree
Hide file tree
Showing 7 changed files with 3,038 additions and 3,534 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 20.3.1
nodejs 20.8.1
perl 5.36.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
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@unicode/unicode-15.1.0": "^1.5.2",
"@yarnpkg/pnpify": "^4.0.0-rc.53",
"eslint": "^8.51.0",
"@yarnpkg/pnpify": "^4.0.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^22.1.0",
Expand All @@ -62,5 +62,5 @@
"typescript": "^5.2.2",
"unicode-property-value-aliases": "^3.7.1"
},
"packageManager": "yarn@3.6.3"
"packageManager": "yarn@4.0.0"
}

0 comments on commit e378f5c

Please sign in to comment.