mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
Fix npm/yarn package version hell to fix build
This commit is contained in:
parent
2a8efbee09
commit
f8085ebbf6
16
package.json
16
package.json
@ -17,18 +17,18 @@
|
||||
"docs:start": "cd docs && yarn start",
|
||||
"pretest": "yarn build",
|
||||
"prepublish": "yarn build",
|
||||
"lint": "eslint '*/**/*.{js,ts,tsx}'"
|
||||
"lint": "eslint 'packages/**/*.{js,ts,tsx}'"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^4.4.0",
|
||||
"@typescript-eslint/parser": "^4.4.0",
|
||||
"eslint": "^7.11.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-prettier": "^3.1.4",
|
||||
"@typescript-eslint/eslint-plugin": "7.1.0",
|
||||
"@typescript-eslint/parser": "7.1.0",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-plugin-node": "11.1.0",
|
||||
"eslint-plugin-prettier": "5.1.3",
|
||||
"lerna": "^3.19.0",
|
||||
"prettier": "3.0.3",
|
||||
"typescript": "^4.0.3"
|
||||
"typescript": "5.3.3"
|
||||
},
|
||||
"prettier": {
|
||||
"semi": false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user