Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoshino committed Jul 24, 2023
1 parent 05427a9 commit 86e077c
Show file tree
Hide file tree
Showing 7 changed files with 132 additions and 135 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"build:watch": "vite build --watch",
"preview": "vite preview",
"prepublishOnly": "vite build",
"format": "prettier --plugin-search-dir . --write .",
"format": "prettier --plugin prettier-plugin-svelte --write .",
"lint": "npm-run-all lint:*",
"lint:cspell": "cspell --no-progress",
"lint:svelte": "svelte-check",
"lint:prettier": "prettier --check --plugin-search-dir=. .",
"lint:prettier": "prettier --check --plugin prettier-plugin-svelte .",
"lint:eslint": "eslint .",
"lint:stylelint": "stylelint '**/*.{css,scss,svelte}'",
"test": "vitest"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@sveltejs/vite-plugin-svelte": "^2.4.3",
"@types/flat": "^5.0.2",
"@types/marked": "^5.0.1",
"cspell": "^6.31.2",
Expand All @@ -31,21 +31,21 @@
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^46.4.4",
"eslint-plugin-svelte": "^2.32.2",
"eslint-plugin-svelte": "^2.32.4",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.26",
"postcss": "^8.4.27",
"postcss-html": "^1.5.0",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"sass": "^1.63.6",
"stylelint": "^15.10.1",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.0",
"sass": "^1.64.1",
"stylelint": "^15.10.2",
"stylelint-config-recommended-scss": "^12.0.0",
"stylelint-scss": "^5.0.1",
"svelte": "^4.0.5",
"svelte": "^4.1.1",
"svelte-check": "^3.4.6",
"svelte-i18n": "^3.7.0",
"svelte-preprocess": "^5.0.4",
"vite": "^4.4.4",
"vite": "^4.4.7",
"vitest": "^0.33.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 86e077c

Please sign in to comment.