Skip to content

Commit

Permalink
feat: upgrade e2e packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrothe committed Jul 24, 2023
1 parent 5d4d08c commit 1372d0f
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 1,143 deletions.
18 changes: 9 additions & 9 deletions e2e/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"test:watch": "pnpm run test -- --watch"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.0",
"@fontsource/fira-mono": "^4.5.10",
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@fontsource/fira-mono": "^5.0.5",
"@neoconfetti/svelte": "^1.0.0",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.20.4",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.22.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/svelte": "^4.0.3",
"@types/cookie": "^0.5.1",
"@types/jest": "^27.0.0",
"@types/testing-library__jest-dom": "^5.14.0",
"@types/jest": "^29.5.3",
"@types/testing-library__jest-dom": "^5.14.8",
"babel-jest": "^29.6.1",
"cross-env": "^7.0.3",
"jest": "^29.6.1",
Expand All @@ -32,7 +32,7 @@
"svelte-jester": "workspace:^",
"ts-jest": "^29.1.1",
"tslib": "^2.6.0",
"typescript": "^4.9.5",
"vite": "^4.4.2"
"typescript": "^5.1.6",
"vite": "^4.4.7"
}
}
Loading

0 comments on commit 1372d0f

Please sign in to comment.