From 4a07bdd7a205a0d77625f05f8508baad2c8e7231 Mon Sep 17 00:00:00 2001 From: Andrew Chou Date: Thu, 9 Jan 2025 14:28:00 -0500 Subject: [PATCH] chore(deps): update deps and pin dev deps to exact versions (#24) --- package-lock.json | 69 +++++++++++++++++++++++----------------------- package.json | 51 +++++++++++++++++----------------- prettier.config.js | 2 +- 3 files changed, 60 insertions(+), 62 deletions(-) diff --git a/package-lock.json b/package-lock.json index cfd2081..7ead306 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,32 +9,31 @@ "version": "1.1.0", "license": "MIT", "devDependencies": { - "@eslint/compat": "^1.2.4", - "@eslint/js": "^9.17.0", - "@ianvs/prettier-plugin-sort-imports": "^4.4.0", - "@mapeo/crypto": "^1.0.0-alpha.10", - "@tanstack/eslint-plugin-query": "^5.62.16", - "@testing-library/dom": "^10.4.0", - "@testing-library/react": "^16.1.0", - "@types/lint-staged": "^13.3.0", - "@types/node": "^22.10.5", - "@types/react": "^19.0.3", - "@types/react-dom": "^19.0.2", - "commit-and-tag-version": "^12.5.0", - "eslint": "^9.17.0", - "fastify": "^4.29.0", - "globals": "^15.14.0", - "husky": "^9.1.7", - "lint-staged": "^15.3.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "random-access-memory": "^6.2.1", - "rimraf": "^6.0.1", - "tsdoc-markdown": "^1.1.0", - "tshy": "^3.0.2", - "typescript": "^5.7.2", - "typescript-eslint": "^8.19.1", - "vitest": "^2.1.8" + "@eslint/compat": "1.2.4", + "@eslint/js": "9.17.0", + "@ianvs/prettier-plugin-sort-imports": "4.4.0", + "@mapeo/crypto": "1.0.0-alpha.10", + "@tanstack/eslint-plugin-query": "5.62.16", + "@testing-library/dom": "10.4.0", + "@testing-library/react": "16.1.0", + "@types/lint-staged": "13.3.0", + "@types/node": "22.10.5", + "@types/react": "19.0.4", + "@types/react-dom": "19.0.2", + "commit-and-tag-version": "12.5.0", + "eslint": "9.17.0", + "fastify": "4.29.0", + "globals": "15.14.0", + "husky": "9.1.7", + "lint-staged": "15.3.0", + "npm-run-all2": "7.0.2", + "prettier": "3.4.2", + "random-access-memory": "6.2.1", + "tsdoc-markdown": "1.1.0", + "tshy": "3.0.2", + "typescript": "5.7.3", + "typescript-eslint": "8.19.1", + "vitest": "2.1.8" }, "peerDependencies": { "@comapeo/core": "*", @@ -2181,9 +2180,9 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.62.16", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.62.16.tgz", - "integrity": "sha512-XJIZNj65d2IdvU8VBESmrPakfIm6FSdHDzrS1dPrAwmq3ZX+9riMh/ZfbNQHAWnhrgmq7KoXpgZSRyXnqMYT9A==", + "version": "5.63.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.63.0.tgz", + "integrity": "sha512-QWizLzSiog8xqIRYmuJRok9VELlXVBAwtINgVCgW1SNvamQwWDO5R0XFSkjoBEj53x9Of1KAthLRBUC5xmtVLQ==", "license": "MIT", "peer": true, "dependencies": { @@ -2378,9 +2377,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.3.tgz", - "integrity": "sha512-UavfHguIjnnuq9O67uXfgy/h3SRJbidAYvNjLceB+2RIKVRBzVsh0QO+Pw6BCSQqFS9xwzKfwstXx0m6AbAREA==", + "version": "19.0.4", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.4.tgz", + "integrity": "sha512-3O4QisJDYr1uTUMZHA2YswiQZRq+Pd8D+GdVFYikTutYsTz+QZgWkAPnP7rx9txoI6EXKcPiluMqWPFV3tT9Wg==", "devOptional": true, "license": "MIT", "dependencies": { @@ -11193,9 +11192,9 @@ "license": "MIT" }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index e4d5864..80f1d87 100644 --- a/package.json +++ b/package.json @@ -67,31 +67,30 @@ "react": "^18 || ^19" }, "devDependencies": { - "@eslint/compat": "^1.2.4", - "@eslint/js": "^9.17.0", - "@ianvs/prettier-plugin-sort-imports": "^4.4.0", - "@mapeo/crypto": "^1.0.0-alpha.10", - "@tanstack/eslint-plugin-query": "^5.62.16", - "@testing-library/dom": "^10.4.0", - "@testing-library/react": "^16.1.0", - "@types/lint-staged": "^13.3.0", - "@types/node": "^22.10.5", - "@types/react": "^19.0.3", - "@types/react-dom": "^19.0.2", - "commit-and-tag-version": "^12.5.0", - "eslint": "^9.17.0", - "fastify": "^4.29.0", - "globals": "^15.14.0", - "husky": "^9.1.7", - "lint-staged": "^15.3.0", - "npm-run-all2": "^7.0.2", - "prettier": "^3.4.2", - "random-access-memory": "^6.2.1", - "rimraf": "^6.0.1", - "tsdoc-markdown": "^1.1.0", - "tshy": "^3.0.2", - "typescript": "^5.7.2", - "typescript-eslint": "^8.19.1", - "vitest": "^2.1.8" + "@eslint/compat": "1.2.4", + "@eslint/js": "9.17.0", + "@ianvs/prettier-plugin-sort-imports": "4.4.0", + "@mapeo/crypto": "1.0.0-alpha.10", + "@tanstack/eslint-plugin-query": "5.62.16", + "@testing-library/dom": "10.4.0", + "@testing-library/react": "16.1.0", + "@types/lint-staged": "13.3.0", + "@types/node": "22.10.5", + "@types/react": "19.0.4", + "@types/react-dom": "19.0.2", + "commit-and-tag-version": "12.5.0", + "eslint": "9.17.0", + "fastify": "4.29.0", + "globals": "15.14.0", + "husky": "9.1.7", + "lint-staged": "15.3.0", + "npm-run-all2": "7.0.2", + "prettier": "3.4.2", + "random-access-memory": "6.2.1", + "tsdoc-markdown": "1.1.0", + "tshy": "3.0.2", + "typescript": "5.7.3", + "typescript-eslint": "8.19.1", + "vitest": "2.1.8" } } diff --git a/prettier.config.js b/prettier.config.js index e6a2dc9..b07d422 100644 --- a/prettier.config.js +++ b/prettier.config.js @@ -9,6 +9,6 @@ export default { plugins: ['@ianvs/prettier-plugin-sort-imports'], // Options for @ianvs/prettier-plugin-sort-imports importOrder: ['', '', '', '^[./]'], - importOrderTypeScriptVersion: '5.7.2', + importOrderTypeScriptVersion: '5.7.3', importOrderCaseSensitive: false, }