Skip to content

Commit

Permalink
chore: manually updated local package.jsons to 7.4.0 (#8775)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Mar 25, 2024
1 parent 506a7bf commit ca561e2
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 186 deletions.
2 changes: 1 addition & 1 deletion packages/ast-spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/ast-spec",
"version": "7.3.1",
"version": "7.4.0",
"description": "Complete specification for the TypeScript-ESTree AST",
"private": true,
"keywords": [
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-plugin-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/eslint-plugin-internal",
"version": "7.3.1",
"version": "7.4.0",
"private": true,
"main": "dist/index.js",
"types": "index.d.ts",
Expand All @@ -15,10 +15,10 @@
},
"dependencies": {
"@prettier/sync": "^0.5.0",
"@typescript-eslint/rule-tester": "7.3.1",
"@typescript-eslint/scope-manager": "7.3.1",
"@typescript-eslint/type-utils": "7.3.1",
"@typescript-eslint/utils": "7.3.1",
"@typescript-eslint/rule-tester": "7.4.0",
"@typescript-eslint/scope-manager": "7.4.0",
"@typescript-eslint/type-utils": "7.4.0",
"@typescript-eslint/utils": "7.4.0",
"prettier": "^3.0.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@types/debug": "*",
"@types/marked": "*",
"@types/natural-compare": "*",
"@typescript-eslint/rule-schema-to-typescript-types": "7.3.1",
"@typescript-eslint/rule-schema-to-typescript-types": "7.4.0",
"@typescript-eslint/rule-tester": "7.4.0",
"ajv": "^6.12.6",
"chalk": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/integration-tests",
"version": "7.3.1",
"version": "7.4.0",
"private": true,
"scripts": {
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
Expand Down
2 changes: 1 addition & 1 deletion packages/repo-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/repo-tools",
"version": "7.3.1",
"version": "7.4.0",
"private": true,
"scripts": {
"//": "NOTE: intentionally no build step in this package",
Expand Down
6 changes: 3 additions & 3 deletions packages/rule-schema-to-typescript-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/rule-schema-to-typescript-types",
"version": "7.3.1",
"version": "7.4.0",
"private": true,
"type": "commonjs",
"exports": {
Expand Down Expand Up @@ -33,8 +33,8 @@
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@typescript-eslint/type-utils": "7.3.1",
"@typescript-eslint/utils": "7.3.1",
"@typescript-eslint/type-utils": "7.4.0",
"@typescript-eslint/utils": "7.4.0",
"natural-compare": "^1.4.0",
"prettier": "^3.0.3"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/website-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/website-eslint",
"version": "7.3.1",
"version": "7.4.0",
"private": true,
"description": "ESLint which works in browsers.",
"files": [
Expand All @@ -23,16 +23,16 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@typescript-eslint/types": "7.3.1",
"@typescript-eslint/utils": "7.3.1"
"@typescript-eslint/types": "7.4.0",
"@typescript-eslint/utils": "7.4.0"
},
"devDependencies": {
"@eslint/js": "*",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"@typescript-eslint/scope-manager": "7.3.1",
"@typescript-eslint/typescript-estree": "7.3.1",
"@typescript-eslint/visitor-keys": "7.3.1",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@typescript-eslint/scope-manager": "7.4.0",
"@typescript-eslint/typescript-estree": "7.4.0",
"@typescript-eslint/visitor-keys": "7.4.0",
"esbuild": "~0.20.0",
"eslint": "*",
"esquery": "*",
Expand Down
12 changes: 6 additions & 6 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "7.3.1",
"version": "7.4.0",
"private": true,
"scripts": {
"build": "docusaurus build",
Expand All @@ -25,8 +25,8 @@
"@docusaurus/theme-common": "^3.1.1",
"@mdx-js/react": "^3.0.1",
"@prettier/sync": "*",
"@typescript-eslint/parser": "7.3.1",
"@typescript-eslint/website-eslint": "7.3.1",
"@typescript-eslint/parser": "7.4.0",
"@typescript-eslint/website-eslint": "7.4.0",
"clsx": "^2.0.0",
"eslint": "*",
"json-schema": "^0.4.0",
Expand All @@ -49,9 +49,9 @@
"@types/react": "*",
"@types/react-helmet": "^6.1.6",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/rule-schema-to-typescript-types": "7.3.1",
"@typescript-eslint/types": "7.3.1",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/rule-schema-to-typescript-types": "7.4.0",
"@typescript-eslint/types": "7.4.0",
"copy-webpack-plugin": "^11.0.0",
"cross-fetch": "*",
"globby": "^11.1.0",
Expand Down
Loading

0 comments on commit ca561e2

Please sign in to comment.