Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 177c0c5 commit 162d52e
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 61 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Setup Node.js and Bun
uses: jdx/mise-action@v2
uses: jdx/mise-action@f8dfbcc150159126838e44b882bf34bd98fd90f3 # v2

- name: Install dependencies
run: bun install --frozen-lockfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Setup Node.js and Bun
uses: jdx/mise-action@v2
uses: jdx/mise-action@f8dfbcc150159126838e44b882bf34bd98fd90f3 # v2

- name: Creating .npmrc
run: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Setup Node.js and Bun
uses: jdx/mise-action@v2
uses: jdx/mise-action@f8dfbcc150159126838e44b882bf34bd98fd90f3 # v2

- name: Install dependencies
run: bun install --frozen-lockfile
Expand All @@ -35,13 +35,13 @@ jobs:
run: bun run build

- name: Setup Pages
uses: actions/configure-pages@v5
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
with:
path: "./packages/website/dist"

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
Binary file modified bun.lockb
Binary file not shown.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@tsconfig/node16": "^16.1.3",
"@types/bun": "^1.0.8",
"lefthook": "^1.7.11",
"rimraf": "^6.0.0",
"turbo": "^2.0.0",
"typescript": "^5.0.0"
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.8",
"@tsconfig/node16": "16.1.3",
"@types/bun": "1.1.10",
"lefthook": "1.7.18",
"rimraf": "6.0.1",
"turbo": "2.1.3",
"typescript": "5.6.2"
},
"packageManager": "bun@1.0.30"
}
34 changes: 17 additions & 17 deletions packages/remark-callout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,27 +61,27 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@types/bun": "^1.0.8",
"@types/hast": "^3.0.4",
"@types/jsdom": "^21.1.6",
"@types/mdast": "^4.0.3",
"@vitest/coverage-v8": "^2.0.0",
"@vitest/ui": "^2.0.0",
"dedent": "^1.5.1",
"jsdom": "^25.0.0",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.8",
"@types/bun": "1.1.10",
"@types/hast": "3.0.4",
"@types/jsdom": "21.1.7",
"@types/mdast": "4.0.4",
"@vitest/coverage-v8": "2.1.2",
"@vitest/ui": "2.1.2",
"dedent": "1.5.3",
"jsdom": "25.0.1",
"rehype-raw": "7.0.0",
"rehype-stringify": "10.0.1",
"remark-gfm": "4.0.0",
"remark-math": "6.0.0",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.1",
"rimraf": "^6.0.0",
"typescript": "^5.0.0",
"unified": "^11.0.4",
"vfile": "^6.0.1",
"vitest": "^2.0.0"
"rimraf": "6.0.1",
"typescript": "5.6.2",
"unified": "11.0.5",
"vfile": "6.0.3",
"vitest": "2.1.2"
},
"packageManager": "bun@1.0.30"
}
18 changes: 9 additions & 9 deletions packages/remark-typedoc-astro-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
"release": "bun run vitest run && bun run build && bun run changeset publish"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/hast": "^3.0.4",
"@types/jsdom": "^21.1.7",
"@types/mdast": "^4.0.4",
"dedent": "^1.5.3",
"jsdom": "^25.0.0",
"rehype-stringify": "^10.0.0",
"@biomejs/biome": "1.9.3",
"@types/hast": "3.0.4",
"@types/jsdom": "21.1.7",
"@types/mdast": "4.0.4",
"dedent": "1.5.3",
"jsdom": "25.0.1",
"rehype-stringify": "10.0.1",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.1",
"unified": "^11.0.5",
"vitest": "^2.0.5"
"unified": "11.0.5",
"vitest": "2.1.2"
},
"dependencies": {
"defu": "^6.1.4",
Expand Down
36 changes: 18 additions & 18 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,28 +48,28 @@
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@r4ai/remark-callout": "workspace:*",
"@tailwindcss/typography": "^0.5.12",
"@types/mdast": "^4.0.4",
"@tailwindcss/typography": "0.5.15",
"@types/mdast": "4.0.4",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-tailwindcss": "^0.6.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.8",
"rehype-katex": "7.0.1",
"remark-math": "6.0.0",
"remark-typedoc-astro-link": "workspace:*",
"shiki": "^1.2.0",
"tailwind-merge": "^2.5.2",
"tailwind-scrollbar": "^3.1.0",
"tailwind-variants": "^0.2.1",
"tailwindcss-animate": "^1.0.7",
"typedoc": "^0.26.5",
"typedoc-plugin-frontmatter": "^1.0.0",
"typedoc-plugin-markdown": "^4.2.3",
"typedoc-plugin-missing-exports": "^3.0.0",
"typedoc-plugin-remark": "^1.0.2",
"typedoc-plugin-replace-text": "^4.0.0",
"unist-util-visit": "^5.0.0"
"shiki": "1.21.0",
"tailwind-merge": "2.5.2",
"tailwind-scrollbar": "3.1.0",
"tailwind-variants": "0.2.1",
"tailwindcss-animate": "1.0.7",
"typedoc": "0.26.7",
"typedoc-plugin-frontmatter": "1.0.0",
"typedoc-plugin-markdown": "4.2.9",
"typedoc-plugin-missing-exports": "3.0.0",
"typedoc-plugin-remark": "1.0.3",
"typedoc-plugin-replace-text": "4.0.0",
"unist-util-visit": "5.0.0"
}
}

0 comments on commit 162d52e

Please sign in to comment.