Skip to content

Commit

Permalink
Bump @typescript-eslint/parser from 6.21.0 to 7.14.1 (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
nev21 authored Jun 28, 2024
1 parent 81d66bb commit c819e16
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 51 deletions.
51 changes: 16 additions & 35 deletions common/config/rush/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"esnext:main": "lib/dist/es6/main/ts-async.js",
"module": "lib/dist/es5/mod/ts-async.js",
"esnext": "lib/dist/es6/mod/ts-async.js",
"types": "lib/dist/types/ts-async.d.ts",
"types": "lib/dist/types/ts-async.d.ts",
"scripts": {
"postinstall": "node common/scripts/install-run-rush.js update --full",
"build": "rush build && npm run pre-proc -- -restore",
Expand Down Expand Up @@ -83,31 +83,31 @@
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@microsoft/rush": "5.129.6",
"@microsoft/rush": "^5.129.6",
"@nevware21/grunt-eslint-ts": "0.2.4",
"@nevware21/grunt-ts-plugin": "0.4.5",
"@size-limit/preset-small-lib": "^11.0.1",
"@size-limit/time": "^11.0.1",
"@size-limit/esbuild-why": "^11.0.1",
"@types/eslint": "^8.4.2",
"@size-limit/esbuild-why": "^11.1.4",
"@size-limit/preset-small-lib": "^11.1.4",
"@size-limit/time": "^11.1.4",
"@types/chai": "^4.3.1",
"@types/eslint": "^8.56.10",
"@types/estree": "^1.0.0",
"@types/jquery": "^3.5.14",
"@types/chai": "^4.3.1",
"@types/mocha": "^10.0.1",
"@types/sinon": "^10.0.11",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"eslint": "^8.16.0",
"eslint-plugin-security": "^1.5.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"codecov": "^3.8.3",
"copyfiles": "^2.4.1",
"eslint": "^8.56.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-plugin-security": "^1.7.1",
"grunt": "^1.5.3",
"grunt-cli": "^1.4.3",
"typescript": "^4.9.5",
"nyc": "^17.0.0",
"codecov": "^3.8.3",
"size-limit": "^11.1.4",
"typedoc": "^0.26.2",
"copyfiles": "^2.4.1",
"size-limit": "^11.0.2"
"typescript": "^4.9.5"
},
"size-limit": [
{
Expand Down Expand Up @@ -195,6 +195,6 @@
"path": "lib/build/es5/mod/polyfills.js",
"limit": "12 kb",
"brotli": false
}
}
]
}

0 comments on commit c819e16

Please sign in to comment.