Skip to content

Commit

Permalink
Merge pull request #22 from twentyideas/chore/yarn-and-deps-update
Browse files Browse the repository at this point in the history
chore: ⬆️ upgrade yarn and deps
  • Loading branch information
mckelveygreg authored Dec 14, 2023
2 parents 7370ff8 + 729e8e1 commit 6e36e25
Show file tree
Hide file tree
Showing 7 changed files with 2,289 additions and 2,227 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ if [ -n "$(command -v nvm)" ]; then
else
echo >&2 "nvm is recommended, but it's not installed. Consider installing: https://github.com/nvm-sh/nvm - Using system node version"
fi

corepack enable
yarn lint-staged --allow-empty
9 changes: 0 additions & 9 deletions .yarn/plugins/@yarnpkg/plugin-typescript.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.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.

10 changes: 5 additions & 5 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
nodeLinker: node-modules
compressionLevel: mixed

enableGlobalCache: false

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@20i/eslint-config",
"version": "3.0.0",
"version": "3.1.0",
"description": "ESLint and Prettier Config for Twenty Ideas",
"main": "index.js",
"author": "Greg McKelvey <[email protected]>",
Expand Down Expand Up @@ -31,36 +31,36 @@
"tsconfig.json",
".prettierrc"
],
"packageManager": "yarn@3.6.4",
"packageManager": "yarn@4.0.2",
"peerDependencies": {
"eslint": "^8.51.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
"eslint": "^8.55.0",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.1.0",
"prettier-plugin-organize-imports": "^3.2.3"
"prettier-plugin-organize-imports": "^3.2.4"
},
"devDependencies": {
"@types/eslint": "^8.44.4",
"@types/is-ci": "^3.0.2",
"@types/node": "^20.8.6",
"eslint": "^8.51.0",
"@types/eslint": "^8.44.9",
"@types/is-ci": "^3.0.4",
"@types/node": "^20.10.4",
"eslint": "^8.55.0",
"husky": ">=8.0.3",
"is-ci": "^3.0.1",
"lint-staged": ">=15.0.1",
"markdownlint": "^0.31.1",
"markdownlint-cli": "^0.37.0",
"lint-staged": ">=15.2.0",
"markdownlint": "^0.32.1",
"markdownlint-cli": "^0.38.0",
"pinst": ">=3.0.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
"prettier": "^3.1.1",
"typescript": "^5.3.3"
},
"scripts": {
"lint": "yarn eslint --max-warnings=0 --cache --fix \"**/*.{js,ts,jsx,tsx}\"",
Expand Down
Loading

0 comments on commit 6e36e25

Please sign in to comment.