Skip to content

Commit 4239bb2

Browse files
chore(deps-dev): bump @remix-run/eslint-config from 1.14.3 to 1.15.0 (#200)
Bumps [@remix-run/eslint-config](https://github.com/remix-run/remix/tree/HEAD/packages/remix-eslint-config) from 1.14.3 to 1.15.0. - [Release notes](https://github.com/remix-run/remix/releases) - [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-eslint-config/CHANGELOG.md) - [Commits](https://github.com/remix-run/remix/commits/@remix-run/[email protected]/packages/remix-eslint-config) --- updated-dependencies: - dependency-name: "@remix-run/eslint-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 55101f8 commit 4239bb2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint:fix": "yarn lint --fix"
99
},
1010
"devDependencies": {
11-
"@remix-run/eslint-config": "^1.14.3",
11+
"@remix-run/eslint-config": "^1.15.0",
1212
"@types/react": "^18.0.31",
1313
"eslint": "^8.37.0",
1414
"eslint-plugin-markdown": "^3.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -706,10 +706,10 @@
706706
tiny-glob "^0.2.9"
707707
tslib "^2.4.0"
708708

709-
"@remix-run/eslint-config@^1.14.3":
710-
version "1.14.3"
711-
resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-1.14.3.tgz#9746f9e12e744f23b143f3fa5ff2b1698ad83669"
712-
integrity sha512-Yy4PYSvAehj31LmkDA+lS5yCPL1lR9O04gMIo0xwHT2o59pF4QU54lEAvJJH+9MI0byZUI/v9DoGz1oGIb44IA==
709+
"@remix-run/eslint-config@^1.15.0":
710+
version "1.15.0"
711+
resolved "https://registry.npmjs.org/@remix-run/eslint-config/-/eslint-config-1.15.0.tgz#4a0128b906fa5b942cb22d3b414b44ccfd1282c7"
712+
integrity sha512-nwCPK/4anLMDWJnBsrWL9Wfcy2eRDlKjGWZeYeozDpJnH9iG1vA5aow0OmcpblwgvAwcgSC8Gdb7P5uK4Xy5/Q==
713713
dependencies:
714714
"@babel/core" "^7.19.1"
715715
"@babel/eslint-parser" "^7.19.1"

0 commit comments

Comments
 (0)