Skip to content

Commit

Permalink
Revert "chore: update deps"
Browse files Browse the repository at this point in the history
This reverts commit d5a2355.
  • Loading branch information
Zamiell committed Oct 24, 2024
1 parent 23bd3a3 commit 652e2c5
Show file tree
Hide file tree
Showing 11 changed files with 626 additions and 617 deletions.
1,171 changes: 590 additions & 581 deletions package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"update": "tsx ./scripts/update.ts"
},
"dependencies": {
"@babel/core": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@babel/preset-typescript": "^7.25.9",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@commander-js/extra-typings": "^12.1.0",
"@docusaurus/core": "^3.5.2",
"@docusaurus/eslint-plugin": "^3.5.2",
Expand All @@ -39,15 +39,15 @@
"@tsconfig/strictest": "^2.0.5",
"@types/figlet": "^1.7.0",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.14",
"@types/jest": "^29.5.13",
"@types/klaw-sync": "^6.0.5",
"@types/node": "^22.7.9",
"@types/node": "^22.7.7",
"@types/prompt": "^1.1.9",
"@types/source-map-support": "^0.5.10",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/rule-tester": "^8.11.0",
"@typescript-eslint/type-utils": "^8.11.0",
"@typescript-eslint/utils": "^8.11.0",
"@typescript-eslint/rule-tester": "^8.10.0",
"@typescript-eslint/type-utils": "^8.10.0",
"@typescript-eslint/utils": "^8.10.0",
"@zamiell/sync-directory": "^6.0.5",
"@zamiell/typedoc-plugin-not-exported": "^0.3.0",
"ajv": "^8.17.1",
Expand All @@ -56,7 +56,7 @@
"commander": "^12.1.0",
"complete-common": "^1.0.0",
"complete-lint": "^1.10.1",
"complete-node": "^1.6.0",
"complete-node": "^1.5.1",
"docusaurus-theme-search-typesense": "^0.22.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-sort-exports": "^0.9.1",
Expand All @@ -81,7 +81,7 @@
"typedoc-plugin-markdown": "^4.2.9",
"typedoc-plugin-rename": "^1.1.1",
"typescript": "5.6.2",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.10.0",
"typescript-to-lua": "^1.27.0",
"xml2js": "^0.6.2",
"yaml": "^2.6.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
"@docusaurus/types": "^3.5.2",
"@eslint/eslintrc": "^3.1.0",
"@types/glob": "^8.1.0",
"@types/node": "^22.7.9",
"@types/node": "^22.7.7",
"@zamiell/typedoc-plugin-not-exported": "^0.3.0",
"complete-common": "^1.0.0",
"complete-node": "^1.6.0",
"complete-node": "^1.5.1",
"glob": "^11.0.0",
"typedoc": "^0.26.10",
"typedoc-plugin-markdown": "^4.2.9",
"typedoc-plugin-rename": "^1.1.1",
"typescript": "5.6.2",
"typescript-eslint": "^8.11.0"
"typescript-eslint": "^8.10.0"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config-isaacscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
},
"dependencies": {
"eslint-plugin-isaacscript": "^4.0.0",
"typescript-eslint": "^8.11.0"
"typescript-eslint": "^8.10.0"
},
"devDependencies": {
"complete-node": "^1.6.0"
"complete-node": "^1.5.1"
}
}
18 changes: 9 additions & 9 deletions packages/eslint-plugin-isaacscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@
"test": "jest"
},
"dependencies": {
"@typescript-eslint/type-utils": "^8.11.0",
"@typescript-eslint/utils": "^8.11.0",
"typescript-eslint": "^8.11.0"
"@typescript-eslint/type-utils": "^8.10.0",
"@typescript-eslint/utils": "^8.10.0",
"typescript-eslint": "^8.10.0"
},
"devDependencies": {
"@babel/core": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@babel/preset-typescript": "^7.25.9",
"@types/jest": "^29.5.14",
"@typescript-eslint/rule-tester": "^8.11.0",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@types/jest": "^29.5.13",
"@typescript-eslint/rule-tester": "^8.10.0",
"complete-common": "^1.0.0",
"complete-node": "^1.6.0",
"complete-node": "^1.5.1",
"jest": "^29.7.0",
"prettier": "^3.3.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/isaac-lua-polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"isaac-typescript-definitions": "^42.2.0"
},
"devDependencies": {
"complete-node": "^1.6.0",
"typescript-eslint": "^8.11.0"
"complete-node": "^1.5.1",
"typescript-eslint": "^8.10.0"
}
}
4 changes: 2 additions & 2 deletions packages/isaac-typescript-definitions-repentogon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"isaac-typescript-definitions": "^42.2.0"
},
"devDependencies": {
"complete-node": "^1.6.0",
"complete-node": "^1.5.1",
"eslint-plugin-sort-exports": "^0.9.1",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.10.0",
"typescript-to-lua": "^1.27.0"
}
}
4 changes: 2 additions & 2 deletions packages/isaac-typescript-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"lua-types": "^2.13.1"
},
"devDependencies": {
"complete-node": "^1.6.0",
"complete-node": "^1.5.1",
"eslint-plugin-sort-exports": "^0.9.1",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.10.0",
"typescript-to-lua": "^1.27.0"
}
}
4 changes: 2 additions & 2 deletions packages/isaacscript-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"chalk": "^5.3.0",
"commander": "^12.1.0",
"complete-common": "^1.0.0",
"complete-node": "^1.6.0",
"complete-node": "^1.5.1",
"figlet": "^1.8.0",
"jsonc-parser": "^3.3.1",
"klaw-sync": "^6.0.0",
Expand All @@ -67,7 +67,7 @@
"@types/source-map-support": "^0.5.10",
"@types/xml2js": "^0.4.14",
"ts-json-schema-generator": "^2.3.0",
"typescript-eslint": "^8.11.0"
"typescript-eslint": "^8.10.0"
},
"peerDependencies": {
"typescript": ">= 5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/isaacscript-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.11",
"complete-node": "^1.6.0",
"complete-node": "^1.5.1",
"eslint-plugin-sort-exports": "^0.9.1",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.10.0",
"typescript-to-lua": "^1.27.0"
}
}
4 changes: 2 additions & 2 deletions packages/isaacscript-spell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"complete-common": "^1.0.0",
"complete-node": "^1.6.0",
"typescript-eslint": "^8.11.0"
"complete-node": "^1.5.1",
"typescript-eslint": "^8.10.0"
}
}

0 comments on commit 652e2c5

Please sign in to comment.