Skip to content

Commit

Permalink
bump deps and release a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow committed Jan 20, 2024
1 parent 4a6e4ad commit 52abbf8
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 170 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "m3-svelte",
"version": "3.1.3",
"version": "3.1.4",
"license": "Apache-2.0 OR GPL-3.0-only",
"repository": "KTibow/m3-svelte",
"author": {
Expand Down Expand Up @@ -38,28 +38,28 @@
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.0.6",
"@sveltejs/package": "^2.2.5",
"@sveltejs/kit": "^2.4.1",
"@sveltejs/package": "^2.2.6",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"fast-glob": "^3.3.2",
"globals": "^13.24.0",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"prettier-plugin-svelte": "^3.1.2",
"svelte-check": "^3.6.2",
"svelte-check": "^3.6.3",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.10"
"vite": "^5.0.12"
},
"dependencies": {
"@iconify/types": "^2.0.0",
"@ktibow/iconset-material-symbols": "^0.0.1702636265",
"@material/material-color-utilities": "^0.2.7",
"svelte": "^4.2.8"
"svelte": "^4.2.9"
},
"files": [
"package"
Expand Down
Loading

0 comments on commit 52abbf8

Please sign in to comment.