mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-10 11:09:43 +08:00
Upgrade packages.
This commit is contained in:
parent
c919122eba
commit
db5902ac90
4186
package-lock.json
generated
4186
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
27
package.json
27
package.json
@ -4,9 +4,10 @@
|
|||||||
"description": "Algorithms and data-structures implemented on JavaScript",
|
"description": "Algorithms and data-structures implemented on JavaScript",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint ./src/*",
|
"lint": "eslint ./src/**",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"ci": "npm run lint && npm run test -- --coverage"
|
"coverage": "npm run test -- --coverage",
|
||||||
|
"ci": "npm run lint && npm run coverage"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -33,17 +34,17 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/trekhleb/javascript-algorithms#readme",
|
"homepage": "https://github.com/trekhleb/javascript-algorithms#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.10.5",
|
"@babel/cli": "^7.12.8",
|
||||||
"@babel/preset-env": "^7.10.4",
|
"@babel/preset-env": "^7.12.7",
|
||||||
"@types/jest": "^26.0.7",
|
"@types/jest": "^26.0.16",
|
||||||
"eslint": "^7.5.0",
|
"eslint": "^7.14.0",
|
||||||
"eslint-config-airbnb": "^18.2.0",
|
"eslint-config-airbnb": "^18.2.1",
|
||||||
"eslint-plugin-import": "^2.22.0",
|
"eslint-plugin-import": "^2.22.1",
|
||||||
"eslint-plugin-jest": "^23.18.2",
|
"eslint-plugin-jest": "^24.1.3",
|
||||||
"eslint-plugin-jsx-a11y": "^6.3.1",
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||||
"eslint-plugin-react": "^7.20.3",
|
"eslint-plugin-react": "^7.21.5",
|
||||||
"husky": "^4.2.5",
|
"husky": "^4.3.0",
|
||||||
"jest": "^26.1.0"
|
"jest": "^26.6.3"
|
||||||
},
|
},
|
||||||
"dependencies": {}
|
"dependencies": {}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user