Skip to content

Commit 92910dc

Browse files
chore(deps): update dependency @so1ve/eslint-config to ^0.102.0 (#5)
* chore(deps): update dependency @so1ve/eslint-config to ^0.102.0 * [autofix.ci] apply automated fixes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 0f923f2 commit 92910dc

File tree

3 files changed

+35
-90
lines changed

3 files changed

+35
-90
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
},
105105
"devDependencies": {
106106
"@antfu/ni": "^0.21.3",
107-
"@so1ve/eslint-config": "^0.101.0",
107+
"@so1ve/eslint-config": "^0.102.0",
108108
"@types/babel__core": "^7.1.20",
109109
"@types/node": "^18.16.6",
110110
"bumpp": "^9.1.0",

pnpm-lock.yaml

+33-88
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// Adapted from https://github.com/solidjs/vite-plugin-solid/blob/master/src/index.ts
22
import { readFileSync } from "node:fs";
33

4-
import { createFilter } from "@rollup/pluginutils";
54
import type { TransformOptions } from "@babel/core";
65
import { transformAsync } from "@babel/core";
76
// @ts-expect-error
87
import ts from "@babel/preset-typescript";
8+
import { createFilter } from "@rollup/pluginutils";
99
// @ts-expect-error
1010
import solid from "babel-preset-solid";
1111
import { mergeAndConcat } from "merge-anything";

0 commit comments

Comments
 (0)