Skip to content

Commit

Permalink
chore: 🤖 update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTomB committed Jan 8, 2025
1 parent 731f14f commit 2dcb109
Show file tree
Hide file tree
Showing 3 changed files with 176 additions and 328 deletions.
4 changes: 2 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ module.exports = [
},
...compat.config({ extends: ['plugin:@nx/typescript'] }).map((config) => ({
...config,
files: ['**/*.ts', '**/*.tsx'],
files: ['**/*.ts', '**/*.tsx', '**/*.cts', '**/*.mts'],
rules: {
...config.rules,
},
})),
...compat.config({ extends: ['plugin:@nx/javascript'] }).map((config) => ({
...config,
files: ['**/*.js', '**/*.jsx'],
files: ['**/*.js', '**/*.jsx', '**/*.cjs', '**/*.mjs'],
rules: {
...config.rules,
},
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@angular/router": "19.0.5",
"@changesets/cli": "2.27.11",
"@floating-ui/dom": "1.6.12",
"@nx/angular": "20.2.2",
"@nx/angular": "20.3.1",
"date-fns": "4.1.0",
"jiti": "2.4.1",
"rxjs": "7.8.1",
Expand All @@ -53,15 +53,15 @@
"@contentful/rich-text-types": "17.0.0",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.17.0",
"@nx/cypress": "20.2.2",
"@nx/eslint": "20.2.2",
"@nx/eslint-plugin": "20.2.2",
"@nx/jest": "20.2.2",
"@nx/js": "20.2.2",
"@nx/plugin": "20.2.2",
"@nx/storybook": "20.2.2",
"@nx/web": "20.2.2",
"@nx/workspace": "20.2.2",
"@nx/cypress": "20.3.1",
"@nx/eslint": "20.3.1",
"@nx/eslint-plugin": "20.3.1",
"@nx/jest": "20.3.1",
"@nx/js": "20.3.1",
"@nx/plugin": "20.3.1",
"@nx/storybook": "20.3.1",
"@nx/web": "20.3.1",
"@nx/workspace": "20.3.1",
"@schematics/angular": "19.0.5",
"@storybook/addon-a11y": "8.4.7",
"@storybook/addon-actions": "8.4.7",
Expand Down Expand Up @@ -89,7 +89,7 @@
"jest-preset-angular": "14.4.2",
"jsonc-eslint-parser": "2.4.0",
"ng-packagr": "19.0.1",
"nx": "20.2.2",
"nx": "20.3.1",
"postcss": "8.4.49",
"postcss-import": "16.1.0",
"postcss-preset-env": "10.1.3",
Expand Down
Loading

0 comments on commit 2dcb109

Please sign in to comment.