Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
01a7e9d
Bump lucide-react from 0.516.0 to 0.525.0
dependabot[bot] Jun 30, 2025
1012ddb
Bump tailwindcss from 4.1.10 to 4.1.11
dependabot[bot] Jun 30, 2025
234d170
Merge pull request #416 from complexdatacollective/dependabot/npm_and…
jthrilly Jul 11, 2025
0237046
Merge pull request #419 from complexdatacollective/dependabot/npm_and…
jthrilly Jul 11, 2025
42853bc
Bump es-toolkit from 1.39.3 to 1.39.7
dependabot[bot] Jul 14, 2025
e4fa614
Bump dotenv from 16.5.0 to 17.2.0
dependabot[bot] Jul 14, 2025
b51dc88
Bump @playwright/test from 1.53.0 to 1.54.1
dependabot[bot] Jul 14, 2025
dd5f7c2
Bump eslint-config-next from 15.3.3 to 15.4.2
dependabot[bot] Jul 21, 2025
304ea30
Merge pull request #430 from complexdatacollective/dependabot/npm_and…
jthrilly Jul 22, 2025
32e460b
Merge pull request #428 from complexdatacollective/dependabot/npm_and…
jthrilly Jul 22, 2025
04d954f
Merge pull request #427 from complexdatacollective/dependabot/npm_and…
jthrilly Jul 22, 2025
c0d1477
Merge branch 'next' into dependabot/npm_and_yarn/next/es-toolkit-1.39.7
jthrilly Jul 22, 2025
926b479
Bump @uploadthing/react from 7.3.1 to 7.3.2
dependabot[bot] Jul 22, 2025
4a5f2bd
Merge pull request #426 from complexdatacollective/dependabot/npm_and…
jthrilly Jul 22, 2025
e39b206
Merge pull request #425 from complexdatacollective/dependabot/npm_and…
jthrilly Jul 22, 2025
916cb6a
add empty storybook tasK
jthrilly Jul 22, 2025
878d4c7
Merge branch 'main' into next
jthrilly Jul 22, 2025
e6873aa
remove playwright dependency
jthrilly Jul 22, 2025
ec63240
fix flawed logic for playwright detection
jthrilly Jul 22, 2025
45144e3
add playwright to knip ignored binaries
jthrilly Jul 22, 2025
d75940c
bump package version
jthrilly Jul 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Check if Playwright is installed
id: check-playwright
run: |
if pnpm list @playwright/test --depth=0 >/dev/null 2>&1; then
if pnpm list @playwright/test --depth=0 2>/dev/null | grep -q "@playwright/test"; then
echo "playwright_installed=true" >> $GITHUB_OUTPUT
else
echo "playwright_installed=false" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"@tailwindcss/typography",
"tailwindcss-animate"
],
"ignoreBinaries": ["docker-compose"]
"ignoreBinaries": ["docker-compose", "playwright"]
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fresco",
"version": "2.1.8",
"version": "2.1.9",
"private": true,
"type": "module",
"packageManager": "pnpm@9.1.1+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b",
Expand All @@ -15,7 +15,8 @@
"vercel-build": "node ./setup-database.js && node ./initialize.js && next build",
"knip": "knip",
"test": "vitest",
"load-test": "docker run -i grafana/k6 run - <load-test.js"
"load-test": "docker run -i grafana/k6 run - <load-test.js",
"storybook-build": "true"
},
"pnpm": {
"overrides": {
Expand Down Expand Up @@ -46,7 +47,7 @@
"@radix-ui/react-visually-hidden": "^1.2.3",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-table": "^8.21.3",
"@uploadthing/react": "^7.3.1",
"@uploadthing/react": "^7.3.2",
"@xmldom/xmldom": "^0.8.10",
"animejs": "^2.2.0",
"archiver": "^7.0.1",
Expand All @@ -59,13 +60,13 @@
"concaveman": "^1.2.1",
"csvtojson": "^2.0.10",
"d3-interpolate-path": "^2.3.0",
"dotenv": "^16.5.0",
"es-toolkit": "^1.39.3",
"dotenv": "^17.2.0",
"es-toolkit": "^1.39.7",
"fuse.js": "^7.1.0",
"jssha": "^3.3.1",
"jszip": "^3.10.1",
"lucia": "^2.7.7",
"lucide-react": "^0.516.0",
"lucide-react": "^0.525.0",
"luxon": "^3.6.1",
"motion": "^12.18.1",
"next": "^14.2.30",
Expand Down Expand Up @@ -107,7 +108,6 @@
"zod-form-data": "^2.0.7"
},
"devDependencies": {
"@playwright/test": "^1.53.0",
"@prisma/client": "^6.10.0",
"@t3-oss/env-nextjs": "^0.13.8",
"@tailwindcss/aspect-ratio": "^0.4.2",
Expand All @@ -132,7 +132,7 @@
"@typescript-eslint/parser": "^8.34.1",
"@vitejs/plugin-react": "^4.5.2",
"eslint": "^8.57.1",
"eslint-config-next": "^15.3.3",
"eslint-config-next": "^15.4.2",
"eslint-config-prettier": "^10.1.5",
"jest": "^30.0.2",
"jsdom": "^26.1.0",
Expand All @@ -141,7 +141,7 @@
"prettier-plugin-tailwindcss": "^0.6.13",
"prisma": "^6.10.0",
"sass": "^1.89.2",
"tailwindcss": "4.1.10",
"tailwindcss": "4.1.11",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.8.3",
"vite-tsconfig-paths": "^5.1.4",
Expand Down
Loading
Loading