Skip to content

Commit

Permalink
update jest/eslint peer deps and eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
daveajrussell committed Oct 24, 2024
1 parent dd7f38d commit 7657eae
Show file tree
Hide file tree
Showing 4 changed files with 2,727 additions and 1,806 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,15 @@
"@typescript-eslint/no-this-alias": "warn",
"@typescript-eslint/no-unused-vars": "warn",
"@typescript-eslint/no-var-requires": "warn",
"@typescript-eslint/no-unnecessary-type-constraint": "warn",
"@typescript-eslint/no-loss-of-precision": "warn",
"no-var": "warn",
"prefer-rest-params": "warn",
"prefer-spread": "warn",
"react-hooks/exhaustive-deps": "warn",
"react-hooks/rules-of-hooks": "warn",
"react/no-unescaped-entities": "warn",
"react/no-unknown-property": "warn",
"react/prop-types": "error"
}
},
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
"@types/styled-components": "^5.1.1",
"@types/uuid": "^8.3.0",
"@types/whatwg-url": "^8.2.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^7.1.4",
"babel-eslint": "^10.0.3",
"babel-jest": "^25.2.4",
Expand All @@ -117,22 +117,22 @@
"cross-env": "^6.0.3",
"css-loader": "^1.0.0",
"cypress": "^8.3.1",
"eslint": "^7.7.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"express": "^4.15.4",
"file-loader": "^2.0.0",
"fork-ts-checker-notifier-webpack-plugin": "^3.0.0",
"fork-ts-checker-webpack-plugin": "^5.0.14",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^4.5.2",
"husky": "^0.14.3",
"jest": "^25.2.4",
"jest": "^29.7.0",
"jest-canvas-mock": "^1.1.0",
"js2xmlparser": "^3.0.0",
"json-loader": "^0.5.7",
Expand All @@ -146,8 +146,8 @@
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^3.0.2",
"precss": "^2.0.0",
"prettier-eslint": "^13.0.0",
"prettier-eslint-cli": "^5.0.0",
"prettier-eslint": "^16.3.0",
"prettier-eslint-cli": "^8.0.1",
"raf": "^3.4.0",
"raw-loader": "^0.5.1",
"react-hot-loader": "^4.13.0",
Expand Down Expand Up @@ -206,8 +206,8 @@
"memoize-one": "^5.2.1",
"monaco-editor": "0.23.0",
"neo4j-client-sso": "1.2.3",
"neo4j-driver": "5.25.0",
"neo4j-driver-core": "5.25.0",
"neo4j-driver": "5.26.0",
"neo4j-driver-core": "5.26.0",
"re-resizable": "^6.9.9",
"react": "^17.0.2",
"react-dnd": "^11.1.3",
Expand Down
2 changes: 1 addition & 1 deletion src/neo4j-arc/common/types/cypherDataTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export type CypherBasicPropertyType =
| number
| string
| Integer
| BigInt
| bigint
| Int8Array
| CypherTemporalType
| Point
Expand Down
Loading

0 comments on commit 7657eae

Please sign in to comment.