Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoshino committed Sep 25, 2023
1 parent f2c9874 commit ecd7654
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 173 deletions.
25 changes: 12 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,34 +17,33 @@
},
"devDependencies": {
"@sveltejs/adapter-static": "2.0.3",
"@sveltejs/kit": "^1.25.0",
"@types/d3-array": "^3.0.7",
"@types/d3-axis": "^3.0.3",
"@types/d3-geo": "^3.0.4",
"@types/d3-scale": "^4.0.4",
"@types/d3-selection": "^3.0.6",
"@types/marked": "^5.0.1",
"@sveltejs/kit": "^1.25.1",
"@types/d3-array": "^3.0.8",
"@types/d3-axis": "^3.0.4",
"@types/d3-geo": "^3.0.5",
"@types/d3-scale": "^4.0.5",
"@types/d3-selection": "^3.0.7",
"@types/md5": "^2.3.2",
"@types/topojson": "^3.2.4",
"cspell": "^7.3.6",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-svelte": "^2.33.1",
"eslint-plugin-svelte": "^2.33.2",
"marked": "^9.0.3",
"netlify-cms-proxy-server": "^1.3.24",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.29",
"postcss": "^8.4.30",
"postcss-html": "^1.5.0",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"sass": "^1.67.0",
"sass": "^1.68.0",
"stylelint": "^15.10.3",
"stylelint-config-recommended-scss": "^13.0.0",
"stylelint-scss": "^5.2.1",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"svelte": "^4.2.1",
"svelte-check": "^3.5.2",
"svelte-i18n": "^3.7.4",
"svelte-preprocess": "^5.0.4",
"vite": "^4.4.9",
Expand Down
Loading

0 comments on commit ecd7654

Please sign in to comment.