Update checked-in dependencies
This commit is contained in:
parent
4fad06f438
commit
40a500c743
4168 changed files with 298222 additions and 374905 deletions
14
node_modules/espree/package.json
generated
vendored
14
node_modules/espree/package.json
generated
vendored
|
|
@ -16,7 +16,7 @@
|
|||
],
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"version": "9.4.1",
|
||||
"version": "9.6.0",
|
||||
"files": [
|
||||
"lib",
|
||||
"dist/espree.cjs",
|
||||
|
|
@ -32,9 +32,9 @@
|
|||
"funding": "https://opencollective.com/eslint",
|
||||
"license": "BSD-2-Clause",
|
||||
"dependencies": {
|
||||
"acorn": "^8.8.0",
|
||||
"acorn": "^8.9.0",
|
||||
"acorn-jsx": "^5.3.2",
|
||||
"eslint-visitor-keys": "^3.3.0"
|
||||
"eslint-visitor-keys": "^3.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^17.1.0",
|
||||
|
|
@ -48,10 +48,12 @@
|
|||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-release": "^3.2.0",
|
||||
"esprima-fb": "^8001.2001.0-dev-harmony-fb",
|
||||
"lint-staged": "^13.2.0",
|
||||
"mocha": "^9.2.2",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"rollup": "^2.41.2",
|
||||
"shelljs": "^0.3.0"
|
||||
"shelljs": "^0.3.0",
|
||||
"yorkie": "^2.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"ast",
|
||||
|
|
@ -61,6 +63,9 @@
|
|||
"syntax",
|
||||
"acorn"
|
||||
],
|
||||
"gitHooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
},
|
||||
"scripts": {
|
||||
"unit": "npm-run-all -s unit:*",
|
||||
"unit:esm": "c8 mocha --color --reporter progress --timeout 30000 'tests/lib/**/*.js'",
|
||||
|
|
@ -69,6 +74,7 @@
|
|||
"lint": "eslint .",
|
||||
"fixlint": "npm run lint -- --fix",
|
||||
"build": "rollup -c rollup.config.js",
|
||||
"build:debug": "npm run build -- -m",
|
||||
"update-version": "node tools/update-version.js",
|
||||
"pretest": "npm run build",
|
||||
"prepublishOnly": "npm run update-version && npm run build",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue