diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b44cc1c..e81b2186 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5.0.1 - name: Install Bun uses: oven-sh/setup-bun@v2.0.2 @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5.0.1 - name: Install Bun uses: oven-sh/setup-bun@v2.0.2 @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5.0.1 - name: Install Bun uses: oven-sh/setup-bun@v2.0.2 @@ -87,7 +87,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5.0.1 - name: Install Bun uses: oven-sh/setup-bun@v2.0.2 @@ -129,7 +129,7 @@ jobs: needs: [build] steps: - - uses: actions/checkout@v5.0.0 + - uses: actions/checkout@v5.0.1 - name: Install Bun uses: oven-sh/setup-bun@v2.0.2 diff --git a/deps.yaml b/deps.yaml index 6578a3f0..47da7e8a 100644 --- a/deps.yaml +++ b/deps.yaml @@ -1,2 +1,2 @@ dependencies: - bun.sh: ^1.3.0 + bun.sh: ^1.3.1 diff --git a/package.json b/package.json index fcbd25c9..453f49f0 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "preview:docs": "bun --bun vitepress preview docs" }, "dependencies": { - "better-dx": "^0.2.3" + "better-dx": "^0.2.4" }, "devDependencies": { "@stacksjs/docs": "^0.70.23", diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 23e849a4..6402ec26 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -42,6 +42,6 @@ "@nuxt/schema": "^4.2.1", "nuxt": "^4.2.1", "typescript": "~5.9.3", - "vue-tsc": "^3.1.3" + "vue-tsc": "^3.1.4" } } diff --git a/packages/react/package.json b/packages/react/package.json index b5909164..c73b4a44 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -28,14 +28,14 @@ "react-dom": "^19.2.0" }, "dependencies": { - "@vitejs/plugin-react": "^5.1.0", + "@vitejs/plugin-react": "^5.1.1", "ts-maps": "workspace:*", - "vite": "^7.2.2", + "vite": "^7.2.4", "vite-plugin-dts": "^4.5.4" }, "devDependencies": { - "@types/react": "^19.2.2", - "@types/react-dom": "^19.2.2", + "@types/react": "^19.2.6", + "@types/react-dom": "^19.2.3", "react": "^19.2.0", "react-dom": "^19.2.0", "typescript": "^5.9.3" diff --git a/packages/ts-maps/package.json b/packages/ts-maps/package.json index aeb09d34..aee6e072 100644 --- a/packages/ts-maps/package.json +++ b/packages/ts-maps/package.json @@ -98,7 +98,7 @@ }, "devDependencies": { "bunfig": "^0.15.6", - "lint-staged": "^16.2.6", + "lint-staged": "^16.2.7", "typescript": "^5.9.3" }, "lint-staged": { diff --git a/packages/vue/package.json b/packages/vue/package.json index 17dc0639..7f5c8b46 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -42,8 +42,8 @@ "test": "bun test" }, "dependencies": { - "@vitejs/plugin-vue": "^6.0.1", - "bun-types": "^1.3.2", + "@vitejs/plugin-vue": "^6.0.2", + "bun-types": "^1.3.3", "ts-maps": "workspace:*" }, "devDependencies": { diff --git a/playground/react-samples/package.json b/playground/react-samples/package.json index 9718d5c6..d546514c 100644 --- a/playground/react-samples/package.json +++ b/playground/react-samples/package.json @@ -9,7 +9,7 @@ "lint": "eslint" }, "dependencies": { - "next": "16.0.1", + "next": "16.0.3", "react": "19.2.0", "react-dom": "19.2.0", "ts-maps": "^0.2.7", @@ -17,11 +17,11 @@ }, "devDependencies": { "@tailwindcss/postcss": "^4.1.17", - "@types/node": "^24.10.0", + "@types/node": "^24.10.1", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "eslint": "^9.39.1", - "eslint-config-next": "16.0.1", + "eslint-config-next": "16.0.3", "tailwindcss": "^4.1.17", "typescript": "^5.9.3" }