Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import eslint from '@eslint/js';
import cypress from 'eslint-plugin-cypress/flat';
import cypress from 'eslint-plugin-cypress';
import globals from 'globals';
import vitest from '@vitest/eslint-plugin';
import n from 'eslint-plugin-n';
Expand Down
2 changes: 1 addition & 1 deletion frameworks/angular-slickgrid/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import angular from 'angular-eslint';
import eslint from '@eslint/js';
import cypress from 'eslint-plugin-cypress/flat';
import cypress from 'eslint-plugin-cypress';
import globals from 'globals';
import n from 'eslint-plugin-n';
import tseslint from 'typescript-eslint';
Expand Down
6 changes: 3 additions & 3 deletions frameworks/angular-slickgrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@
"cypress": "catalog:",
"cypress-real-events": "catalog:",
"dompurify": "catalog:",
"eslint": "^9.27.0",
"eslint-plugin-cypress": "^4.3.0",
"eslint-plugin-n": "^17.18.0",
"eslint": "catalog:",
"eslint-plugin-cypress": "catalog:",
"eslint-plugin-n": "catalog:",
"globals": "catalog:",
"jsdom": "catalog:",
"native-copyfiles": "catalog:",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@
"cypress": "catalog:",
"cypress-real-events": "catalog:",
"dotenv": "^16.5.0",
"eslint": "^9.26.0",
"eslint-plugin-cypress": "^4.3.0",
"eslint-plugin-n": "^17.18.0",
"eslint": "catalog:",
"eslint-plugin-cypress": "catalog:",
"eslint-plugin-n": "catalog:",
"globals": "catalog:",
"happy-dom": "^17.4.7",
"husky": "^9.1.7",
Expand All @@ -130,11 +130,11 @@
"rxjs": "catalog:",
"sortablejs": "catalog:",
"typescript": "catalog:",
"typescript-eslint": "^8.32.1",
"typescript-eslint": "^8.33.0",
"vitest": "catalog:"
},
"funding": {
"type": "ko_fi",
"url": "https://ko-fi.com/ghiscoding"
}
}
}
43 changes: 29 additions & 14 deletions pnpm-lock.yaml

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

3 changes: 3 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ catalog:
cypress-real-events: ^1.14.0
dequal: ^2.0.3
dompurify: ^3.2.5
'eslint': ^9.27.0
'eslint-plugin-cypress': ^5.0.0
'eslint-plugin-n': ^17.18.0
globals: ^16.1.0
i18next: ^25.1.3
i18next-vue: ^5.3.0
Expand Down