Skip to content

Commit

Permalink
Fix dep references
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni committed Dec 3, 2024
1 parent 9063b65 commit 9e7be81
Show file tree
Hide file tree
Showing 24 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions packages/aik-mod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"devDependencies": {
"@types/debug": "catalog:",
"@types/node": "catalog:",
"astro": "catalog:lax",
"astro": "catalog:",
"tsup": "catalog:",
"typescript": "catalog:",
"vite": "6.0.2"
"vite": "catalog:"
},
"peerDependencies": {
"astro": "catalog:lax",
Expand Down
2 changes: 1 addition & 1 deletion packages/aik-route-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@inox-tools/utils": "workspace:^",
"debug": "catalog:",
"recast": "catalog:",
"vite": "6.0.0-beta.8"
"vite": "catalog:"
},
"devDependencies": {
"@astrojs/compiler": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/node": "catalog:",
"tsup": "catalog:",
"typescript": "catalog:",
"vite": "6.0.2",
"vite": "catalog:",
"vitest": "catalog:"
}
}
2 changes: 1 addition & 1 deletion packages/astro-when/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"jest-extended": "catalog:",
"tsup": "catalog:",
"typescript": "catalog:",
"vite": "6.0.2",
"vite": "catalog:",
"vitest": "catalog:"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"dependencies": {
"@inox-tools/astro-when": "workspace:1.0.0-beta.0",
"@inox-tools/astro-when": "workspace:",
"astro": "catalog:"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"dependencies": {
"@inox-tools/astro-when": "workspace:1.0.0-beta.0",
"@inox-tools/astro-when": "workspace:",
"astro": "catalog:"
}
}
4 changes: 2 additions & 2 deletions packages/content-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/content-utils",
"version": "0.7.4-beta.0",
"version": "0.7.4",
"description": "Utilities to work with content collections on an Astro project from an integration or library.",
"keywords": [
"lifecycle",
Expand Down Expand Up @@ -48,7 +48,7 @@
"astro": "catalog:min",
"tsup": "catalog:",
"typescript": "catalog:",
"vite": "6.0.2"
"vite": "catalog:"
},
"peerDependencies": {
"astro": "catalog:min"
Expand Down
2 changes: 1 addition & 1 deletion packages/cut-short/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"jest-extended": "catalog:",
"tsup": "catalog:",
"typescript": "catalog:",
"vite": "6.0.2",
"vite": "catalog:",
"vitest": "catalog:"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/inline-mod/tests/modules.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ test('CJS dependency default import', async () => {
});

expect(modInfo.text).toEqualIgnoringWhitespace(`
import __node_modulespnpmdebug437node_modulesdebugsrcbrowserjs from './../../node_modules/.pnpm/[email protected]/node_modules/debug/src/browser.js';
import __node_modulespnpmdebug437node_modulesdebugsrcindexjs from './../../node_modules/.pnpm/[email protected]/node_modules/debug/src/index.js';
export default __node_modulespnpmdebug437node_modulesdebugsrcbrowserjs;
export default __node_modulespnpmdebug437node_modulesdebugsrcindexjs;
`);
});

