This commit is contained in:
Darren Clarke 2023-07-11 14:47:05 +00:00 committed by GitHub
parent 302575f129
commit bb3e37ae06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1521 additions and 676 deletions

View file

@ -57,7 +57,7 @@
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"typescript": "5.1.6"
}

View file

@ -28,7 +28,7 @@
"jest-junit": "^16.0.0",
"nodemon": "^3.0.1",
"pino-pretty": "^10.0.1",
"prettier": "^3.0.0",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typescript": "^5.1.6"

2187
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -49,7 +49,7 @@
"graphql": "15.8.0"
},
"devDependencies": {
"prettier": "^3.0.0",
"prettier": "^2.8.8",
"dotenv-cli": "latest"
},
"engines": {

View file

@ -10,8 +10,8 @@
},
"dependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-xo-space": "^0.34.0",
"eslint-plugin-cypress": "^2.13.3",