Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Nov 27, 2023
1 parent 1b0815e commit 2d5c21b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"devalue": "^4.3.2",
"diff": "^5.1.0",
"dlv": "^1.1.3",
"dset": "^3.1.2",
"dset": "^3.1.3",
"es-module-lexer": "^1.4.1",
"esbuild": "^0.19.6",
"estree-walker": "^3.0.3",
Expand Down Expand Up @@ -187,6 +187,7 @@
"@types/cookie": "^0.5.4",
"@types/debug": "^4.1.12",
"@types/diff": "^5.0.8",
"@types/dlv": "^1.1.4",
"@types/dom-view-transitions": "^1.0.4",
"@types/estree": "^1.0.5",
"@types/hast": "^3.0.3",
Expand Down
1 change: 0 additions & 1 deletion packages/astro/src/preferences/store.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import dget from 'dlv';
// @ts-expect-error `dset` is mispackaged: https://publint.dev/dset@3.1.2
import { dset } from 'dset';
import fs from 'node:fs';
import path from 'node:path';
Expand Down
9 changes: 9 additions & 0 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 2d5c21b

Please sign in to comment.