We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4330f04 commit e7794afCopy full SHA for e7794af
package.json
@@ -109,7 +109,7 @@
109
"identity-obj-proxy": "^3.0.0",
110
"jest": "^26.0.0",
111
"jest-fetch-mock": "^1.6.6",
112
- "lint-staged": "^8.1.5",
+ "lint-staged": "^11.0.0",
113
"mkdirp": "^1.0.3",
114
"npm-run-all": "^4.1.5",
115
"prettier": "^2.2.1",
@@ -131,8 +131,7 @@
131
},
132
"lint-staged": {
133
"*.{ts,tsx}": [
134
- "eslint . --ext .ts,.tsx --fix",
135
- "git add"
+ "eslint . --ext .ts,.tsx --fix"
136
]
137
138
"repository": {
@@ -144,8 +143,7 @@
144
143
145
"homepage": "https://github.com/jupyterlab/jupyterlab-git",
146
"resolutions": {
147
- "@types/react": "^17.0.0",
148
- "codemirror": "~5.61.0"
+ "@types/react": "^17.0.0"
149
150
"jupyterlab": {
151
"discovery": {
0 commit comments