Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp committed Jul 29, 2024
1 parent 294a6d5 commit 1777f53
Show file tree
Hide file tree
Showing 8 changed files with 183 additions and 122 deletions.
159 changes: 80 additions & 79 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
"test": "npx playwright test"
},
"devDependencies": {
"@astrojs/check": "^0.8.1",
"@astrojs/starlight": "^0.25.1",
"@playwright/test": "^1.45.2",
"@types/node": "^20.14.11",
"@vtbag/inspection-chamber": "^1.0.2",
"astro": "^4.10.2",
"astro-vtbot": "^1.8.2",
"@astrojs/check": "^0.8.3",
"@astrojs/starlight": "^0.25.2",
"@playwright/test": "^1.45.3",
"@types/node": "^22.0.0",
"@vtbag/inspection-chamber": "^1.0.3",
"astro": "^4.12.2",
"astro-vtbot": "^1.8.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"rollup-plugin-visualizer": "^5.12.0",
"sharp": "^0.33.4",
"starlight-image-zoom": "^0.7.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
}
}
11 changes: 0 additions & 11 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,6 @@ export default defineConfig({
name: 'chromium',
use: { ...devices['Desktop Chrome'] },
},

/* Test against mobile viewports. */
// {
// name: 'Mobile Chrome',
// use: { ...devices['Pixel 5'] },
// },
// {
// name: 'Mobile Safari',
// use: { ...devices['iPhone 12'] },
// },

],

/* Run your local dev server before starting the tests */
Expand Down
Loading

0 comments on commit 1777f53

Please sign in to comment.