Skip to content

Commit

Permalink
chore: updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamiell committed Mar 22, 2024
1 parent 098cc7b commit b727ffa
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 128 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^8.57.0",
"@mdx-js/react": "^3.0.1",
"@microsoft/api-extractor": "^7.42.3",
"@microsoft/api-extractor": "^7.43.0",
"@prettier/plugin-xml": "^3.3.1",
"@svgr/webpack": "^8.1.0",
"@tsconfig/node-lts": "^20.1.1",
Expand All @@ -50,19 +50,19 @@
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.12",
"@types/klaw-sync": "^6.0.5",
"@types/node": "^20.11.28",
"@types/node": "^20.11.30",
"@types/prompt": "^1.1.8",
"@types/react": "^18.2.66",
"@types/react": "^18.2.67",
"@types/source-map-support": "^0.5.10",
"@types/touch": "^3.1.5",
"@types/unidecode": "^0.1.3",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/rule-tester": "^7.2.0",
"@typescript-eslint/type-utils": "^7.2.0",
"@typescript-eslint/types": "^7.2.0",
"@typescript-eslint/utils": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/rule-tester": "^7.3.1",
"@typescript-eslint/type-utils": "^7.3.1",
"@typescript-eslint/types": "^7.3.1",
"@typescript-eslint/utils": "^7.3.1",
"@zamiell/sync-directory": "^6.0.5",
"@zamiell/typedoc-plugin-not-exported": "^0.2.0",
"ajv": "^8.12.0",
Expand All @@ -82,7 +82,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-eslint-plugin": "^5.4.0",
"eslint-plugin-eslint-plugin": "^5.4.1",
"eslint-plugin-import": "npm:eslint-plugin-i@latest",
"eslint-plugin-jsdoc": "^48.2.1",
"eslint-plugin-n": "^16.6.2",
Expand All @@ -99,9 +99,9 @@
"jest-summarizing-reporter": "^1.1.4",
"jsonc-parser": "^3.2.1",
"klaw-sync": "^6.0.0",
"knip": "^5.1.1",
"knip": "^5.2.2",
"lua-types": "^2.13.1",
"markdownlint": "^0.33.0",
"markdownlint": "^0.34.0",
"markdownlint-cli": "^0.39.0",
"moment": "^2.30.1",
"npm-check-updates": "^16.14.17",
Expand All @@ -124,8 +124,8 @@
"typedoc": "^0.25.12",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-rename": "^1.0.1",
"typescript": "^5.4.2",
"typescript-to-lua": "^1.25.0",
"typescript": "^5.4.3",
"typescript-to-lua": "^1.25.1",
"unbuild": "^2.0.0",
"unidecode": "^1.0.1",
"unified": "^11.0.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin-isaacscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"test": "jest"
},
"dependencies": {
"@typescript-eslint/type-utils": "^7.2.0",
"@typescript-eslint/types": "^7.2.0",
"@typescript-eslint/utils": "^7.2.0"
"@typescript-eslint/type-utils": "^7.3.1",
"@typescript-eslint/types": "^7.3.1",
"@typescript-eslint/utils": "^7.3.1"
},
"peerDependencies": {
"@typescript-eslint/parser": ">= 6.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/isaacscript-lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
],
"dependencies": {
"@prettier/plugin-xml": "^3.3.1",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"cspell": "^8.6.0",
"cspell-check-unused-words": "^1.1.1",
"eslint": "^8.57.0",
Expand All @@ -43,7 +43,7 @@
"eslint-plugin-no-autofix": "^1.2.3",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-unicorn": "^51.0.1",
"knip": "^5.1.1",
"knip": "^5.2.2",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "^2.4.12",
Expand Down
Loading

0 comments on commit b727ffa

Please sign in to comment.