Skip to content

Commit

Permalink
Merge branch 'next' into vuln/194-vite
Browse files Browse the repository at this point in the history
  • Loading branch information
zachstence committed Jan 31, 2025
2 parents 5121d89 + f7ac87e commit 376d82f
Show file tree
Hide file tree
Showing 5 changed files with 314 additions and 317 deletions.
6 changes: 6 additions & 0 deletions .changeset/new-tigers-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@evidence-dev/sdk': patch
'@evidence-dev/core-components': patch
---

Override nanoid to 3.3.8
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"get-port": "^7.1.0",
"git-remote-origin-url": "4.0.0",
"http-proxy": "^1.18.1",
"nanoid": "^5.0.9",
"nanoid": "3.3.8",
"node-fetch": "^3.3.2",
"npm-run-all": "^4.1.5",
"open": "^9.1.0",
Expand Down Expand Up @@ -110,7 +110,8 @@
"nth-check@<2.0.1": ">=2.0.1",
"fast-xml-parser": ">=4.4.1",
"dset": ">=3.1.4",
"cookie": ">=0.7.1"
"cookie": ">=0.7.1",
"nanoid": "3.3.8"
}
},
"packageManager": "[email protected]+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81"
Expand Down
4 changes: 2 additions & 2 deletions packages/lib/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"lodash.chunk": "^4.2.0",
"lodash.merge": "^4.6.2",
"mdsvex": "^0.11.0",
"nanoid": "^5.0.9",
"nanoid": "3.3.8",
"ora": "^8.0.1",
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.0.3",
Expand Down Expand Up @@ -152,7 +152,7 @@
},
"peerDependencies": {
"@evidence-dev/universal-sql": "workspace:*",
"nanoid": "^5.0.9",
"nanoid": "3.3.8",
"perfect-debounce": "^1.0.0",
"svelte": "^4.2.19"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/core-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"export-to-csv": "0.2.1",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"nanoid": "^5.0.9",
"nanoid": "3.3.8",
"perfect-debounce": "^1.0.0",
"prismjs": "1.29.0",
"ssf": "0.11.2",
Expand Down
Loading

0 comments on commit 376d82f

Please sign in to comment.