Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
🧶 Added Yarn V2 (Berry) Support to Kibbeh, Kebab and Pilaf
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyydev committed Mar 28, 2021
1 parent 271619a commit 0861a55
Show file tree
Hide file tree
Showing 14 changed files with 36,920 additions and 73,767 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@ _
.env.local
kebab/lib
yarn-error.log

.yarn/*
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*
77 changes: 77 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Large diffs are not rendered by default.

55 changes: 55 additions & 0 deletions .yarn/releases/yarn-berry.cjs

Large diffs are not rendered by default.

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

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-berry.cjs
8 changes: 4 additions & 4 deletions kebab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@dogehouse/kebab",
"author": "Ilya Maximov <[email protected]> (https://overlisted.net)",
"bugs": "https://github.com/benawad/dogehouse/issues",
"version": "0.2.3",
"version": "0.2.4",
"license": "MIT",
"keywords": [
"dogehouse"
Expand All @@ -29,9 +29,9 @@
"ws": "^7.4.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"eslint": "^7.22.0",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"eslint": "^7.23.0",
"typescript": "^4.2.3"
}
}
60 changes: 30 additions & 30 deletions kibbeh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,69 +17,69 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@dogehouse/kebab": "^0.2.0",
"workspace:@dogehouse/kebab": "^0.2.4",
"@svgr/webpack": "^5.5.0",
"date-fns": "^2.19.0",
"emoji-mart": "^3.0.1",
"formik": "^2.2.6",
"hark": "^1.2.3",
"i18next": "^19.9.2",
"normalize-url": "^4.5.0",
"i18next-browser-languagedetector": "^6.0.1",
"i18next-http-backend": "^1.1.1",
"i18next": "^20.1.0",
"i18next-browser-languagedetector": "^6.1.0",
"i18next-http-backend": "^1.2.1",
"is-electron": "^2.2.0",
"lodash": "^4.17.21",
"mediasoup-client": "^3.6.29",
"next": "10.0.7",
"react": "17.0.1",
"react-dom": "17.0.1",
"next": "10.0.9",
"normalize-url": "^5.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-draggable": "^4.4.3",
"react-hotkeys": "^2.0.0",
"react-i18next": "^11.8.10",
"react-i18next": "^11.8.12",
"react-modal": "^3.12.1",
"react-query": "^3.12.2",
"react-query": "^3.13.0",
"tslib": "^2.1.0",
"uuid": "^8.3.2",
"zustand": "^3.3.3"
},
"devDependencies": {
"@babel/runtime": "^7.13.10",
"@storybook/addon-essentials": "^6.2.0-beta.10",
"@storybook/addon-links": "^6.2.0-beta.10",
"@storybook/react": "^6.2.0-beta.10",
"@storybook/theming": "^6.2.0-beta.10",
"@storybook/addon-essentials": "^6.2.0-rc.10",
"@storybook/addon-links": "^6.2.0-rc.10",
"@storybook/react": "^6.2.0-rc.10",
"@storybook/theming": "^6.2.0-rc.10",
"@svgr/cli": "^5.5.0",
"@tailwindcss/line-clamp": "^0.2.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.5",
"@types/emoji-mart": "^3.0.4",
"@types/hark": "^1.2.1",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"@types/react-i18next": "^8.1.0",
"@types/react-modal": "^3.12.0",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"autoprefixer": "^10.2.5",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"cross-env": "^7.0.3",
"css-loader": "^3.6.0",
"eslint": "^7.21.0",
"eslint-plugin-react": "^7.22.0",
"css-loader": "^5.2.0",
"eslint": "^7.23.0",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.3",
"mutationobserver-shim": "^0.3.7",
"next-transpile-modules": "^6.3.0",
"postcss": "^8.2.7",
"postcss": "^8.2.8",
"postcss-import": "^14.0.0",
"postcss-loader": "^4.2.0",
"prettier": "^2.0.5",
"style-loader": "^1.3.0",
"stylelint": "^13.11.0",
"stylelint-config-standard": "^20.0.0",
"tailwindcss": "^2.0.3",
"typescript": "3.9.5"
"postcss-loader": "^5.2.0",
"prettier": "^2.2.1",
"style-loader": "^2.0.0",
"stylelint": "^13.12.0",
"stylelint-config-standard": "^21.0.0",
"tailwindcss": "^2.0.4",
"typescript": "4.2.3"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
]
},
"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@types/jest": "^26.0.21",
"@commitlint/cli": "^12.1.0",
"@commitlint/config-conventional": "^12.1.0",
"@types/jest": "^26.0.22",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "^3.3.0",
"husky": "^5.1.3",
"husky": "^5.2.0",
"ts-jest": "^26.5.4"
},
"config": {
Expand Down
7 changes: 7 additions & 0 deletions pilaf/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,10 @@ buck-out/

# CocoaPods
/ios/Pods/

.yarn/*
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*
9 changes: 9 additions & 0 deletions pilaf/.yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
nodeLinker: node-modules

plugins:
- path: ../.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: ../.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: ../.yarn/releases/yarn-berry.cjs
Loading

0 comments on commit 0861a55

Please sign in to comment.