Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Aug 16, 2024
1 parent 5fea706 commit 2a13206
Show file tree
Hide file tree
Showing 4 changed files with 806 additions and 784 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
},
"scripts": {
"build": "tsx scripts/build && tsc",
"build": "node --experimental-strip-types scripts/build.ts && tsc",
"dev": "vite demo",
"dev:e2e": "playwright test -c tests/e2e --ui",
"docs:dev": "astro dev --root docs",
Expand All @@ -47,26 +47,25 @@
"test:integration": "vitest -c tests/integration/vitest.config"
},
"devDependencies": {
"@arianrhodsandlot/eslint-config": "0.15.8",
"@astrojs/starlight": "0.25.2",
"@playwright/test": "1.45.3",
"@arianrhodsandlot/eslint-config": "0.15.9",
"@astrojs/starlight": "0.25.5",
"@playwright/test": "1.46.0",
"@types/emscripten": "1.39.13",
"@types/ini": "4.1.1",
"@types/is-ci": "3.0.4",
"@types/node": "20.14.12",
"@types/node": "22.3.0",
"@types/wicg-file-system-access": "2023.10.5",
"astro": "4.12.2",
"astro": "4.14.2",
"browserfs": "1.4.3",
"eslint": "9.7.0",
"eslint": "9.9.0",
"happy-dom": "14.12.3",
"ini": "4.1.3",
"is-ci": "3.0.1",
"prettier": "3.3.3",
"serve": "14.2.3",
"sharp": "0.33.4",
"tsx": "4.16.2",
"typescript": "5.5.4",
"vite": "5.3.4",
"vitest": "2.0.4"
"vite": "5.4.1",
"vitest": "2.0.5"
}
}
Loading

0 comments on commit 2a13206

Please sign in to comment.