Expand All @@ -35,7 +35,7 @@ test('CJS dependency named import', async () => {
expect(modInfo.text).toEqualIgnoringWhitespace(`
import {
coerce as __coerce,
} from './../../node_modules/.pnpm/[email protected]/node_modules/debug/src/browser.js';
} from './../../node_modules/.pnpm/[email protected]/node_modules/debug/src/index.js';
export default __coerce;
`);
Expand Down
4 changes: 2 additions & 2 deletions packages/modular-station/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/modular-station",
"version": "0.3.4-beta.0",
"version": "0.3.4",
"description": "Simplifying Astro integrations with a flexible docking system.",
"keywords": [
"astro-integration",
Expand Down Expand Up @@ -44,7 +44,7 @@
"astro": "catalog:min",
"tsup": "catalog:",
"typescript": "catalog:",
"vite": "6.0.2",
"vite": "catalog:",
"vitest": "catalog:"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/portal-gun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"jest-extended": "catalog:",
"tsup": "catalog:",
"typescript": "catalog:",
"vite": "6.0.2",
"vite": "catalog:",
"vitest": "catalog:"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/portal-gun/tests/fixture/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"dependencies": {
"@astrojs/preact": "^3.5.4",
"@inox-tools/portal-gun": "workspace:1.0.0-beta.0",
"@inox-tools/portal-gun": "workspace:",
"astro": "catalog:",
"preact": "^10.25.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/request-nanostores/e2e/fixture/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@astrojs/node": "catalog:",
"@astrojs/preact": "^3.5.4",
"@inox-tools/request-nanostores": "workspace:0.1.5-beta.0",
"@inox-tools/request-nanostores": "workspace:",
"@nanostores/preact": "^0.5.2",
"astro": "catalog:",
"nanostores": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion packages/request-nanostores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"jest-extended": "catalog:",
"tsup": "catalog:",
"typescript": "catalog:",
"vite": "6.0.2",
"vite": "catalog:",
"vitest": "catalog:"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"dependencies": {
"@astrojs/preact": "^3.5.4",
"@inox-tools/request-nanostores": "workspace:0.1.5-beta.0",
"@inox-tools/request-nanostores": "workspace:",
"astro": "catalog:",
"nanostores": "catalog:"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/request-state/e2e/fixture/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"dependencies": {
"@astrojs/node": "catalog:",
"@inox-tools/request-state": "workspace:0.1.5-beta.0",
"@inox-tools/request-state": "workspace:",
"astro": "catalog:",
"devalue": "catalog:"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/request-state/e2e/fixture/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"dependencies": {
"@inox-tools/request-state": "workspace:0.1.5-beta.0",
"@inox-tools/request-state": "workspace:",
"astro": "catalog:"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"dependencies": {
"@astrojs/node": "catalog:",
"@inox-tools/request-state": "workspace:0.1.5-beta.0",
"@inox-tools/request-state": "workspace:",
"astro": "catalog:"
}
}
2 changes: 1 addition & 1 deletion packages/request-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"jest-extended": "catalog:",
"tsup": "catalog:",
"typescript": "catalog:",
"vite": "6.0.2"
"vite": "catalog:"
},
"peerDependencies": {
"astro": "catalog:lax"
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inox-tools/runtime-logger",
"version": "0.3.5-beta.0",
"version": "0.3.5",
"description": "Expose Astro Integration Logger at runtime for consistent output",
"keywords": [
"astro-integration",
Expand Down Expand Up @@ -42,7 +42,7 @@
"jest-extended": "catalog:",
"tsup": "catalog:",
"typescript": "catalog:",
"vite": "6.0.2",
"vite": "catalog:",
"vitest": "catalog:"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sitemap-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"astro": "catalog:lax",
"tsup": "catalog:",
"typescript": "catalog:",
"vite": "6.0.2"
"vite": "catalog:"
},
"peerDependencies": {
"astro": "catalog:lax"
Expand Down
4 changes: 2 additions & 2 deletions packages/star-warp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"@types/node": "catalog:",
"@vitest/coverage-v8": "catalog:",
"@vitest/ui": "catalog:",
"astro": "5.0.1",
"astro": "catalog:",
"jest-extended": "catalog:",
"tsup": "catalog:",
"typescript": "catalog:",
"vite": "6.0.2",
"vite": "catalog:",
"vitest": "catalog:"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"tsup": "catalog:",
"typescript": "catalog:",
"unist-util-is": "^6.0.0",
"vite": "6.0.2",
"vite": "catalog:",
"vitest": "catalog:"
}
}
18 changes: 9 additions & 9 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 9e7be81

Please sign in to comment.