Skip to content

Commit

Permalink
chore: updated packages and crates
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAegis committed Jan 14, 2024
1 parent 88f849b commit 9497b7b
Show file tree
Hide file tree
Showing 154 changed files with 2,440 additions and 2,536 deletions.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "resources"]
path = resources
url = [email protected]:AlexAegis/advent-of-code-inputs.git
branch = master
27 changes: 14 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"node": ">=18.10.0",
"pnpm": ">=8.0.0"
},
"packageManager": "pnpm@8.12.1",
"packageManager": "pnpm@8.14.1",
"workspaces": [
"solutions/typescript/libs/*",
"solutions/typescript/2015/*",
Expand Down Expand Up @@ -108,37 +108,37 @@
"@alexaegis/autotool-plugin-vitest": "^0.9.2",
"@alexaegis/autotool-plugin-vscode": "^0.9.2",
"@alexaegis/autotool-plugin-workspace": "^0.9.2",
"@alexaegis/coverage-tools": "^0.8.1",
"@alexaegis/coverage-tools": "^0.8.2",
"@alexaegis/eslint-config-core": "^0.9.2",
"@alexaegis/nuke": "^0.9.2",
"@alexaegis/stylelint-config": "^0.9.2",
"@alexaegis/ts": "^0.9.2",
"@lcov-viewer/cli": "^1.3.0",
"@types/eslint": "^8.44.9",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitest/coverage-v8": "^1.1.0",
"@types/eslint": "^8.56.2",
"@types/node": "^20.11.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitest/coverage-v8": "^1.2.0",
"autotool": "^0.4.1",
"commit-and-tag-version": "^12.0.0",
"commitlint": "^18.4.3",
"commit-and-tag-version": "^12.1.0",
"commitlint": "^18.4.4",
"depcheck": "^1.4.7",
"eslint": "^8.56.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"npm-check-updates": "^16.14.12",
"prettier": "^3.1.1",
"prettier": "^3.2.2",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.9",
"prettier-plugin-tailwindcss": "^0.5.11",
"remark": "^15.0.1",
"remark-cli": "^12.0.0",
"stylelint": "^16.0.2",
"svelte-check": "^3.6.2",
"stylelint": "^16.1.0",
"svelte-check": "^3.6.3",
"ts-node": "^10.9.2",
"turbo": "^1.11.2",
"turbo-ignore": "^1.11.2",
"typedoc": "^0.25.4",
"turbo": "^1.11.3",
"turbo-ignore": "^1.11.3",
"typedoc": "^0.25.7",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
"vitest": "^1.2.0"
}
}
Loading

0 comments on commit 9497b7b

Please sign in to comment.