Skip to content

Commit

Permalink
upgrade lib
Browse files Browse the repository at this point in the history
  • Loading branch information
candidosales committed Aug 3, 2023
1 parent 0742b94 commit f469d48
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 191 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,28 +36,28 @@
"devDependencies": {
"@playwright/test": "^1.36.2",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.22.3",
"@sveltejs/kit": "^1.22.4",
"@sveltejs/package": "^2.2.0",
"@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.27",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.1",
"prettier-plugin-svelte": "^3.0.3",
"publint": "^0.2.0",
"sass": "^1.64.1",
"svelte": "^4.1.1",
"sass": "^1.64.2",
"svelte": "^4.1.2",
"svelte-check": "^3.4.6",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"vite": "^4.4.7",
"vitest": "^0.33.0"
"vite": "^4.4.8",
"vitest": "^0.34.1"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -2374,8 +2374,8 @@
},
"license": "MIT",
"dependencies": {
"@floating-ui/dom": "^1.4.5",
"flowbite": "^1.7.0",
"@floating-ui/dom": "^1.5.1",
"flowbite": "^1.8.1",
"flowbite-svelte": "^0.40.2",
"svelte-meta-tags": "^2.8.0"
}
Expand Down
Loading

0 comments on commit f469d48

Please sign in to comment.