|
@@ -48,7 +48,7 @@
|
|
|
"@types/react-highlight": "^0.12.8",
|
|
"@types/react-highlight": "^0.12.8",
|
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
|
"@typescript-eslint/eslint-plugin": "^7.11.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.11.0",
|
|
|
- "@typescript-eslint/parser": "^7.11.0",
|
|
|
|
|
|
|
+ "@typescript-eslint/parser": "^7.12.0",
|
|
|
"autoprefixer": "^10.4.19",
|
|
"autoprefixer": "^10.4.19",
|
|
|
"eslint": "^8.57.0",
|
|
"eslint": "^8.57.0",
|
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
@@ -6435,15 +6435,15 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"node_modules/@typescript-eslint/parser": {
|
|
"node_modules/@typescript-eslint/parser": {
|
|
|
- "version": "7.11.0",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.11.0.tgz",
|
|
|
|
|
- "integrity": "sha512-yimw99teuaXVWsBcPO1Ais02kwJ1jmNA1KxE7ng0aT7ndr1pT1wqj0OJnsYVGKKlc4QJai86l/025L6z8CljOg==",
|
|
|
|
|
|
|
+ "version": "7.12.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.12.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-dm/J2UDY3oV3TKius2OUZIFHsomQmpHtsV0FTh1WO8EKgHLQ1QCADUqscPgTpU+ih1e21FQSRjXckHn3txn6kQ==",
|
|
|
"dev": true,
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "@typescript-eslint/scope-manager": "7.11.0",
|
|
|
|
|
- "@typescript-eslint/types": "7.11.0",
|
|
|
|
|
- "@typescript-eslint/typescript-estree": "7.11.0",
|
|
|
|
|
- "@typescript-eslint/visitor-keys": "7.11.0",
|
|
|
|
|
|
|
+ "@typescript-eslint/scope-manager": "7.12.0",
|
|
|
|
|
+ "@typescript-eslint/types": "7.12.0",
|
|
|
|
|
+ "@typescript-eslint/typescript-estree": "7.12.0",
|
|
|
|
|
+ "@typescript-eslint/visitor-keys": "7.12.0",
|
|
|
"debug": "^4.3.4"
|
|
"debug": "^4.3.4"
|
|
|
},
|
|
},
|
|
|
"engines": {
|
|
"engines": {
|
|
@@ -6462,6 +6462,81 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
|
|
|
|
+ "version": "7.12.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.12.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-itF1pTnN6F3unPak+kutH9raIkL3lhH1YRPGgt7QQOh43DQKVJXmWkpb+vpc/TiDHs6RSd9CTbDsc/Y+Ygq7kg==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@typescript-eslint/types": "7.12.0",
|
|
|
|
|
+ "@typescript-eslint/visitor-keys": "7.12.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.18.0 || >=20.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
|
|
|
|
|
+ "version": "7.12.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.12.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-o+0Te6eWp2ppKY3mLCU+YA9pVJxhUJE15FV7kxuD9jgwIAa+w/ycGJBMrYDTpVGUM/tgpa9SeMOugSabWFq7bg==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.18.0 || >=20.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
|
|
|
|
|
+ "version": "7.12.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.12.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-5bwqLsWBULv1h6pn7cMW5dXX/Y2amRqLaKqsASVwbBHMZSnHqE/HN4vT4fE0aFsiwxYvr98kqOWh1a8ZKXalCQ==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@typescript-eslint/types": "7.12.0",
|
|
|
|
|
+ "@typescript-eslint/visitor-keys": "7.12.0",
|
|
|
|
|
+ "debug": "^4.3.4",
|
|
|
|
|
+ "globby": "^11.1.0",
|
|
|
|
|
+ "is-glob": "^4.0.3",
|
|
|
|
|
+ "minimatch": "^9.0.4",
|
|
|
|
|
+ "semver": "^7.6.0",
|
|
|
|
|
+ "ts-api-utils": "^1.3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.18.0 || >=20.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
|
+ "typescript": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
|
|
|
|
|
+ "version": "7.12.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.12.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-uZk7DevrQLL3vSnfFl5bj4sL75qC9D6EdjemIdbtkuUmIheWpuiiylSY01JxJE7+zGrOWDZrp1WxOuDntvKrHQ==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@typescript-eslint/types": "7.12.0",
|
|
|
|
|
+ "eslint-visitor-keys": "^3.4.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "^18.18.0 || >=20.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
|
"version": "7.11.0",
|
|
"version": "7.11.0",
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.11.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.11.0.tgz",
|