From baa5571db765a9572a95cd8406a78b7322044e33 Mon Sep 17 00:00:00 2001 From: josh-uk <23316525+josh-uk@users.noreply.github.com> Date: Sun, 19 Jul 2026 12:50:44 +0100 Subject: [PATCH] chore: prepare v1.0.0 release --- package-lock.json | 82 +++++++++++++++++++++++------------------------ package.json | 4 +-- 2 files changed, 43 insertions(+), 43 deletions(-) diff --git a/package-lock.json b/package-lock.json index d144168..b59944d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,51 +1,51 @@ { "name": "workbench", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "workbench", - "version": "0.1.0", + "version": "1.0.0", "dependencies": { - "ajv": "^8.20.0", - "class-variance-authority": "^0.7.1", - "clsx": "^2.1.1", - "drizzle-orm": "^0.45.2", - "fflate": "^0.8.3", - "lucide-react": "^1.25.0", - "next": "^16.2.10", - "postgres": "^3.4.9", - "radix-ui": "^1.6.2", - "react": "^19.2.7", - "react-dom": "^19.2.7", - "server-only": "^0.0.1", - "tailwind-merge": "^3.6.0", - "yaml": "^2.9.0", - "zod": "^4.4.3" + "ajv": "8.20.0", + "class-variance-authority": "0.7.1", + "clsx": "2.1.1", + "drizzle-orm": "0.45.2", + "fflate": "0.8.3", + "lucide-react": "1.25.0", + "next": "16.2.10", + "postgres": "3.4.9", + "radix-ui": "1.6.2", + "react": "19.2.7", + "react-dom": "19.2.7", + "server-only": "0.0.1", + "tailwind-merge": "3.6.0", + "yaml": "2.9.0", + "zod": "4.4.3" }, "devDependencies": { - "@axe-core/playwright": "^4.12.1", - "@playwright/test": "^1.61.1", - "@tailwindcss/postcss": "^4", - "@testing-library/jest-dom": "^6.9.1", - "@testing-library/react": "^16.3.2", - "@testing-library/user-event": "^14.6.1", - "@types/node": "^26.1.1", - "@types/react": "^19", - "@types/react-dom": "^19", - "@vitest/coverage-v8": "^4.1.10", - "drizzle-kit": "^0.31.10", - "eslint": "^9.39.5", + "@axe-core/playwright": "4.12.1", + "@playwright/test": "1.61.1", + "@tailwindcss/postcss": "4.3.3", + "@testing-library/jest-dom": "6.9.1", + "@testing-library/react": "16.3.2", + "@testing-library/user-event": "14.6.1", + "@types/node": "26.1.1", + "@types/react": "19.2.17", + "@types/react-dom": "19.2.3", + "@vitest/coverage-v8": "4.1.10", + "drizzle-kit": "0.31.10", + "eslint": "9.39.5", "eslint-config-next": "16.2.10", - "eslint-config-prettier": "^10.1.8", - "jsdom": "^29.1.1", - "prettier": "^3.9.5", - "prettier-plugin-tailwindcss": "^0.8.1", - "tailwindcss": "^4", - "tsx": "^4.23.1", - "typescript": "^6.0.3", - "vitest": "^4.1.10" + "eslint-config-prettier": "10.1.8", + "jsdom": "29.1.1", + "prettier": "3.9.5", + "prettier-plugin-tailwindcss": "0.8.1", + "tailwindcss": "4.3.3", + "tsx": "4.23.1", + "typescript": "6.0.3", + "vitest": "4.1.10" } }, "node_modules/@adobe/css-tools": { @@ -9298,9 +9298,9 @@ } }, "node_modules/postcss": { - "version": "8.5.19", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.19.tgz", - "integrity": "sha512-Mz8SaolMd8nB+G13WkORcxQKHZ/NE4xXevtkJHVuG+guo9/wYKlIMTKAqGdEmYOXR2ijPjTYNHssizdaVSUNdQ==", + "version": "8.5.20", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.20.tgz", + "integrity": "sha512-lW616l85ucIQL+FocMmL7pQFPqBmwejrCMg+iPxyImlrANNJG9NHq/RkyCZopDhd8C3LA03PHRJDjkbGu8vvug==", "funding": [ { "type": "opencollective", @@ -9317,7 +9317,7 @@ ], "license": "MIT", "dependencies": { - "nanoid": "^3.3.12", + "nanoid": "^3.3.16", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, diff --git a/package.json b/package.json index 4094097..2bd13e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workbench", - "version": "0.1.0", + "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", @@ -66,6 +66,6 @@ }, "overrides": { "esbuild": "0.28.1", - "postcss": "8.5.19" + "postcss": "8.5.20" } }