Skip to content

Commit

Permalink
Upgrade devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
baku89 committed Sep 17, 2024
1 parent 6f85bdb commit fd22942
Show file tree
Hide file tree
Showing 3 changed files with 674 additions and 666 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@
},
"homepage": "https://baku89.github.io/linearly",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@vuepress/bundler-vite": "2.0.0-rc.2",
"@vuepress/plugin-palette": "^2.0.0-rc.14",
"@vuepress/theme-default": "2.0.0-rc.1",
"concurrently": "^8.2.2",
"eslint": "^8.56.0",
"concurrently": "^9.0.1",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.2.5",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typedoc": "^0.25.8",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.3.3",
"vitest": "^1.2.2",
"typedoc": "^0.26.7",
"typedoc-plugin-markdown": "^4.2.7",
"typescript": "^5.6.2",
"vitest": "^2.1.1",
"vuepress": "2.0.0-rc.1"
}
}
1 change: 0 additions & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"readme": "none",
"cleanOutputDir": true,
"includeVersion": true,
"hideInPageTOC": true,
"plugin": ["typedoc-plugin-markdown"],
"sort": ["alphabetical"],
"defaultCategory": "Functions",
Expand Down
Loading

0 comments on commit fd22942

Please sign in to comment.