Skip to content

Commit d3957c1

Browse files
committed
Updated dependencies
1 parent 273f0d8 commit d3957c1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
next_rails_scaffold (0.1.13)
4+
next_rails_scaffold (0.2.0)
55
rails (>= 7.1.2)
66

77
GEM

lib/generators/rails/next_rails_scaffold/next_rails_scaffold_generator.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ class NextRailsScaffoldGenerator < Rails::Generators::NamedBase
66

77
source_root File.expand_path("templates", __dir__)
88

9-
NODE_REQUIRED_VERSION = ">= 18.17.0"
10-
YARN_VERSION = "1.22.19"
11-
NEXT_VERSION = "14.0.2"
9+
NODE_REQUIRED_VERSION = ">= 18.18.0"
10+
YARN_VERSION = "4.5.3"
11+
NEXT_VERSION = "15.0.3"
1212

1313
argument :attributes, type: :array, default: [], banner: "field:type field:type"
1414

lib/next_rails_scaffold/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module NextRailsScaffold
4-
VERSION = "0.1.13"
4+
VERSION = "0.2.0"
55
end

0 commit comments

Comments
 (0)