Skip to content

Commit

Permalink
Merge pull request #496 from DataDog/louiszawadzki/migrate-to-modern-…
Browse files Browse the repository at this point in the history
…yarn

Migrate to yarn modern
  • Loading branch information
louiszawadzki committed Jun 23, 2023
2 parents ddc6223 + d6705dc commit 6acdeb9
Show file tree
Hide file tree
Showing 8 changed files with 37,373 additions and 26,490 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,12 @@ package-lock.json
# Release artifacts
packages/**/*.tgz
expo/**/*.tgz

# Yarn ignored files
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
11 changes: 10 additions & 1 deletion example-new-architecture/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,13 @@ yarn-error.log
.metro-health-check*

# Secrets
ddCredentials.js
ddCredentials.js

# Yarn ignored files
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
17,096 changes: 10,057 additions & 7,039 deletions example-new-architecture/yarn.lock

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,12 @@ yarn-error.log
# Temporary files created by Metro to check the health of the file watcher
.metro-health-check*
src/ddCredentials.*

# Yarn ignored files
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
16,618 changes: 9,845 additions & 6,773 deletions example/yarn.lock

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,11 @@
"prettier": "2.2.0",
"react": "18.2.0",
"react-native": "0.71.2",
"react-native-webview": "11.26.1",
"react-native-builder-bob": "0.17.1",
"react-native-webview": "11.26.1",
"react-test-renderer": "18.1.0",
"typescript": "4.8.4"
},
"resolutions": {
"**/@types/react-native": "0.71.0"
},
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
Expand Down
30,114 changes: 17,441 additions & 12,673 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 6acdeb9

Please sign in to comment.