Skip to content

Commit

Permalink
chore(root): pin dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk de Visser <[email protected]>
  • Loading branch information
dirkdev98 committed May 19, 2024
1 parent 518853e commit 0c83554
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 28 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@
"clean:ws": "npm run clean --workspaces --if-present --include-workspace-root"
},
"devDependencies": {
"@types/node": "20.12.12",
"@lightbase/eslint-config": "*",
"@total-typescript/tsconfig": "1.0.4",
"patch-package": "8.0.0",
"typescript": "5.5.0-dev.20240518"
},
"engines": {
"node": ">=20"
"typescript": "5.5.0-dev.20240519"
},
"workspaces": ["packages/*", "apps/*"]
}
48 changes: 24 additions & 24 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@
"clean": "rm -rf ./.cache ./dist"
},
"dependencies": {
"@eslint/js": "^8.57.0",
"diff-match-patch": "^1.0.5",
"eslint": "^8.57.0",
"eslint-config-flat-gitignore": "^0.1.5",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-merge-processors": "^0.1.0",
"@eslint/js": "8.57.0",
"diff-match-patch": "1.0.5",
"eslint": "8.57.0",
"eslint-config-flat-gitignore": "0.1.5",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-merge-processors": "0.1.0",
"eslint-plugin-comment-length": "1.7.3",
"eslint-plugin-file-progress": "^1.3.0",
"eslint-plugin-import-x": "^0.5.0",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"globals": "^15.2.0",
"prettier": "^3.2.5",
"synckit": "^0.9.0",
"typescript-eslint": "^7.9.0"
"eslint-plugin-file-progress": "1.3.0",
"eslint-plugin-import-x": "0.5.0",
"eslint-plugin-jsdoc": "48.2.3",
"eslint-plugin-markdown": "5.0.0",
"eslint-plugin-unused-imports": "3.2.0",
"globals": "15.2.0",
"prettier": "3.2.5",
"synckit": "0.9.0",
"typescript-eslint": "7.9.0"
},
"peerDependencies": {
"@next/eslint-plugin-next": "^14.1.4",
Expand All @@ -65,14 +65,14 @@
}
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.2",
"@types/diff-match-patch": "^1.0.36",
"@types/eslint": "^8.56.9",
"@types/eslint__js": "^8.42.3",
"@types/eslint-plugin-markdown": "^2.0.2",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-no-relative-import-paths": "^1.5.4",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0"
"@next/eslint-plugin-next": "14.2.2",
"@types/diff-match-patch": "1.0.36",
"@types/eslint": "8.56.9",
"@types/eslint__js": "8.42.3",
"@types/eslint-plugin-markdown": "2.0.2",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-no-relative-import-paths": "1.5.4",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0"
}
}

0 comments on commit 0c83554

Please sign in to comment.