Skip to content

Commit

Permalink
chore: try remoding swc peer
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Apr 26, 2024
1 parent cdc3974 commit f56dcc3
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 27 deletions.
1 change: 0 additions & 1 deletion packages/global-store/.depcheckrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ ignores:
- "@repobuddy/*"
- "@rollup/plugin-typescript"
- "@size-limit/preset-small-lib"
- "@swc/*" # used by jest from @repobuddy/jest
- "@types/jest"
- jest*
- rimraf # https://github.com/depcheck/depcheck/issues/776
Expand Down
2 changes: 0 additions & 2 deletions packages/global-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
"@repobuddy/jest": "^4.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@size-limit/preset-small-lib": "^8.0.1",
"@swc/core": "^1.5.0",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"assertron": "^11.0.0",
"depcheck": "^1.4.3",
Expand Down
1 change: 0 additions & 1 deletion packages/stable-store/.depcheckrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ ignores:
- "@repobuddy/jest" # depcheck unable to detect jest presets
- "@repobuddy/typescript" # depcheck unable to detect TypeScript extends
- "@size-limit/*" # depcheck unable to recognize size-limit
- "@swc/*" # used by jest from @repobuddy/jest
- jest-* # depcheck unable to detect jest dependencies in `*.mjs` files
- rimraf # https://github.com/depcheck/depcheck/issues/776
- size-limit # depcheck unable to recognize size-limit
Expand Down
2 changes: 0 additions & 2 deletions packages/stable-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@
"@repobuddy/jest": "^4.0.0",
"@repobuddy/typescript": "^1.1.2",
"@size-limit/preset-small-lib": "~8.2.4",
"@swc/core": "^1.5.0",
"@swc/jest": "^0.2.36",
"cross-env": "^7.0.3",
"depcheck": "~1.4.3",
"jest": "^29.7.0",
Expand Down
1 change: 0 additions & 1 deletion packages/stable-versioned-store/.depcheckrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ ignores:
- "@repobuddy/jest" # depcheck unable to detect jest presets
- "@repobuddy/typescript" # depcheck unable to detect TypeScript extends
- "@size-limit/*" # depcheck unable to recognize size-limit
- "@swc/*" # used by jest from @repobuddy/jest
- eslint-* # eslint packages are installed at top level to avoid conflicts
- jest-* # depcheck unable to detect jest dependencies in `*.mjs` files
- rimraf # https://github.com/depcheck/depcheck/issues/776
Expand Down
2 changes: 0 additions & 2 deletions packages/stable-versioned-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
"@repobuddy/jest": "^4.0.0",
"@repobuddy/typescript": "^1.1.2",
"@size-limit/preset-small-lib": "~8.2.4",
"@swc/core": "^1.5.0",
"@swc/jest": "^0.2.36",
"cross-env": "^7.0.3",
"depcheck": "~1.4.3",
"jest": "^29.7.0",
Expand Down
18 changes: 0 additions & 18 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 f56dcc3

Please sign in to comment.