Skip to content

Commit

Permalink
dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 5, 2024
1 parent c768825 commit 544c146
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@mole-inc/bin-wrapper": "^8.0.1",
"@swc/counter": "^0.1.2",
"@swc/counter": "workspace:^",
"commander": "^7.1.0",
"fast-glob": "^3.2.5",
"minimatch": "^9.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@jest/create-cache-key-function": "^29.7.0",
"@swc/counter": "^0.1.2",
"@swc/counter": "workspace:^",
"jsonc-parser": "^3.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/swc-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"webpack": ">=2"
},
"dependencies": {
"@swc/counter": "^0.1.2"
"@swc/counter": "workspace:^"
}
}
28 changes: 21 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 544c146

Please sign in to comment.