Skip to content

Commit

Permalink
bump: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Nov 13, 2024
1 parent 8da73ab commit 81e8230
Show file tree
Hide file tree
Showing 8 changed files with 4,092 additions and 3,365 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"vp": "pnpm --filter \"./packages/**\" --parallel -r exec pnpm version --commit-hooks false --git-tag-version false --workspaces-update"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "3.6.4",
"esbuild": "0.18.6",
"prettier": "2.8.8",
"turbo": "1.10.4",
"typescript": "5.1.3"
"@plasmohq/prettier-plugin-sort-imports": "4.0.1",
"esbuild": "0.24.0",
"prettier": "3.3.3",
"turbo": "2.2.3",
"typescript": "5.6.3"
},
"packageManager": "pnpm@8.5.1"
"packageManager": "pnpm@9.12.3"
}
2 changes: 1 addition & 1 deletion packages/bms
Submodule bms updated 1 files
+11 −11 package.json
18 changes: 9 additions & 9 deletions packages/bpp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmo/bpp",
"version": "3.6.1",
"version": "3.7.0",
"private": true,
"description": "Browser Platform Publisher",
"module": "lib/main.js",
Expand Down Expand Up @@ -30,18 +30,18 @@
"author": "Plasmo Corp. <[email protected]>",
"license": "MIT",
"dependencies": {
"@actions/core": "1.10.0",
"@actions/core": "1.11.1",
"@plasmohq/bms": "workspace:*"
},
"devDependencies": {
"@jest/globals": "29.5.0",
"@jest/globals": "29.7.0",
"@plasmo/config": "workspace:*",
"@plasmohq/rps": "1.8.6",
"@types/node": "20.3.1",
"esbuild": "0.18.6",
"jest": "29.5.0",
"@plasmohq/rps": "1.8.7",
"@types/node": "22.9.0",
"esbuild": "0.24.0",
"jest": "29.7.0",
"js-yaml": "4.1.0",
"ts-jest": "29.1.0",
"typescript": "5.1.3"
"ts-jest": "29.2.5",
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/chrome-webstore-api
2 changes: 1 addition & 1 deletion packages/edge-addons-api
Submodule edge-addons-api updated 1 files
+9 −9 package.json
2 changes: 1 addition & 1 deletion packages/mozilla-addons-api
Submodule mozilla-addons-api updated 1 files
+15 −15 package.json
2 changes: 1 addition & 1 deletion packages/safari-webstore-api
Submodule safari-webstore-api updated 1 files
+14 −14 package.json
Loading

0 comments on commit 81e8230

Please sign in to comment.