Skip to content

Commit 8987341

Browse files
committed
upgrade to Yarn 4
1 parent da606a4 commit 8987341

File tree

7 files changed

+5644
-2975
lines changed

7 files changed

+5644
-2975
lines changed

.yarn/install-state.gz

437 KB
Binary file not shown.

.yarn/releases/yarn-4.4.0.cjs

Lines changed: 925 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nodeLinker: node-modules
2+
3+
yarnPath: .yarn/releases/yarn-4.4.0.cjs

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ group :development, :test do
5151
gem 'annotate'
5252

5353
gem 'rdoc', '>= 6.6.3.1'
54+
55+
gem 'error_highlight', '>= 0.4.0'
5456
end
5557

5658
group :test do

Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
maglevcms (1.6.1)
4+
maglevcms (1.7.0)
55
jbuilder (~> 2.11.2)
66
kaminari (~> 1.2.1)
77
maglev-injectable (~> 2.1.1)
@@ -102,6 +102,7 @@ GEM
102102
docile (1.4.0)
103103
drb (2.2.1)
104104
dry-cli (1.0.0)
105+
error_highlight (0.6.0)
105106
erubi (1.13.0)
106107
factory_bot (6.2.1)
107108
activesupport (>= 5.0.0)
@@ -323,6 +324,7 @@ PLATFORMS
323324
DEPENDENCIES
324325
annotate
325326
bcrypt
327+
error_highlight (>= 0.4.0)
326328
factory_bot_rails (~> 6.2.0)
327329
generator_spec
328330
image_processing (~> 1.12.2)

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"@vue/test-utils": "^1.3.1",
3232
"autoprefixer": "^10.4.13",
3333
"eslint": "^8.54.0",
34-
"eslint-plugin-vue": "^9.18.1",
3534
"eslint-config-prettier": "^9.0.0",
35+
"eslint-plugin-vue": "^9.18.1",
3636
"jsdom": "^23.0.0",
3737
"prettier": "^3.1.0",
3838
"sass": "^1.69.5",
@@ -54,5 +54,6 @@
5454
"async": "^2.6.4",
5555
"postcss": "^8.4.31",
5656
"vite": "^5.0.5"
57-
}
57+
},
58+
"packageManager": "yarn@4.4.0"
5859
}

yarn.lock

Lines changed: 4708 additions & 2972 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)