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

Commit

Permalink
Yarn migration (#45)
Browse files Browse the repository at this point in the history
* Start yarn migration

* Migrate lockfile.

* Add plugins.
  • Loading branch information
colinhemphill authored Oct 2, 2022
1 parent 264ea83 commit 588dacd
Show file tree
Hide file tree
Showing 9 changed files with 12,617 additions and 7,809 deletions.
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ tsconfig.tsbuildinfo*

# dependencies
node_modules
.pnp
.pnp.js
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# testing
coverage
Expand Down
541 changes: 541 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

783 changes: 783 additions & 0 deletions .yarn/releases/yarn-3.2.3.cjs

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
defaultSemverRangePrefix: ""

nodeLinker: node-modules
defaultSemverRangePrefix: ''

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

yarnPath: .yarn/releases/yarn-3.2.3.cjs
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/deepmerge": "2.2.0",
"@types/glob": "8.0.0",
"@types/lodash": "4.14.186",
"@types/node": "18.7.19",
"@types/node": "18.7.23",
"@types/react": "18.0.21",
"eslint": "8.24.0",
"next-compose-plugins": "2.2.1",
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
"types": "turbo run types"
},
"devDependencies": {
"prettier": "latest",
"prettier": "2.7.1",
"turbo": "1.5.5"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=14.0.0"
},
"dependencies": {},
"packageManager": "yarn@1.22.19"
"packageManager": "yarn@3.2.3"
}
2 changes: 1 addition & 1 deletion packages/strum-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@
"react": ">=17",
"react-dom": ">=17"
}
}
}
2 changes: 1 addition & 1 deletion packages/strum-tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"nextjs.json",
"react-library.json"
]
}
}
19,073 changes: 11,273 additions & 7,800 deletions yarn.lock

Large diffs are not rendered by default.

1 comment on commit 588dacd

@vercel
Copy link

@vercel vercel bot commented on 588dacd Oct 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.