Skip to content

Commit

Permalink
fix(package.json): updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
N00nDay committed Sep 13, 2023
1 parent 1be93ed commit 930daed
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,44 +34,44 @@
"pack": "node pack"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-vercel": "^3.0.2",
"@sveltejs/kit": "^1.22.3",
"@sveltejs/package": "^2.2.0",
"@tailwindcss/forms": "^0.5.4",
"@sveltejs/adapter-vercel": "^3.0.3",
"@sveltejs/kit": "^1.25.0",
"@sveltejs/package": "^2.2.2",
"@tailwindcss/forms": "^0.5.6",
"@testing-library/dom": "^9.3.1",
"@testing-library/svelte": "^4.0.3",
"@types/cookie": "^0.5.1",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-svelte": "^2.32.2",
"@types/cookie": "^0.5.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.49.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte": "^2.33.1",
"highlight.js": "^11.8.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^13.2.3",
"postcss": "^8.4.26",
"lint-staged": "^13.3.0",
"postcss": "^8.4.29",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.0.5",
"svelte-check": "^3.4.6",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"svelte-preprocess": "^5.0.4",
"svelte2tsx": "^0.6.19",
"svelte2tsx": "^0.6.21",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"vite": "^4.4.4",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.33.0"
},
"svelte": "./package/index.js",
"type": "module",
"types": "index.d.ts",
"dependencies": {
"@floating-ui/dom": "^1.4.5",
"@floating-ui/dom": "^1.5.2",
"color": "^4.2.3",
"dayjs": "^1.11.9",
"nanoid": "^4.0.2",
Expand All @@ -80,8 +80,8 @@
"tippy.js": "^6.3.7"
},
"peerDependencies": {
"@sveltejs/kit": "^1.21.0",
"svelte": "^4.0.1"
"@sveltejs/kit": "^1.25.0",
"svelte": "^4.2.0"
},
"exports": {
"./package.json": "./package.json",
Expand Down

1 comment on commit 930daed

@vercel
Copy link

@vercel vercel bot commented on 930daed Sep 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

stwui – ./

stwui-n00nday.vercel.app
stwui-git-main-n00nday.vercel.app
stwui.vercel.app

Please sign in to comment.