Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
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
16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@
"sugarss": "^5.0.0",
"turbo": "^2.5.2",
"typescript": "^5.5.3",
"vitest": "^3.1.2"
}
"vitest": "3.2.3"
},
"pnpm": {
"overrides": {
"prismjs": "^1.30.0",
"tar-fs": "^2.1.3"
}
},
"browserslist": [
"> 0.2%",
"last 2 versions",
"not dead",
"not op_mini all"
]
}
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solana-foundation/ms-tools-config

## 0.1.3

### Patch Changes

- Security update for prismjs and tar-fs. Resolutions in the lockfile are needed until sanity libs update used verions.

## 0.1.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana-foundation/ms-tools-config",
"version": "0.1.2",
"version": "0.1.3",
"description": "Shared ESLint and Prettier configurations to ensure consistent code style and quality across all Solana microsite projects",
"keywords": [
"solana",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@types/node": "^22.15.3",
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^8.31.1",
"@vitest/coverage-v8": "3.2.1",
"@vitest/coverage-v8": "3.2.3",
"debug": "^4.4.0",
"eslint": "^9.25.1",
"eslint-config-eslint": "^11.0.0",
Expand All @@ -63,7 +63,7 @@
"stylelint": "^16.19.1",
"stylelint-config-standard-scss": "^15.0.1",
"typescript": "^5.5.3",
"vitest": "^3.1.2"
"vitest": "3.2.3"
},
"optionalDependencies": {
"tsup": "^8.2.4"
Expand Down
8 changes: 8 additions & 0 deletions packages/integrations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solana-foundation/ms-tools-integrations

## 0.1.3

### Patch Changes

- Security update for prismjs and tar-fs. Resolutions in the lockfile are needed until sanity libs update used verions.
- Updated dependencies
- @solana-foundation/ms-tools-config@0.1.3

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/integrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana-foundation/ms-tools-integrations",
"version": "0.1.2",
"version": "0.1.3",
"description": "Handles integrations with third-party services like HubSpot, providing a centralized location for managing these connections",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -38,7 +38,7 @@
"sanity": "^3.88.3",
"tsup": "^8.2.4",
"typescript": "^5.5.3",
"vitest": "^3.1.2"
"vitest": "3.2.3"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solana-foundation/ms-tools-ui

## 0.9.2

### Patch Changes

- Security update for prismjs and tar-fs. Resolutions in the lockfile are needed until sanity libs update used verions.
- Updated dependencies
- @solana-foundation/ms-tools-config@0.1.3

## 0.9.1

### Patch Changes
Expand Down
29 changes: 14 additions & 15 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana-foundation/ms-tools-ui",
"version": "0.9.1",
"version": "0.9.2",
"description": "Reusable React components built with React, Tailwind CSS, and Shadcn, forming the visual building blocks of microsites",
"main": ".",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -50,13 +50,10 @@
"@radix-ui/react-toggle-group": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.7",
"@solana-foundation/ms-tools-config": "workspace:^",
"@storybook/csf": "^0.1.13",
"@storybook/theming": "^8.6.14",
"@tailwindcss/postcss": "^4.1.5",
"@vitejs/plugin-react": "^4.5.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dom": "link:@types/@testing-library/dom",
"jsdom": "^26.1.0",
"lucide-react": "^0.511.0",
"next-themes": "^0.4.6",
Expand All @@ -65,29 +62,32 @@
"sonner": "^2.0.3",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.5",
"testing-react": "link:@types/@storybook/testing-react",
"vaul": "^1.1.2",
"zod": "^3.25.30"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@playwright/test": "^1.52.0",
"@storybook/addon-a11y": "^9.0.5",
"@storybook/addon-docs": "^9.0.4",
"@storybook/addon-themes": "^9.0.5",
"@storybook/addon-vitest": "^9.0.4",
"@storybook/addon-a11y": "^9.0.6",
"@storybook/addon-docs": "^9.0.6",
"@storybook/addon-themes": "^9.0.6",
"@storybook/addon-vitest": "^9.0.6",
"@storybook/blocks": "^8.6.14",
"@storybook/csf": "^0.1.13",
"@storybook/manager-api": "^8.6.14",
"@storybook/react-vite": "^9.0.5",
"@storybook/react": "^9.0.6",
"@storybook/react-vite": "^9.0.6",
"@storybook/test": "^8.6.14",
"@storybook/testing-react": "^2.0.1",
"@storybook/theming": "^8.6.14",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/node": "^22.15.3",
"@types/react": "^19.1.2",
"@vitest/browser": "3.2.1",
"@vitest/coverage-v8": "3.2.1",
"@types/testing-library__dom": "^7.5.0",
"@vitest/browser": "3.2.3",
"@vitest/coverage-v8": "3.2.3",
"autoprefixer": "^10.4.17",
"css-loader": "^7.1.2",
"playwright": "^1.52.0",
Expand All @@ -97,13 +97,12 @@
"process": "^0.11.10",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"storybook": "^9.0.4",
"storybook": "^9.0.6",
"style-loader": "^4.0.0",
"theming@latest": "link:storybook/theming@latest",
"tsup": "^8.2.4",
"tw-animate-css": "^1.3.0",
"typescript": "^5.5.3",
"vitest": "^3.1.2"
"vitest": "3.2.3"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com",
Expand Down
Loading