mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Update buildTools (#8264)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
This commit is contained in:
parent
531402cede
commit
dde7acc70f
16
package.json
16
package.json
@ -66,15 +66,15 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@joplin/utils": "~2.11",
|
"@joplin/utils": "~2.11",
|
||||||
"@seiyab/eslint-plugin-react-hooks": "4.5.1-beta.0",
|
"@seiyab/eslint-plugin-react-hooks": "4.5.1-beta.0",
|
||||||
"@typescript-eslint/eslint-plugin": "5.48.2",
|
"@typescript-eslint/eslint-plugin": "5.59.0",
|
||||||
"@typescript-eslint/parser": "5.48.2",
|
"@typescript-eslint/parser": "5.59.0",
|
||||||
"cspell": "5.21.2",
|
"cspell": "5.21.2",
|
||||||
"eslint": "8.31.0",
|
"eslint": "8.39.0",
|
||||||
"eslint-interactive": "10.3.0",
|
"eslint-interactive": "10.7.0",
|
||||||
"eslint-plugin-import": "2.27.4",
|
"eslint-plugin-import": "2.27.5",
|
||||||
"eslint-plugin-jest": "27.2.1",
|
"eslint-plugin-jest": "27.2.1",
|
||||||
"eslint-plugin-promise": "6.1.1",
|
"eslint-plugin-promise": "6.1.1",
|
||||||
"eslint-plugin-react": "7.32.0",
|
"eslint-plugin-react": "7.32.2",
|
||||||
"execa": "5.1.1",
|
"execa": "5.1.1",
|
||||||
"fs-extra": "11.1.1",
|
"fs-extra": "11.1.1",
|
||||||
"glob": "8.1.0",
|
"glob": "8.1.0",
|
||||||
@ -86,7 +86,7 @@
|
|||||||
"npm-package-json-lint": "6.4.0",
|
"npm-package-json-lint": "6.4.0",
|
||||||
"svg2vectordrawable": "^2.9.1",
|
"svg2vectordrawable": "^2.9.1",
|
||||||
"typedoc": "0.17.8",
|
"typedoc": "0.17.8",
|
||||||
"typescript": "4.9.4"
|
"typescript": "4.9.5"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/fs-extra": "9.0.13",
|
"@types/fs-extra": "9.0.13",
|
||||||
@ -94,7 +94,7 @@
|
|||||||
"node-gyp": "9.3.1",
|
"node-gyp": "9.3.1",
|
||||||
"nodemon": "2.0.22"
|
"nodemon": "2.0.22"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@3.3.1",
|
"packageManager": "yarn@3.5.0",
|
||||||
"resolutions": {
|
"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-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"
|
"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"
|
||||||
|
@ -72,12 +72,12 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@joplin/tools": "~2.11",
|
"@joplin/tools": "~2.11",
|
||||||
"@types/fs-extra": "9.0.13",
|
"@types/fs-extra": "9.0.13",
|
||||||
"@types/jest": "29.2.6",
|
"@types/jest": "29.5.1",
|
||||||
"@types/node": "18.11.18",
|
"@types/node": "18.15.13",
|
||||||
"@types/proper-lockfile": "^4.1.2",
|
"@types/proper-lockfile": "^4.1.2",
|
||||||
"gulp": "4.0.2",
|
"gulp": "4.0.2",
|
||||||
"jest": "29.4.3",
|
"jest": "29.5.0",
|
||||||
"temp": "0.9.4",
|
"temp": "0.9.4",
|
||||||
"typescript": "4.9.4"
|
"typescript": "4.9.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -110,9 +110,9 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@joplin/tools": "~2.11",
|
"@joplin/tools": "~2.11",
|
||||||
"@testing-library/react-hooks": "8.0.1",
|
"@testing-library/react-hooks": "8.0.1",
|
||||||
"@types/jest": "29.2.6",
|
"@types/jest": "29.5.1",
|
||||||
"@types/node": "18.11.18",
|
"@types/node": "18.15.13",
|
||||||
"@types/react": "16.14.35",
|
"@types/react": "16.14.41",
|
||||||
"@types/react-redux": "7.1.25",
|
"@types/react-redux": "7.1.25",
|
||||||
"@types/styled-components": "5.1.26",
|
"@types/styled-components": "5.1.26",
|
||||||
"electron": "19.1.4",
|
"electron": "19.1.4",
|
||||||
@ -121,12 +121,12 @@
|
|||||||
"electron-rebuild": "3.2.9",
|
"electron-rebuild": "3.2.9",
|
||||||
"glob": "8.1.0",
|
"glob": "8.1.0",
|
||||||
"gulp": "4.0.2",
|
"gulp": "4.0.2",
|
||||||
"jest": "29.4.3",
|
"jest": "29.5.0",
|
||||||
"jest-environment-jsdom": "29.4.3",
|
"jest-environment-jsdom": "29.5.0",
|
||||||
"js-sha512": "0.8.0",
|
"js-sha512": "0.8.0",
|
||||||
"nan": "2.17.0",
|
"nan": "2.17.0",
|
||||||
"react-test-renderer": "18.2.0",
|
"react-test-renderer": "18.2.0",
|
||||||
"typescript": "4.9.4"
|
"typescript": "4.9.5"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"7zip-bin-linux": "^1.0.1",
|
"7zip-bin-linux": "^1.0.1",
|
||||||
|
@ -97,24 +97,24 @@
|
|||||||
"@joplin/tools": "~2.11",
|
"@joplin/tools": "~2.11",
|
||||||
"@lezer/highlight": "1.1.4",
|
"@lezer/highlight": "1.1.4",
|
||||||
"@types/fs-extra": "9.0.13",
|
"@types/fs-extra": "9.0.13",
|
||||||
"@types/jest": "29.2.6",
|
"@types/jest": "29.5.1",
|
||||||
"@types/react-native": "0.70.6",
|
"@types/react-native": "0.70.6",
|
||||||
"@types/react-redux": "7.1.25",
|
"@types/react-redux": "7.1.25",
|
||||||
"babel-plugin-module-resolver": "4.1.0",
|
"babel-plugin-module-resolver": "4.1.0",
|
||||||
"execa": "4.1.0",
|
"execa": "4.1.0",
|
||||||
"fs-extra": "11.1.1",
|
"fs-extra": "11.1.1",
|
||||||
"gulp": "4.0.2",
|
"gulp": "4.0.2",
|
||||||
"jest": "29.4.3",
|
"jest": "29.5.0",
|
||||||
"jest-environment-jsdom": "29.4.3",
|
"jest-environment-jsdom": "29.5.0",
|
||||||
"jetifier": "2.0.0",
|
"jetifier": "2.0.0",
|
||||||
"jsdom": "21.1.2",
|
"jsdom": "21.1.2",
|
||||||
"md5-file": "5.0.0",
|
"md5-file": "5.0.0",
|
||||||
"metro-react-native-babel-preset": "0.72.3",
|
"metro-react-native-babel-preset": "0.72.3",
|
||||||
"nodemon": "2.0.22",
|
"nodemon": "2.0.22",
|
||||||
"ts-jest": "29.0.5",
|
"ts-jest": "29.1.0",
|
||||||
"ts-loader": "9.4.2",
|
"ts-loader": "9.4.2",
|
||||||
"ts-node": "10.9.1",
|
"ts-node": "10.9.1",
|
||||||
"typescript": "4.9.4",
|
"typescript": "4.9.5",
|
||||||
"uglify-js": "3.17.4",
|
"uglify-js": "3.17.4",
|
||||||
"webpack": "5.74.0"
|
"webpack": "5.74.0"
|
||||||
}
|
}
|
||||||
|
@ -45,17 +45,17 @@
|
|||||||
"entities": "2.2.0"
|
"entities": "2.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "29.2.6",
|
"@types/jest": "29.5.1",
|
||||||
"@types/node": "18.11.18",
|
"@types/node": "18.15.13",
|
||||||
"@typescript-eslint/eslint-plugin": "5.48.2",
|
"@typescript-eslint/eslint-plugin": "5.59.0",
|
||||||
"@typescript-eslint/parser": "5.48.2",
|
"@typescript-eslint/parser": "5.59.0",
|
||||||
"coveralls": "3.1.1",
|
"coveralls": "3.1.1",
|
||||||
"eslint": "8.31.0",
|
"eslint": "8.39.0",
|
||||||
"eslint-config-prettier": "8.6.0",
|
"eslint-config-prettier": "8.8.0",
|
||||||
"jest": "29.4.3",
|
"jest": "29.5.0",
|
||||||
"prettier": "2.8.3",
|
"prettier": "2.8.8",
|
||||||
"ts-jest": "29.0.5",
|
"ts-jest": "29.1.0",
|
||||||
"typescript": "4.9.4"
|
"typescript": "4.9.5"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"preset": "ts-jest",
|
"preset": "ts-jest",
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
"yosay": "2.0.2"
|
"yosay": "2.0.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"jest": "29.4.3"
|
"jest": "29.5.0"
|
||||||
},
|
},
|
||||||
"repository": "https://github.com/laurent22/generator-joplin",
|
"repository": "https://github.com/laurent22/generator-joplin",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
|
@ -17,16 +17,16 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/fs-extra": "9.0.13",
|
"@types/fs-extra": "9.0.13",
|
||||||
"@types/jest": "29.2.6",
|
"@types/jest": "29.5.1",
|
||||||
"@types/js-yaml": "4.0.5",
|
"@types/js-yaml": "4.0.5",
|
||||||
"@types/node": "18.11.18",
|
"@types/node": "18.15.13",
|
||||||
"@types/node-rsa": "1.1.1",
|
"@types/node-rsa": "1.1.1",
|
||||||
"@types/react": "17.0.53",
|
"@types/react": "17.0.59",
|
||||||
"@types/uuid": "^9.0.0",
|
"@types/uuid": "^9.0.0",
|
||||||
"clean-html": "1.5.0",
|
"clean-html": "1.5.0",
|
||||||
"jest": "29.4.3",
|
"jest": "29.5.0",
|
||||||
"sharp": "0.32.1",
|
"sharp": "0.32.1",
|
||||||
"typescript": "4.9.4"
|
"typescript": "4.9.5"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-s3": "3.296.0",
|
"@aws-sdk/client-s3": "3.296.0",
|
||||||
|
@ -19,19 +19,19 @@
|
|||||||
"author": "Joplin",
|
"author": "Joplin",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "29.2.6",
|
"@types/jest": "29.5.1",
|
||||||
"@types/pdfjs-dist": "2.10.378",
|
"@types/pdfjs-dist": "2.10.378",
|
||||||
"@types/react": "16.14.35",
|
"@types/react": "16.14.41",
|
||||||
"@types/react-dom": "18.0.10",
|
"@types/react-dom": "18.0.11",
|
||||||
"@types/styled-components": "5.1.25",
|
"@types/styled-components": "5.1.26",
|
||||||
"babel-jest": "29.4.3",
|
"babel-jest": "29.5.0",
|
||||||
"css-loader": "6.7.3",
|
"css-loader": "6.7.3",
|
||||||
"jest": "29.4.3",
|
"jest": "29.5.0",
|
||||||
"jest-environment-jsdom": "29.4.3",
|
"jest-environment-jsdom": "29.5.0",
|
||||||
"style-loader": "3.3.2",
|
"style-loader": "3.3.2",
|
||||||
"ts-jest": "29.0.5",
|
"ts-jest": "29.1.0",
|
||||||
"ts-loader": "9.4.2",
|
"ts-loader": "9.4.2",
|
||||||
"typescript": "4.9.4",
|
"typescript": "4.9.5",
|
||||||
"webpack": "5.74.0",
|
"webpack": "5.74.0",
|
||||||
"webpack-cli": "4.10.0"
|
"webpack-cli": "4.10.0"
|
||||||
},
|
},
|
||||||
|
@ -29,11 +29,11 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/fs-extra": "9.0.13",
|
"@types/fs-extra": "9.0.13",
|
||||||
"@types/jest": "29.2.6",
|
"@types/jest": "29.5.1",
|
||||||
"@types/node": "18.11.18",
|
"@types/node": "18.15.13",
|
||||||
"jest": "29.4.3",
|
"jest": "29.5.0",
|
||||||
"source-map-loader": "4.0.1",
|
"source-map-loader": "4.0.1",
|
||||||
"typescript": "4.9.4",
|
"typescript": "4.9.5",
|
||||||
"webpack": "5.65.0",
|
"webpack": "5.65.0",
|
||||||
"webpack-cli": "4.10.0"
|
"webpack-cli": "4.10.0"
|
||||||
},
|
},
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
"@types/react-native": "0.64.19",
|
"@types/react-native": "0.64.19",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-native": "0.70.6",
|
"react-native": "0.70.6",
|
||||||
"typescript": "4.9.4"
|
"typescript": "4.9.5"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "*",
|
"react": "*",
|
||||||
|
@ -18,12 +18,12 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "29.2.6",
|
"@types/jest": "29.5.1",
|
||||||
"@types/node": "18.11.18",
|
"@types/node": "18.15.13",
|
||||||
"jest": "29.4.3",
|
"jest": "29.5.0",
|
||||||
"jest-environment-jsdom": "29.4.3",
|
"jest-environment-jsdom": "29.5.0",
|
||||||
"ts-jest": "29.0.5",
|
"ts-jest": "29.1.0",
|
||||||
"typescript": "4.9.4"
|
"typescript": "4.9.5"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@joplin/fork-htmlparser2": "^4.1.43",
|
"@joplin/fork-htmlparser2": "^4.1.43",
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
"@joplin/lib": "~2.11",
|
"@joplin/lib": "~2.11",
|
||||||
"@joplin/renderer": "~2.11",
|
"@joplin/renderer": "~2.11",
|
||||||
"@koa/cors": "3.1.0",
|
"@koa/cors": "3.1.0",
|
||||||
"@types/uuid": "9.0.0",
|
"@types/uuid": "9.0.1",
|
||||||
"bcryptjs": "2.4.3",
|
"bcryptjs": "2.4.3",
|
||||||
"bulma": "0.9.4",
|
"bulma": "0.9.4",
|
||||||
"bulma-prefers-dark": "0.1.0-beta.1",
|
"bulma-prefers-dark": "0.1.0-beta.1",
|
||||||
@ -60,23 +60,23 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@joplin/tools": "~2.11",
|
"@joplin/tools": "~2.11",
|
||||||
"@rmp135/sql-ts": "1.16.0",
|
"@rmp135/sql-ts": "1.16.0",
|
||||||
"@types/formidable": "2.0.5",
|
"@types/formidable": "2.0.6",
|
||||||
"@types/fs-extra": "9.0.13",
|
"@types/fs-extra": "9.0.13",
|
||||||
"@types/jest": "29.2.6",
|
"@types/jest": "29.5.1",
|
||||||
"@types/jest-expect-message": "1.0.4",
|
"@types/jest-expect-message": "1.0.4",
|
||||||
"@types/jsdom": "16.2.15",
|
"@types/jsdom": "16.2.15",
|
||||||
"@types/koa": "2.13.5",
|
"@types/koa": "2.13.6",
|
||||||
"@types/markdown-it": "12.2.3",
|
"@types/markdown-it": "12.2.3",
|
||||||
"@types/mustache": "4.2.2",
|
"@types/mustache": "4.2.2",
|
||||||
"@types/nodemailer": "6.4.7",
|
"@types/nodemailer": "6.4.7",
|
||||||
"@types/yargs": "17.0.20",
|
"@types/yargs": "17.0.24",
|
||||||
"@types/zxcvbn": "4.4.1",
|
"@types/zxcvbn": "4.4.1",
|
||||||
"gulp": "4.0.2",
|
"gulp": "4.0.2",
|
||||||
"jest": "29.4.3",
|
"jest": "29.5.0",
|
||||||
"jest-expect-message": "1.1.3",
|
"jest-expect-message": "1.1.3",
|
||||||
"jsdom": "21.1.2",
|
"jsdom": "21.1.2",
|
||||||
"node-mocks-http": "1.12.2",
|
"node-mocks-http": "1.12.2",
|
||||||
"source-map-support": "0.5.21",
|
"source-map-support": "0.5.21",
|
||||||
"typescript": "4.9.4"
|
"typescript": "4.9.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -45,19 +45,19 @@
|
|||||||
"@joplin/fork-htmlparser2": "^4.1.43",
|
"@joplin/fork-htmlparser2": "^4.1.43",
|
||||||
"@rmp135/sql-ts": "1.16.0",
|
"@rmp135/sql-ts": "1.16.0",
|
||||||
"@types/fs-extra": "9.0.13",
|
"@types/fs-extra": "9.0.13",
|
||||||
"@types/jest": "29.2.6",
|
"@types/jest": "29.5.1",
|
||||||
"@types/mustache": "4.2.2",
|
"@types/mustache": "4.2.2",
|
||||||
"@types/node": "18.11.18",
|
"@types/node": "18.15.13",
|
||||||
"@types/node-fetch": "2.6.2",
|
"@types/node-fetch": "2.6.3",
|
||||||
"@types/yargs": "17.0.20",
|
"@types/yargs": "17.0.24",
|
||||||
"gettext-extractor": "3.7.2",
|
"gettext-extractor": "3.7.2",
|
||||||
"gulp": "4.0.2",
|
"gulp": "4.0.2",
|
||||||
"html-entities": "1.4.0",
|
"html-entities": "1.4.0",
|
||||||
"jest": "29.4.3",
|
"jest": "29.5.0",
|
||||||
"rss": "1.2.2",
|
"rss": "1.2.2",
|
||||||
"sass": "1.62.1",
|
"sass": "1.62.1",
|
||||||
"sqlite3": "5.1.6",
|
"sqlite3": "5.1.6",
|
||||||
"typescript": "4.9.4"
|
"typescript": "4.9.5"
|
||||||
},
|
},
|
||||||
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
|
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
|
||||||
}
|
}
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
"node-fetch": "2.6.7"
|
"node-fetch": "2.6.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "29.5.0",
|
"@types/jest": "29.5.1",
|
||||||
"@types/node-fetch": "2.6.2",
|
"@types/node-fetch": "2.6.3",
|
||||||
"jest": "29.5.0",
|
"jest": "29.5.0",
|
||||||
"ts-jest": "29.0.5"
|
"ts-jest": "29.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user