Skip to content

Commit

Permalink
chore(deps): update deps and pin dev deps to exact versions (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 authored Jan 9, 2025
1 parent 100f23c commit 4a07bdd
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 62 deletions.
69 changes: 34 additions & 35 deletions package-lock.json

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

51 changes: 25 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion prettier.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export default {
plugins: ['@ianvs/prettier-plugin-sort-imports'],
// Options for @ianvs/prettier-plugin-sort-imports
importOrder: ['<BUILTIN_MODULES>', '<THIRD_PARTY_MODULES>', '', '^[./]'],
importOrderTypeScriptVersion: '5.7.2',
importOrderTypeScriptVersion: '5.7.3',
importOrderCaseSensitive: false,
}

0 comments on commit 4a07bdd

Please sign in to comment.