Skip to content

Commit 1c76c82

Browse files
updated packages (#9)
1 parent fd4b93a commit 1c76c82

File tree

4 files changed

+117
-113
lines changed

4 files changed

+117
-113
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ group :development do
2727
end
2828

2929
gem "docusign_click", "~> 1.1.0"
30-
gem "docusign_esign", "~> 3.18.0"
30+
gem "docusign_esign", "~> 3.19.0"
3131
gem "omniauth-oauth2", "~> 1.8.0"
3232

3333
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]

Gemfile.lock

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ GEM
8686
json (~> 2.1, >= 2.1.0)
8787
jwt (~> 2.2, >= 2.2.1)
8888
typhoeus (~> 1.0, >= 1.0.1)
89-
docusign_esign (3.18.0)
89+
docusign_esign (3.19.0)
9090
addressable (~> 2.7, >= 2.7.0)
9191
json (~> 2.1, >= 2.1.0)
9292
jwt (~> 2.2, >= 2.2.1)
@@ -99,6 +99,7 @@ GEM
9999
ruby2_keywords (>= 0.0.4)
100100
faraday-net_http (2.0.3)
101101
ffi (1.15.5)
102+
ffi (1.15.5-x64-mingw-ucrt)
102103
globalid (1.0.0)
103104
activesupport (>= 5.0)
104105
hashie (5.0.0)
@@ -134,6 +135,8 @@ GEM
134135
net-protocol
135136
timeout
136137
nio4r (2.5.8)
138+
nokogiri (1.13.7-x64-mingw-ucrt)
139+
racc (~> 1.4)
137140
nokogiri (1.13.7-x86_64-darwin)
138141
racc (~> 1.4)
139142
nokogiri (1.13.7-x86_64-linux)
@@ -156,6 +159,7 @@ GEM
156159
parser (3.1.2.0)
157160
ast (~> 2.4.1)
158161
pg (1.4.1)
162+
pg (1.4.1-x64-mingw-ucrt)
159163
psych (3.3.2)
160164
public_suffix (4.0.7)
161165
puma (5.6.4)
@@ -251,6 +255,7 @@ GEM
251255
zeitwerk (2.6.0)
252256

253257
PLATFORMS
258+
x64-mingw-ucrt
254259
x86_64-darwin-21
255260
x86_64-linux
256261

@@ -259,7 +264,7 @@ DEPENDENCIES
259264
bootsnap
260265
cssbundling-rails
261266
docusign_click (~> 1.1.0)
262-
docusign_esign (~> 3.18.0)
267+
docusign_esign (~> 3.19.0)
263268
jsbundling-rails
264269
omniauth-oauth2 (~> 1.8.0)
265270
pg

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22
"name": "sample-app-my-connect",
33
"private": "true",
44
"dependencies": {
5-
"@rails/actioncable": "7.0.3-1",
6-
"axios": "^0.27.2",
5+
"@rails/actioncable": "7.0.4",
6+
"axios": "^1.1.3",
77
"bootstrap": "^5.1.3",
8-
"dotenv": "^16.0.1",
8+
"dotenv": "^16.0.3",
99
"email-validator": "^2.0.4",
1010
"esbuild": "^0.14.39",
1111
"eslint": "^7.32.0 || ^8.2.0",
1212
"eslint-config-prettier": "^8.5.0",
1313
"eslint-watch": "^8.0.0",
14-
"html-react-parser": "^2.0.0",
14+
"html-react-parser": "^3.0.4",
1515
"i18next": "^21.8.2",
1616
"i18next-async-storage-backend": "^1.0.2",
1717
"i18next-http-backend": "^1.4.1",
1818
"prop-types": "^15.8.1",
19-
"react": "^18.1.0",
19+
"react": "^18.2.0",
2020
"react-bootstrap": "^2.4.0",
21-
"react-dom": "^18.1.0",
21+
"react-dom": "^18.2.0",
2222
"react-helmet": "^6.1.0",
2323
"react-i18next": "^11.17.3",
24-
"react-router-dom": "^6.3.0",
24+
"react-router-dom": "^6.4.3",
2525
"remount": "^0.11.0",
26-
"sass": "^1.51.0"
26+
"sass": "^1.56.1"
2727
},
2828
"scripts": {
2929
"build": "node esbuildScript/build.js",

0 commit comments

Comments
 (0)