mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-03 08:35:29 +02:00
Update eslint (#11163)
This commit is contained in:
parent
e2db7a6b61
commit
693c0f22c8
File diff suppressed because one or more lines are too long
@ -6,7 +6,7 @@ plugins:
|
|||||||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
||||||
spec: "@yarnpkg/plugin-workspace-tools"
|
spec: "@yarnpkg/plugin-workspace-tools"
|
||||||
|
|
||||||
yarnPath: .yarn/releases/yarn-3.8.2.cjs
|
yarnPath: .yarn/releases/yarn-3.8.3.cjs
|
||||||
|
|
||||||
logFilters:
|
logFilters:
|
||||||
|
|
||||||
|
@ -80,7 +80,7 @@
|
|||||||
"eslint-plugin-import": "2.29.1",
|
"eslint-plugin-import": "2.29.1",
|
||||||
"eslint-plugin-jest": "27.9.0",
|
"eslint-plugin-jest": "27.9.0",
|
||||||
"eslint-plugin-promise": "6.2.0",
|
"eslint-plugin-promise": "6.2.0",
|
||||||
"eslint-plugin-react": "7.34.2",
|
"eslint-plugin-react": "7.34.3",
|
||||||
"execa": "5.1.1",
|
"execa": "5.1.1",
|
||||||
"fs-extra": "11.2.0",
|
"fs-extra": "11.2.0",
|
||||||
"glob": "10.4.2",
|
"glob": "10.4.2",
|
||||||
@ -99,7 +99,7 @@
|
|||||||
"node-gyp": "9.4.1",
|
"node-gyp": "9.4.1",
|
||||||
"nodemon": "3.1.4"
|
"nodemon": "3.1.4"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@3.8.2",
|
"packageManager": "yarn@3.8.3",
|
||||||
"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",
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
"coveralls": "3.1.1",
|
"coveralls": "3.1.1",
|
||||||
"eslint": "8.57.0",
|
"eslint": "8.57.0",
|
||||||
"jest": "29.7.0",
|
"jest": "29.7.0",
|
||||||
"prettier": "3.3.0",
|
"prettier": "3.3.2",
|
||||||
"ts-jest": "29.1.5",
|
"ts-jest": "29.1.5",
|
||||||
"typescript": "5.4.5"
|
"typescript": "5.4.5"
|
||||||
},
|
},
|
||||||
|
24
yarn.lock
24
yarn.lock
@ -7660,7 +7660,7 @@ __metadata:
|
|||||||
entities: 2.2.0
|
entities: 2.2.0
|
||||||
eslint: 8.57.0
|
eslint: 8.57.0
|
||||||
jest: 29.7.0
|
jest: 29.7.0
|
||||||
prettier: 3.3.0
|
prettier: 3.3.2
|
||||||
ts-jest: 29.1.5
|
ts-jest: 29.1.5
|
||||||
typescript: 5.4.5
|
typescript: 5.4.5
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
@ -14702,7 +14702,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"array.prototype.tosorted@npm:^1.1.3":
|
"array.prototype.tosorted@npm:^1.1.4":
|
||||||
version: 1.1.4
|
version: 1.1.4
|
||||||
resolution: "array.prototype.tosorted@npm:1.1.4"
|
resolution: "array.prototype.tosorted@npm:1.1.4"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -22258,15 +22258,15 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"eslint-plugin-react@npm:7.34.2":
|
"eslint-plugin-react@npm:7.34.3":
|
||||||
version: 7.34.2
|
version: 7.34.3
|
||||||
resolution: "eslint-plugin-react@npm:7.34.2"
|
resolution: "eslint-plugin-react@npm:7.34.3"
|
||||||
dependencies:
|
dependencies:
|
||||||
array-includes: ^3.1.8
|
array-includes: ^3.1.8
|
||||||
array.prototype.findlast: ^1.2.5
|
array.prototype.findlast: ^1.2.5
|
||||||
array.prototype.flatmap: ^1.3.2
|
array.prototype.flatmap: ^1.3.2
|
||||||
array.prototype.toreversed: ^1.1.2
|
array.prototype.toreversed: ^1.1.2
|
||||||
array.prototype.tosorted: ^1.1.3
|
array.prototype.tosorted: ^1.1.4
|
||||||
doctrine: ^2.1.0
|
doctrine: ^2.1.0
|
||||||
es-iterator-helpers: ^1.0.19
|
es-iterator-helpers: ^1.0.19
|
||||||
estraverse: ^5.3.0
|
estraverse: ^5.3.0
|
||||||
@ -22282,7 +22282,7 @@ __metadata:
|
|||||||
string.prototype.matchall: ^4.0.11
|
string.prototype.matchall: ^4.0.11
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
|
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
|
||||||
checksum: aed331239f3a64fcd884380534ece4b8716f1eca4899c8636d04306879e6b4e7339e28e427bdd571d372b78b713025e0767e5f5b5486a8d19bff82616ebe8959
|
checksum: 1a519b9792ab9392a5157f2543ce98ab1218c62f4a31c4c3ceb5dd3e7997def4aa07ab39f7276af0fe116ef002db29d97216a15b7aa3b200e55b641cf77d6292
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -36717,12 +36717,12 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"prettier@npm:3.3.0":
|
"prettier@npm:3.3.2":
|
||||||
version: 3.3.0
|
version: 3.3.2
|
||||||
resolution: "prettier@npm:3.3.0"
|
resolution: "prettier@npm:3.3.2"
|
||||||
bin:
|
bin:
|
||||||
prettier: bin/prettier.cjs
|
prettier: bin/prettier.cjs
|
||||||
checksum: 0d3a7fca9cab29828e189fefc10e8f6025d1208c84cd1e94def8a8f8a04eea341aa21d0af8c01253527632f8225b0b8482a62b64cafa26e9988cd6f9ff16a38b
|
checksum: 5557d8caed0b182f68123c2e1e370ef105251d1dd75800fadaece3d061daf96b1389141634febf776050f9d732c7ae8fd444ff0b4a61b20535e7610552f32c69
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -39802,7 +39802,7 @@ __metadata:
|
|||||||
eslint-plugin-import: 2.29.1
|
eslint-plugin-import: 2.29.1
|
||||||
eslint-plugin-jest: 27.9.0
|
eslint-plugin-jest: 27.9.0
|
||||||
eslint-plugin-promise: 6.2.0
|
eslint-plugin-promise: 6.2.0
|
||||||
eslint-plugin-react: 7.34.2
|
eslint-plugin-react: 7.34.3
|
||||||
execa: 5.1.1
|
execa: 5.1.1
|
||||||
fs-extra: 11.2.0
|
fs-extra: 11.2.0
|
||||||
glob: 10.4.2
|
glob: 10.4.2
|
||||||
|
Loading…
Reference in New Issue
Block a user