Skip to content

Commit

Permalink
Update dev dependencies (#2582)
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis authored Nov 8, 2024
1 parent 6116db0 commit bd91703
Show file tree
Hide file tree
Showing 14 changed files with 617 additions and 1,501 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"grammars": "node grammars/generate.mjs"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.2",
"@astro-community/astro-embed-youtube": "^0.5.6",
"@astrojs/starlight": "workspace:*",
"@lunariajs/core": "^0.1.1",
"@types/culori": "^2.1.1",
"astro": "^4.15.3",
"astro": "^4.16.10",
"culori": "^4.0.1",
"sharp": "^0.32.5"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/starlight": "^0.28.6",
"astro": "^4.15.3",
"astro": "^4.16.10",
"sharp": "^0.32.5"
}
}
2 changes: 1 addition & 1 deletion examples/markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@astrojs/markdoc": "^0.11.4",
"@astrojs/starlight": "^0.28.6",
"@astrojs/starlight-markdoc": "^0.1.0",
"astro": "^4.15.3",
"astro": "^4.16.10",
"sharp": "^0.32.5"
}
}
2 changes: 1 addition & 1 deletion examples/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@astrojs/starlight": "^0.28.6",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.15.3",
"astro": "^4.16.10",
"sharp": "^0.32.5",
"tailwindcss": "^3.4.4"
}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"devDependencies": {
"@astrojs/check": "^0.7.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.5",
"@size-limit/file": "^11.1.4",
"astro": "^4.15.3",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.14.0",
"size-limit": "^11.1.4",
"typescript": "^5.4.5"
"@changesets/cli": "^2.27.9",
"@size-limit/file": "^11.1.6",
"astro": "^4.16.10",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"size-limit": "^11.1.6",
"typescript": "^5.6.3"
},
"packageManager": "[email protected]",
"size-limit": [
Expand Down
2 changes: 1 addition & 1 deletion packages/markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"./components": "./components.ts"
},
"devDependencies": {
"@astrojs/markdoc": "^0.11.4",
"@astrojs/markdoc": "^0.11.5",
"@astrojs/starlight": "workspace:*",
"vitest": "^1.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/starlight/__e2e__/fixtures/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@astrojs/starlight": "workspace:*",
"astro": "^4.15.3"
"astro": "^4.16.10"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@astrojs/starlight": "workspace:*",
"astro": "^4.15.3"
"astro": "^4.16.10"
}
}
2 changes: 1 addition & 1 deletion packages/starlight/__e2e__/fixtures/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@astrojs/starlight": "workspace:*",
"astro": "^4.15.3"
"astro": "^4.16.10"
}
}
2 changes: 1 addition & 1 deletion packages/starlight/__e2e__/fixtures/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/node": "^8.3.2",
"@astrojs/starlight": "workspace:*",
"astro": "^4.15.3"
"astro": "^4.16.10"
}
}
4 changes: 2 additions & 2 deletions packages/starlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,12 @@
"astro": "^4.14.0"
},
"devDependencies": {
"@astrojs/markdown-remark": "^5.1.0",
"@astrojs/markdown-remark": "^5.3.0",
"@playwright/test": "^1.45.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^18.16.19",
"@vitest/coverage-v8": "^1.6.0",
"astro": "^4.15.3",
"astro": "^4.16.10",
"linkedom": "^0.18.4",
"vitest": "^1.6.0"
},
Expand Down
86 changes: 43 additions & 43 deletions packages/tailwind/__tests__/tailwind.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,49 +104,6 @@ describe('@tailwind base;', async () => {
expect(baseWithDefaultPlugins).includes('--tw-');
expect(baseWithDefaultPlugins).toMatchInlineSnapshot(`
"*, ::before, ::after {
border-width: 0;
border-style: solid;
border-color: #e5e7eb;
}
::before, ::after {
--tw-content: ;
}
html, :host {
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
code, kbd, samp, pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
:root {
--sl-font: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--sl-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--sl-color-white: #fff;
--sl-color-gray-1: #e5e7eb;
--sl-color-gray-2: #d1d5db;
--sl-color-gray-3: #9ca3af;
--sl-color-gray-4: #4b5563;
--sl-color-gray-5: #374151;
--sl-color-gray-6: #1f2937;
--sl-color-black: #111827;
--sl-color-accent-low: #1e1b4b;
--sl-color-accent: #4f46e5;
--sl-color-accent-high: #c7d2fe;
}
:root[data-theme="light"] {
--sl-color-white: #111827;
--sl-color-gray-1: #1f2937;
--sl-color-gray-2: #374151;
--sl-color-gray-3: #6b7280;
--sl-color-gray-4: #9ca3af;
--sl-color-gray-5: #d1d5db;
--sl-color-gray-6: #e5e7eb;
--sl-color-gray-7: #f3f4f6;
--sl-color-black: #fff;
--sl-color-accent-low: #c7d2fe;
--sl-color-accent: #4f46e5;
--sl-color-accent-high: #312e81;
}
*, ::before, ::after {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
Expand Down Expand Up @@ -251,6 +208,49 @@ describe('@tailwind base;', async () => {
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
}
*, ::before, ::after {
border-width: 0;
border-style: solid;
border-color: #e5e7eb;
}
::before, ::after {
--tw-content: ;
}
html, :host {
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
code, kbd, samp, pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
:root {
--sl-font: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--sl-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--sl-color-white: #fff;
--sl-color-gray-1: #e5e7eb;
--sl-color-gray-2: #d1d5db;
--sl-color-gray-3: #9ca3af;
--sl-color-gray-4: #4b5563;
--sl-color-gray-5: #374151;
--sl-color-gray-6: #1f2937;
--sl-color-black: #111827;
--sl-color-accent-low: #1e1b4b;
--sl-color-accent: #4f46e5;
--sl-color-accent-high: #c7d2fe;
}
:root[data-theme="light"] {
--sl-color-white: #111827;
--sl-color-gray-1: #1f2937;
--sl-color-gray-2: #374151;
--sl-color-gray-3: #6b7280;
--sl-color-gray-4: #9ca3af;
--sl-color-gray-5: #d1d5db;
--sl-color-gray-6: #e5e7eb;
--sl-color-gray-7: #f3f4f6;
--sl-color-black: #fff;
--sl-color-accent-low: #c7d2fe;
--sl-color-accent: #4f46e5;
--sl-color-accent-high: #312e81;
}"
`);
});
Expand Down
4 changes: 2 additions & 2 deletions packages/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"devDependencies": {
"@vitest/coverage-v8": "^1.6.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.3.3",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"vitest": "^1.6.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit bd91703

Please sign in to comment.