abyme 0.6.6 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
data/yarn.lock CHANGED
@@ -1142,6 +1142,16 @@
1142
1142
  exec-sh "^0.3.2"
1143
1143
  minimist "^1.2.0"
1144
1144
 
1145
+ "@hotwired/stimulus-webpack-helpers@^1.0.0":
1146
+ version "1.0.1"
1147
+ resolved "https://registry.yarnpkg.com/@hotwired/stimulus-webpack-helpers/-/stimulus-webpack-helpers-1.0.1.tgz#4cd74487adeca576c9865ac2b9fe5cb20cef16dd"
1148
+ integrity sha512-wa/zupVG0eWxRYJjC1IiPBdt3Lruv0RqGN+/DTMmUWUyMAEB27KXmVY6a8YpUVTM7QwVuaLNGW4EqDgrS2upXQ==
1149
+
1150
+ "@hotwired/stimulus@^3.2.1":
1151
+ version "3.2.1"
1152
+ resolved "https://registry.yarnpkg.com/@hotwired/stimulus/-/stimulus-3.2.1.tgz#e3de23623b0c52c247aba4cd5d530d257008676b"
1153
+ integrity sha512-HGlzDcf9vv/EQrMJ5ZG6VWNs8Z/xMN+1o2OhV1gKiSG6CqZt5MCBB1gRg5ILiN3U0jEAxuDTNPRfBcnZBDmupQ==
1154
+
1145
1155
  "@istanbuljs/load-nyc-config@^1.0.0":
1146
1156
  version "1.1.0"
1147
1157
  resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -1494,30 +1504,6 @@
1494
1504
  dependencies:
1495
1505
  "@sinonjs/commons" "^1.7.0"
1496
1506
 
1497
- "@stimulus/core@^2.0.0":
1498
- version "2.0.0"
1499
- resolved "https://registry.yarnpkg.com/@stimulus/core/-/core-2.0.0.tgz#140c85318d6a8a8210c0faf182223b8459348877"
1500
- integrity sha512-ff70GafKtzc8zQ1/cG+UvL06GcifPWovf2wBEdjLMh9xO2GOYURO3y2RYgzIGYUIBefQwyfX2CLfJdZFJrEPTw==
1501
- dependencies:
1502
- "@stimulus/mutation-observers" "^2.0.0"
1503
-
1504
- "@stimulus/multimap@^2.0.0":
1505
- version "2.0.0"
1506
- resolved "https://registry.yarnpkg.com/@stimulus/multimap/-/multimap-2.0.0.tgz#420cfa096ed6538df4a91dbd2b2842c1779952b2"
1507
- integrity sha512-pMBCewkZCFVB3e5mEMoyO9+9aKzHDITmf3OnPun51YWxlcPdHcwbjqm1ylK63fsoduIE+RowBpFwFqd3poEz4w==
1508
-
1509
- "@stimulus/mutation-observers@^2.0.0":
1510
- version "2.0.0"
1511
- resolved "https://registry.yarnpkg.com/@stimulus/mutation-observers/-/mutation-observers-2.0.0.tgz#3dbe37453bda47a6c795a90204ee8d77a799fb87"
1512
- integrity sha512-kx4VAJdPhIGBQKGIoUDC2tupEKorG3A+ckc2b1UiwInKTMAC1axOHU8ebcwhaJIxRqIrs8//4SJo9YAAOx6FEg==
1513
- dependencies:
1514
- "@stimulus/multimap" "^2.0.0"
1515
-
1516
- "@stimulus/webpack-helpers@^2.0.0":
1517
- version "2.0.0"
1518
- resolved "https://registry.yarnpkg.com/@stimulus/webpack-helpers/-/webpack-helpers-2.0.0.tgz#54296d2a2dffd4f962d2e802d99a3fdd84b8845f"
1519
- integrity sha512-D6tJWsAC024MwGEIKlUVYU8Ln87mlrmiwHvYAjipg+s8H4eLxUMQ3PZkWyPevfipH+oR3leuHsjYsK1gN5ViQA==
1520
-
1521
1507
  "@szmarczak/http-timer@^1.1.2":
1522
1508
  version "1.1.2"
1523
1509
  resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421"
@@ -6610,13 +6596,13 @@ static-extend@^0.1.1:
6610
6596
  define-property "^0.2.5"
6611
6597
  object-copy "^0.1.0"
6612
6598
 
6613
- stimulus@^2.0.0:
6614
- version "2.0.0"
6615
- resolved "https://registry.yarnpkg.com/stimulus/-/stimulus-2.0.0.tgz#713c8b91a72ef90914b90955f0e705f004403047"
6616
- integrity sha512-xipy7BS5TVpg4fX6S8LhrYZp7cmHGjmk09WSAiVx1gF5S5g43IWsuetfUhIk8HfHUG+4MQ9nY0FQz4dRFLs/8w==
6599
+ stimulus@^3.0.0:
6600
+ version "3.2.1"
6601
+ resolved "https://registry.yarnpkg.com/stimulus/-/stimulus-3.2.1.tgz#bf049a4379ed4ff7475515acce1f0b6fa15a0187"
6602
+ integrity sha512-EhpuHnTwtkWrE5m7tQxLBLsi1aE6xJ/9MbB88aKXZSquIC4pCueKJ2AGaF5gq+/BzP7+xvYaVYA0j1dIUuBsgA==
6617
6603
  dependencies:
6618
- "@stimulus/core" "^2.0.0"
6619
- "@stimulus/webpack-helpers" "^2.0.0"
6604
+ "@hotwired/stimulus" "^3.2.1"
6605
+ "@hotwired/stimulus-webpack-helpers" "^1.0.0"
6620
6606
 
6621
6607
  string-hash@^1.1.1:
6622
6608
  version "1.1.3"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: abyme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.6
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Romain Sanson
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2022-06-06 00:00:00.000000000 Z
12
+ date: 2023-01-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: simple_form
@@ -331,7 +331,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
331
331
  - !ruby/object:Gem::Version
332
332
  version: '0'
333
333
  requirements: []
334
- rubygems_version: 3.0.3
334
+ rubygems_version: 3.1.6
335
335
  signing_key:
336
336
  specification_version: 4
337
337
  summary: abyme is the modern way to handle dynamic nested forms in Rails 6+.