Skip to content

Commit

Permalink
Merge pull request #7 from iLib-js/dependencies
Browse files Browse the repository at this point in the history
Update loctool plugin dependencies
  • Loading branch information
gouniLee authored Feb 17, 2025
2 parents c629d17 + 079439a commit 58d4b3f
Show file tree
Hide file tree
Showing 11 changed files with 137 additions and 2,462 deletions.
12 changes: 12 additions & 0 deletions .changeset/five-falcons-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"ilib-loctool-webos-json-resource": patch
"ilib-loctool-webos-ts-resource": patch
"ilib-loctool-webos-javascript": patch
"ilib-loctool-webos-dart": patch
"ilib-loctool-webos-json": patch
"ilib-loctool-webos-cpp": patch
"ilib-loctool-webos-qml": patch
"ilib-loctool-webos-c": patch
---

Updated dependencies. (loctool: 2.28.1)
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "ilib-mono-webos",
"version": "0.1.1",
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"packageManager": "pnpm@10.4.1",
"description": "Monorepo for containing the loctool and lint plugins for webOS Platform",
"scripts": {
"build": "turbo build",
Expand All @@ -17,7 +17,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@changesets/cli": "^2.27.10",
"turbo": "^2.3.3"
"@changesets/cli": "^2.27.12",
"turbo": "^2.4.2"
}
}
6 changes: 3 additions & 3 deletions packages/ilib-loctool-webos-c/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"ilib-loctool-webos-json-resource": "workspace:*"
},
"peerDependencies": {
"loctool": "2.24.0"
"loctool": "2.28.1"
},
"devDependencies": {
"jest": "^26.6.3",
"loctool": "2.24.0"
"jest": "^29.7.0",
"loctool": "2.28.1"
}
}
6 changes: 3 additions & 3 deletions packages/ilib-loctool-webos-cpp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
"ilib-loctool-webos-json-resource": "workspace:*"
},
"peerDependencies": {
"loctool": "2.24.0"
"loctool": "2.28.1"
},
"devDependencies": {
"jest": "^26.6.3",
"loctool": "2.24.0"
"jest": "^29.7.0",
"loctool": "2.28.1"
}
}
6 changes: 3 additions & 3 deletions packages/ilib-loctool-webos-dart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"ilib-loctool-webos-json-resource": "workspace:*"
},
"peerDependencies": {
"loctool": "2.24.0"
"loctool": "2.28.1"
},
"devDependencies": {
"jest": "^26.6.3",
"loctool": "2.24.0"
"jest": "^29.7.0",
"loctool": "2.28.1"
}
}
2 changes: 1 addition & 1 deletion packages/ilib-loctool-webos-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"ilib-loctool-webos-json-resource": "workspace:*"
},
"peerDependencies": {
"loctool": "2.24.0"
"loctool": "2.28.1"
},
"devDependencies": {
"jest": "^29.7.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/ilib-loctool-webos-json-resource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
"node": ">=10.0.0"
},
"dependencies": {
"ilib": "^14.20.0"
"ilib": "^14.21.0"
},
"peerDependencies": {
"loctool": "2.24.0"
"loctool": "2.28.1"
},
"devDependencies": {
"jest": "^26.6.3",
"loctool": "2.24.0"
"jest": "^29.7.0",
"loctool": "2.28.1"
}
}
10 changes: 5 additions & 5 deletions packages/ilib-loctool-webos-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"node": ">=10.0.0"
},
"dependencies": {
"ilib": "^14.19.0",
"micromatch": "^4.0.5"
"ilib": "^14.21.0",
"micromatch": "^4.0.8"
},
"peerDependencies": {
"loctool": "2.24.0"
"loctool": "2.28.1"
},
"devDependencies": {
"jest": "^26.6.3",
"loctool": "2.24.0"
"jest": "^29.7.0",
"loctool": "2.28.1"
}
}
6 changes: 3 additions & 3 deletions packages/ilib-loctool-webos-qml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"ilib-loctool-webos-ts-resource": "workspace:*"
},
"peerDependencies": {
"loctool": "2.24.0"
"loctool": "2.28.1"
},
"devDependencies": {
"jest": "^26.6.3",
"loctool": "2.24.0"
"jest": "^29.7.0",
"loctool": "2.28.1"
}
}
8 changes: 4 additions & 4 deletions packages/ilib-loctool-webos-ts-resource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
"node": ">=10.0.0"
},
"dependencies": {
"ilib": "^14.19.0",
"ilib": "^14.21.0",
"pretty-data": "^0.40.0",
"xml-js": "^1.6.11"
},
"peerDependencies": {
"loctool": "2.24.0"
"loctool": "2.28.1"
},
"devDependencies": {
"jest": "^26.6.3",
"loctool": "2.24.0"
"jest": "^29.7.0",
"loctool": "2.28.1"
}
}
Loading

0 comments on commit 58d4b3f

Please sign in to comment.