Skip to content

Commit

Permalink
V2.0.0 beta.39 - fix Symbol saving
Browse files Browse the repository at this point in the history
  • Loading branch information
mateomorris committed Oct 30, 2023
1 parent fe0bebe commit 43b7eec
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
98 changes: 49 additions & 49 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primo-server",
"version": "2.0.0--beta.1",
"version": "2.0.0--beta.40",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@fontsource/fira-code": "^5.0.5",
"@iconify/svelte": "^2.2.1",
"@primocms/builder": "^0.1.52",
"@primocms/builder": "^0.1.53",
"@rollup/browser": "^3.28.0",
"@supabase/auth-helpers-sveltekit": "^0.10.2",
"@supabase/supabase-js": "^2.31.0",
Expand Down Expand Up @@ -58,4 +58,4 @@
"engines": {
"node": "18.x"
}
}
}

0 comments on commit 43b7eec

Please sign in to comment.