Skip to content

Commit

Permalink
add nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
kanary authored and kanary committed Apr 22, 2024
1 parent ffd0ab6 commit 35461e4
Show file tree
Hide file tree
Showing 6 changed files with 9,231 additions and 5,848 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.18.2
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"@changesets/cli": "^2.27.1",
"prettier": "^3.2.4"
},
"prettier": "@channel.io/prettier-config"
"prettier": "@channel.io/prettier-config",
"version": "4.0.2"
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"@next/eslint-plugin-next": "^14.1.1",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
Expand Down
Loading

0 comments on commit 35461e4

Please sign in to comment.