Skip to content

Commit

Permalink
Updated node modules (dev on node 20)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Jan 3, 2024
1 parent c0e9b83 commit 0ffd355
Show file tree
Hide file tree
Showing 8 changed files with 1,661 additions and 1,441 deletions.
18 changes: 9 additions & 9 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
},
"devDependencies": {
"@cypress/snapshot": "^2.1.7",
"@types/node": "20.7.0",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"cypress": "13.2.0",
"@types/node": "20.10.6",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"cypress": "13.6.2",
"cypress-html-validate": "6.1.0",
"eslint": "8.50.0",
"eslint": "8.56.0",
"eslint-plugin-align-assignments": "^1.1.2",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "6.1.1",
"html-validate": "8.4.1",
"start-server-and-test": "2.0.1",
"typescript": "5.2.2"
"html-validate": "8.8.0",
"start-server-and-test": "2.0.3",
"typescript": "5.3.3"
},
"scripts": {
"lint-fix": "eslint --fix cypress --ext .ts",
Expand Down
2 changes: 1 addition & 1 deletion e2e/snapshots.js

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

4 changes: 2 additions & 2 deletions e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"compilerOptions": {
"strict": true,
"target": "es2016",
"module": "ES6",
"module": "NodeNext",
"lib": ["esnext", "dom", "dom.iterable"],
"types": ["cypress", "node"],
"noEmit": true,
"allowJs": true,
"checkJs": false,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"moduleResolution": "NodeNext",
"resolveJsonModule": true
},
"ts-node": {
Expand Down
2 changes: 1 addition & 1 deletion lib/javascripts/pagy-dev.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/javascripts/pagy.js

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

Loading

0 comments on commit 0ffd355

Please sign in to comment.