Skip to content

Commit

Permalink
chore(yarn): upgrade Yarn to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbesnier committed Nov 22, 2024
1 parent 175b438 commit 6c71197
Show file tree
Hide file tree
Showing 8 changed files with 21,932 additions and 15,795 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ lerna-debug.log
# yarn
yarn-error.log
.vscode/settings.json
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.2.cjs

Large diffs are not rendered by default.

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

yarnPath: .yarn/releases/yarn-4.5.2.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "root",
"private": true,
"packageManager": "yarn@1.22.19",
"packageManager": "yarn@4.5.2",
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
Expand Down
3 changes: 1 addition & 2 deletions packages/datasource-mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@
"clean": "rm -rf coverage dist",
"lint": "eslint src test",
"test": "jest"
},
"devDependencies": {}
}
}
4 changes: 2 additions & 2 deletions packages/datasource-sql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"dependencies": {
"@forestadmin/datasource-sequelize": "1.10.5",
"@forestadmin/datasource-toolkit": "1.43.0",
"@types/ssh2": "^1.11.11",
"pluralize": "^8.0.0",
"sequelize": "^6.37.5",
"socks": "^2.7.1",
"ssh2": "^1.14.0",
"@types/ssh2": "^1.11.11"
"ssh2": "^1.14.0"
},
"files": [
"dist/**/*.js",
Expand Down
4 changes: 1 addition & 3 deletions packages/forest-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@
"url": "git+https://github.com/ForestAdmin/agent-nodejs.git",
"directory": "packages/forest-cloud"
},
"bin": {
"forest-cloud": "dist/command.js"
},
"bin": "dist/command.js",
"scripts": {
"build": "tsc && yarn build:copy",
"build:watch": "tsc --watch & nodemon --watch 'src/templates/*' --ext txt --exec yarn build:copy",
Expand Down
Loading

0 comments on commit 6c71197

Please sign in to comment.