Skip to content

Commit

Permalink
chore: bump synckit (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jan 4, 2024
1 parent 3b0612a commit 1f2dd73
Show file tree
Hide file tree
Showing 5 changed files with 120 additions and 127 deletions.
5 changes: 5 additions & 0 deletions .changeset/light-horses-tap.md
@@ -0,0 +1,5 @@
---
"eslint-mdx": patch
---

chore: bump synckit
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -45,8 +45,8 @@ jobs:
with:
commit: 'chore: release package(s)'
title: 'chore: release package(s)'
publish: yarn release:only
version: yarn run version
publish: yarn release:only
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -11,11 +11,11 @@
],
"packageManager": "yarn@4.0.2",
"scripts": {
"build": "concurrently 'yarn:build:*'",
"build": "concurrently -r 'yarn:build:*'",
"build:r": "r -f es2015",
"build:ts": "tsc -b",
"clean": "rimraf --glob 'packages/*/{lib,*.tsbuildinfo}'",
"lint": "yarn build && concurrently 'yarn:lint:*'",
"lint": "yarn build && concurrently -r 'yarn:lint:*'",
"lint:es": "eslint . --cache -f friendly",
"lint:tsc": "tsc --noEmit",
"prepare": "patch-package && simple-git-hooks",
Expand All @@ -29,10 +29,10 @@
"@1stg/common-config": "^10.0.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^18.4.3",
"@commitlint/cli": "^18.4.4",
"@pkgr/rollup": "^5.0.0",
"@types/acorn": "^6.0.0",
"@types/eslint": "^8.56.0",
"@types/eslint": "^8.56.1",
"@types/eslint-plugin-markdown": "^2.0.2",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-mdx/package.json
Expand Up @@ -37,7 +37,7 @@
"remark-mdx": "^3.0.0",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"synckit": "^0.8.8",
"synckit": "^0.9.0",
"tslib": "^2.6.2",
"unified": "^11.0.4",
"unified-engine": "^11.2.0",
Expand Down

0 comments on commit 1f2dd73

Please sign in to comment.