Skip to content

Commit

Permalink
Update to yarn 2.4.1 and add ts plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Mar 9, 2021
1 parent dc598f4 commit c2cce06
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 10 deletions.
8 changes: 8 additions & 0 deletions oada/.yarn/plugins/@yarnpkg/plugin-typescript.cjs

Large diffs are not rendered by default.

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions oada/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
packageExtensions:
oauth2orize-openid@*:
dependencies:
oauth2orize: "*"
express@*:
peerDependencies:
ejs: "*"
peerDependenciesMeta:
ejs:
optional: true
oauth2orize-openid@*:
dependencies:
oauth2orize: "*"

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"
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"

yarnPath: .yarn/releases/yarn-berry.cjs
yarnPath: .yarn/releases/yarn-2.4.1.cjs
4 changes: 2 additions & 2 deletions oada/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9783,11 +9783,11 @@ typescript@^4.1.5:

"typescript@patch:typescript@^4.1.5#builtin<compat/typescript>":
version: 4.1.5
resolution: "typescript@patch:typescript@npm%3A4.1.5#builtin<compat/typescript>::version=4.1.5&hash=cc6730"
resolution: "typescript@patch:typescript@npm%3A4.1.5#builtin<compat/typescript>::version=4.1.5&hash=a45b0e"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 58cc7786be0f8485c124944883b1384287532e4867ec37f1fb5cb2811dbc10f7a9decccad89097f924043285f3515bfd8223c61dbb4f88af00b2d8dc2ef73207
checksum: 9c57e19536e978f130694888fbda2f8fe60f92c388c6b2945881dd7c912078bf52663dcb3278100cf9f4689805fbaec86b3de42ef600fb9672545b24fc1b7b15
languageName: node
linkType: hard

Expand Down

0 comments on commit c2cce06

Please sign in to comment.