Skip to content

Commit

Permalink
updated packages and increased package version
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3y committed Sep 2, 2024
1 parent a151725 commit 2bad9fa
Show file tree
Hide file tree
Showing 2 changed files with 1,250 additions and 11 deletions.
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mediakular/gridcraft",
"version": "0.2.8",
"version": "0.2.9",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
Expand All @@ -27,16 +27,15 @@
"svelte": "^4.0.0"
},
"devDependencies": {
"@playwright/test": "^1.28.1",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.27.4",
"@sveltejs/package": "^2.0.0",
"publint": "^0.1.9",
"svelte": "^4.0.5",
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.4.2"
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/kit": "^1.30.4",
"@sveltejs/package": "^2.3.4",
"publint": "^0.1.16",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"vite": "^4.5.3"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
Loading

0 comments on commit 2bad9fa

Please sign in to comment.