Skip to content

Commit

Permalink
fix: gh actions (#2929)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthecat authored Jan 9, 2025
1 parent 8b919bd commit b106b3e
Show file tree
Hide file tree
Showing 4 changed files with 344 additions and 997 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.10",
"@types/node": "18.19.55",
"@types/node": "20.17.12",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@typescript-eslint/eslint-plugin": "8.10.0",
Expand Down Expand Up @@ -207,11 +207,8 @@
"favicons": "7.2.0",
"happy-dom": "16.3.0",
"husky": "9.1.6",
"identity-obj-proxy": "^3.0.0",
"knip": "5.33.3",
"lint-staged": "13.3.0",
"mini-css-extract-plugin": "2.9.1",
"nodemon": "2.0.22",
"npm-run-all": "^4.1.5",
"playwright": "^1.44.1",
"pnpm": "^9.15.0",
Expand All @@ -224,12 +221,12 @@
"react-refresh": "0.14.2",
"rimraf": "^3.0.2",
"source-map-support": "^0.5.21",
"storybook": "^8.4.7",
"tailwindcss": "3.4.13",
"storybook": "8.4.7",
"tailwindcss": "3.4.17",
"tailwindcss-animate": "1.0.7",
"ts-node": "10.9.2",
"tslib": "2.7.0",
"typescript": "5.6.3",
"tslib": "2.8.1",
"typescript": "5.7.3",
"vite": "6.0.7",
"vite-plugin-compression2": "1.3.3",
"vite-plugin-mkcert": "1.17.6",
Expand All @@ -240,6 +237,9 @@
"vitest": "2.1.8",
"whatwg-fetch": "3.6.20"
},
"resolutions": {
"esbuild": "0.24.0"
},
"sideEffects": [
"*.css"
]
Expand Down
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ export default defineConfig({
],

timeout: 60000,
globalSetup: require.resolve('./scripts/updateTestData.js'),
globalSetup: './scripts/updateTestData.js',
});
Loading

0 comments on commit b106b3e

Please sign in to comment.