Skip to content

Commit 3b0452e

Browse files
committed
chore: update eslint
1 parent 904d660 commit 3b0452e

File tree

4 files changed

+66
-24
lines changed

4 files changed

+66
-24
lines changed

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@eslint/js": "^9.28.0",
1414
"eslint": "^9.28.0",
1515
"eslint-config-prettier": "^10.1.5",
16-
"eslint-plugin-vue": "^10.1.0",
16+
"eslint-plugin-vue": "^10.2.0",
1717
"husky": "^9.1.7",
1818
"kirbyup": "^3.3.0",
1919
"lint-staged": "^16.1.0",

pnpm-lock.yaml

Lines changed: 55 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/composer/installed.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
return array(
44
'root' => array(
55
'name' => 'tobimori/kirby-dreamform',
6-
'pretty_version' => '2.0.0-rc.3',
7-
'version' => '2.0.0.0-RC3',
6+
'pretty_version' => '2.0.0-rc.4',
7+
'version' => '2.0.0.0-RC4',
88
'reference' => null,
99
'type' => 'kirby-plugin',
1010
'install_path' => __DIR__ . '/../../',
@@ -22,8 +22,8 @@
2222
'dev_requirement' => false,
2323
),
2424
'tobimori/kirby-dreamform' => array(
25-
'pretty_version' => '2.0.0-rc.3',
26-
'version' => '2.0.0.0-RC3',
25+
'pretty_version' => '2.0.0-rc.4',
26+
'version' => '2.0.0.0-RC4',
2727
'reference' => null,
2828
'type' => 'kirby-plugin',
2929
'install_path' => __DIR__ . '/../../',

0 commit comments

Comments
 (0)