Skip to content

Commit

Permalink
Update buildTools (laurent22#8755)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 1, 2023
1 parent 302ebf4 commit 10ea9b7
Show file tree
Hide file tree
Showing 18 changed files with 1,925 additions and 1,561 deletions.
823 changes: 0 additions & 823 deletions .yarn/releases/yarn-3.3.1.cjs

This file was deleted.

874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.3.1.cjs
yarnPath: .yarn/releases/yarn-3.6.1.cjs

logFilters:

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@
"devDependencies": {
"@joplin/utils": "~2.12",
"@seiyab/eslint-plugin-react-hooks": "4.5.1-beta.0",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"cspell": "5.21.2",
"eslint": "8.43.0",
"eslint": "8.45.0",
"eslint-interactive": "10.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.2",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react": "7.33.0",
"execa": "5.1.1",
"fs-extra": "11.1.1",
"glob": "10.3.3",
Expand All @@ -85,16 +85,16 @@
"lint-staged": "13.2.3",
"madge": "6.1.0",
"npm-package-json-lint": "6.4.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"dependencies": {
"@types/fs-extra": "11.0.1",
"eslint-plugin-github": "4.8.0",
"eslint-plugin-github": "4.9.2",
"http-server": "14.1.1",
"node-gyp": "9.4.0",
"nodemon": "2.0.22"
},
"packageManager": "yarn@3.6.0",
"packageManager": "yarn@3.6.1",
"resolutions": {
"react-native-camera@4.2.1": "patch:react-native-camera@npm%3A4.2.1#./.yarn/patches/react-native-camera-npm-4.2.1-24b2600a7e.patch",
"react-native-vosk@0.1.12": "patch:react-native-vosk@npm%3A0.1.12#./.yarn/patches/react-native-vosk-npm-0.1.12-76b1caaae8.patch",
Expand Down
6 changes: 3 additions & 3 deletions packages/app-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@
"@joplin/tools": "~2.12",
"@types/fs-extra": "11.0.1",
"@types/jest": "29.5.3",
"@types/node": "18.16.18",
"@types/node": "18.17.0",
"@types/proper-lockfile": "^4.1.2",
"gulp": "4.0.2",
"jest": "29.5.0",
"jest": "29.6.1",
"temp": "0.9.4",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
10 changes: 5 additions & 5 deletions packages/app-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,20 +111,20 @@
"@joplin/tools": "~2.12",
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "29.5.3",
"@types/node": "18.16.18",
"@types/react": "18.0.24",
"@types/node": "18.17.0",
"@types/react": "18.2.15",
"@types/react-redux": "7.1.25",
"@types/styled-components": "5.1.26",
"electron": "25.3.1",
"electron-builder": "24.4.0",
"glob": "10.3.3",
"gulp": "4.0.2",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest": "29.6.1",
"jest-environment-jsdom": "29.6.1",
"js-sha512": "0.8.0",
"nan": "2.17.0",
"react-test-renderer": "18.2.0",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"optionalDependencies": {
"7zip-bin-linux": "^1.0.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/app-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,17 +108,17 @@
"@tsconfig/react-native": "2.0.2",
"@types/fs-extra": "11.0.1",
"@types/jest": "29.5.3",
"@types/react": "18.0.24",
"@types/react": "18.2.15",
"@types/react-native": "0.70.6",
"@types/react-redux": "7.1.25",
"@types/tar-stream": "2.2.2",
"babel-jest": "29.5.0",
"babel-jest": "29.6.1",
"babel-plugin-module-resolver": "4.1.0",
"execa": "4.1.0",
"fs-extra": "11.1.1",
"gulp": "4.0.2",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest": "29.6.1",
"jest-environment-jsdom": "29.6.1",
"jetifier": "2.0.0",
"jsdom": "22.1.0",
"md5-file": "5.0.0",
Expand All @@ -129,7 +129,7 @@
"ts-jest": "29.1.1",
"ts-loader": "9.4.4",
"ts-node": "10.9.1",
"typescript": "5.1.3",
"typescript": "5.1.6",
"uglify-js": "3.17.4",
"webpack": "5.74.0"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/fork-htmlparser2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@
},
"devDependencies": {
"@types/jest": "29.5.3",
"@types/node": "18.16.18",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"@types/node": "18.17.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"coveralls": "3.1.1",
"eslint": "8.43.0",
"jest": "29.5.0",
"eslint": "8.45.0",
"jest": "29.6.1",
"prettier": "2.8.8",
"ts-jest": "29.1.1",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"jest": {
"preset": "ts-jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-joplin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"yosay": "2.0.2"
},
"devDependencies": {
"jest": "29.5.0"
"jest": "29.6.1"
},
"repository": "https://github.com/laurent22/generator-joplin",
"license": "AGPL-3.0-or-later",
Expand Down
8 changes: 4 additions & 4 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"@types/fs-extra": "11.0.1",
"@types/jest": "29.5.3",
"@types/js-yaml": "4.0.5",
"@types/node": "18.16.18",
"@types/node": "18.17.0",
"@types/node-rsa": "1.1.1",
"@types/react": "18.0.24",
"@types/react": "18.2.15",
"@types/uuid": "9.0.2",
"clean-html": "1.5.0",
"jest": "29.5.0",
"jest": "29.6.1",
"sharp": "0.32.4",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"dependencies": {
"@aws-sdk/client-s3": "3.296.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/pdf-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"devDependencies": {
"@types/jest": "29.5.3",
"@types/pdfjs-dist": "2.10.378",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.6",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/styled-components": "5.1.26",
"babel-jest": "29.5.0",
"babel-jest": "29.6.1",
"css-loader": "6.8.1",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest": "29.6.1",
"jest-environment-jsdom": "29.6.1",
"style-loader": "3.3.3",
"ts-jest": "29.1.1",
"ts-loader": "9.4.4",
"typescript": "5.1.3",
"typescript": "5.1.6",
"webpack": "5.74.0",
"webpack-cli": "4.10.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-repo-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"devDependencies": {
"@types/fs-extra": "11.0.1",
"@types/jest": "29.5.3",
"@types/node": "18.16.18",
"jest": "29.5.0",
"@types/node": "18.17.0",
"jest": "29.6.1",
"source-map-loader": "4.0.1",
"typescript": "5.1.3",
"typescript": "5.1.6",
"webpack": "5.65.0",
"webpack-cli": "4.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-saf-x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/react-native": "0.64.19",
"react": "18.2.0",
"react-native": "0.70.6",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"peerDependencies": {
"react": "*",
Expand Down
8 changes: 4 additions & 4 deletions packages/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@types/jest": "29.5.3",
"@types/node": "18.16.18",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"@types/node": "18.17.0",
"jest": "29.6.1",
"jest-environment-jsdom": "29.6.1",
"ts-jest": "29.1.1",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"dependencies": {
"@joplin/fork-htmlparser2": "^4.1.46",
Expand Down
8 changes: 4 additions & 4 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,18 @@
"@types/jest": "29.5.3",
"@types/jest-expect-message": "1.0.4",
"@types/jsdom": "21.1.1",
"@types/koa": "2.13.6",
"@types/koa": "2.13.8",
"@types/markdown-it": "12.2.3",
"@types/mustache": "4.2.2",
"@types/nodemailer": "6.4.8",
"@types/nodemailer": "6.4.9",
"@types/yargs": "17.0.24",
"@types/zxcvbn": "4.4.1",
"gulp": "4.0.2",
"jest": "29.5.0",
"jest": "29.6.1",
"jest-expect-message": "1.1.3",
"jsdom": "22.1.0",
"node-mocks-http": "1.12.2",
"source-map-support": "0.5.21",
"typescript": "5.1.3"
"typescript": "5.1.6"
}
}
6 changes: 3 additions & 3 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@
"@types/fs-extra": "11.0.1",
"@types/jest": "29.5.3",
"@types/mustache": "4.2.2",
"@types/node": "18.16.18",
"@types/node": "18.17.0",
"@types/node-fetch": "2.6.4",
"@types/yargs": "17.0.24",
"gettext-extractor": "3.8.0",
"gulp": "4.0.2",
"html-entities": "1.4.0",
"jest": "29.5.0",
"jest": "29.6.1",
"rss": "1.2.2",
"sass": "1.64.2",
"sqlite3": "5.1.6",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/fs-extra": "11.0.1",
"@types/jest": "29.5.3",
"@types/node-fetch": "2.6.4",
"jest": "29.5.0",
"jest": "29.6.1",
"ts-jest": "29.1.1"
}
}
Loading

0 comments on commit 10ea9b7

Please sign in to comment.