Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoshino committed Jun 30, 2024
1 parent bc4e979 commit 65d3b7b
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 108 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/node": "^20.14.8",
"@types/node": "^20.14.9",
"cspell": "^8.9.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.15",
"eslint-plugin-svelte": "^2.40.0",
"eslint-plugin-jsdoc": "^48.5.0",
"eslint-plugin-svelte": "^2.41.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"postcss-html": "^1.7.0",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.5",
Expand All @@ -42,10 +42,10 @@
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-scss": "^6.3.2",
"svelte": "^4.2.18",
"svelte-check": "^3.8.1",
"svelte-check": "^3.8.4",
"svelte-i18n": "^4.0.0",
"svelte-preprocess": "^6.0.1",
"vite": "^5.3.1",
"vite": "^5.3.2",
"vitest": "^1.6.0"
},
"dependencies": {
Expand All @@ -56,10 +56,10 @@
"fast-deep-equal": "^3.1.3",
"flat": "^6.0.1",
"isomorphic-dompurify": "^2.12.0",
"marked": "^13.0.0",
"marked": "^13.0.1",
"mime": "^4.0.3",
"moment": "^2.30.1",
"smol-toml": "^1.2.1",
"smol-toml": "^1.2.2",
"yaml": "^2.4.5"
},
"files": [
Expand Down
Loading

0 comments on commit 65d3b7b

Please sign in to comment.