Skip to content

Commit

Permalink
Update deps (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow authored Dec 15, 2024
1 parent 6d68179 commit 0da1405
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 22
- uses: pnpm/action-setup@v4
with:
version: 9.14.4
version: 9.15.0
run_install: true
- run: pnpm run lint
test:
Expand All @@ -35,7 +35,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v4
with:
version: 9.14.4
version: 9.15.0
run_install: true
- run: pnpm test
test-macos:
Expand All @@ -47,7 +47,7 @@ jobs:
node-version: 22.x
- uses: pnpm/action-setup@v4
with:
version: 9.14.4
version: 9.15.0
run_install: true
- run: pnpm test
test-windows:
Expand All @@ -59,6 +59,6 @@ jobs:
node-version: 22.x
- uses: pnpm/action-setup@v4
with:
version: 9.14.4
version: 9.15.0
run_install: true
- run: pnpm test
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.14.4
version: 9.15.0
run_install: true
- run: pnpm run build
- uses: changesets/action@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@terrazzo/monorepo",
"private": true,
"type": "module",
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.0",
"scripts": {
"build": "turbo run build",
"build:apps": "turbo run build:app",
Expand Down
4 changes: 2 additions & 2 deletions packages/token-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"clsx": "^2.1.1",
"dtcg-examples": "^0.1.2",
"jotai": "^2.10.3",
"monaco-editor": "^0.52.0"
"monaco-editor": "^0.52.2"
},
"devDependencies": {
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react-swc": "^3.7.2",
"react": "19.0.0",
"react-dom": "19.0.0",
Expand Down
23 changes: 16 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0da1405

Please sign in to comment.