Skip to content

Commit 8bc44ee

Browse files
update packages (Nov 2024)
1 parent 461bc88 commit 8bc44ee

File tree

3 files changed

+2845
-3099
lines changed

3 files changed

+2845
-3099
lines changed

Gemfile

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
# frozen_string_literal: true
2-
3-
source "https://rubygems.org"
4-
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
5-
6-
ruby "3.1.2"
7-
gem "annotate"
8-
gem "bootsnap", require: false
9-
gem "cssbundling-rails"
10-
gem "jsbundling-rails"
11-
gem "pg"
12-
gem "puma", "~> 6.4.2"
13-
gem "rails", "~> 7.1.3.2"
14-
gem "redis", "~> 5.1.0"
15-
gem "sprockets-rails"
16-
gem "stimulus-rails"
17-
gem "turbo-rails"
18-
gem "yaml"
19-
gem 'psych', '< 4'
20-
21-
group :development do
22-
# gem "hotwire-livereload", "~> 1.1"
23-
gem "web-console"
24-
25-
gem "rubocop"
26-
gem "rubocop-rails"
27-
end
28-
29-
gem "docusign_click", "~> 1.4.0"
30-
gem "docusign_esign", "~> 3.26.0"
31-
gem "omniauth-oauth2", "~> 1.8.0"
32-
33-
gem "tzinfo-data"
1+
# frozen_string_literal: true
2+
3+
source "https://rubygems.org"
4+
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
5+
6+
ruby "3.1.2"
7+
gem "annotate"
8+
gem "bootsnap", require: false
9+
gem "cssbundling-rails"
10+
gem "jsbundling-rails"
11+
gem "pg"
12+
gem "puma", "~> 6.4.3"
13+
gem "rails", "~> 8.0.0"
14+
gem "redis", "~> 5.3.0"
15+
gem "sprockets-rails"
16+
gem "stimulus-rails"
17+
gem "turbo-rails"
18+
gem "yaml"
19+
gem 'psych', '< 4'
20+
21+
group :development do
22+
# gem "hotwire-livereload", "~> 1.1"
23+
gem "web-console"
24+
25+
gem "rubocop"
26+
gem "rubocop-rails"
27+
end
28+
29+
gem "docusign_click", "~> 1.4.0"
30+
gem "docusign_esign", "~> 5.0.0"
31+
gem "omniauth-oauth2", "~> 1.8.0"
32+
33+
gem "tzinfo-data"

package.json

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
1-
{
2-
"name": "sample-app-my-connect",
3-
"private": "true",
4-
"dependencies": {
5-
"@rails/actioncable": "7.0.5",
6-
"axios": "^1.6.7",
7-
"bootstrap": "^5.3.3",
8-
"dotenv": "^16.4.5",
9-
"email-validator": "^2.0.4",
10-
"esbuild": "^0.17.19",
11-
"eslint": "^7.32.0 || ^8.57.0",
12-
"eslint-config-prettier": "^9.1.0",
13-
"eslint-watch": "^8.0.0",
14-
"html-react-parser": "^4.0.0",
15-
"i18next": "^23.10.1",
16-
"i18next-async-storage-backend": "^1.0.2",
17-
"i18next-http-backend": "^2.5.0",
18-
"prop-types": "^15.8.1",
19-
"react": "^18.2.0",
20-
"react-bootstrap": "^2.10.1",
21-
"react-dom": "^18.2.0",
22-
"react-helmet": "^6.1.0",
23-
"react-i18next": "^14.1.0",
24-
"react-router-dom": "^6.22.3",
25-
"remount": "^1.0.0",
26-
"sass": "^1.71.1",
27-
"tiny-glob": "^0.2.9"
28-
},
29-
"scripts": {
30-
"build": "node esbuildScript/build.js",
31-
"build:watch": "node esbuildScript/build.js --watch",
32-
"build:css": "sass ./app/assets/stylesheets/application.sass.scss ./app/assets/builds/application.css --no-source-map --load-path=node_modules",
33-
"build:css:watch": "sass ./app/assets/stylesheets/application.sass.scss ./app/assets/builds/application.css --no-source-map --load-path=node_modules --watch",
34-
"lint": "npx esw app/javascript/** "
35-
},
36-
"devDependencies": {
37-
"eslint-config-airbnb": "^19.0.4",
38-
"eslint-plugin-import": "^2.29.1",
39-
"eslint-plugin-jsx-a11y": "^6.8.0",
40-
"eslint-plugin-react": "^7.34.0",
41-
"eslint-plugin-react-hooks": "^4.6.0"
42-
}
43-
}
1+
{
2+
"name": "sample-app-my-connect",
3+
"private": "true",
4+
"dependencies": {
5+
"@rails/actioncable": "8.0.0",
6+
"axios": "^1.7.7",
7+
"bootstrap": "^5.3.3",
8+
"dotenv": "^16.4.5",
9+
"email-validator": "^2.0.4",
10+
"esbuild": "^0.17.19",
11+
"eslint": "^7.32.0 || ^8.57.0",
12+
"eslint-config-prettier": "^9.1.0",
13+
"eslint-watch": "^8.0.0",
14+
"html-react-parser": "^5.1.18",
15+
"i18next": "^23.16.5",
16+
"i18next-async-storage-backend": "^1.0.2",
17+
"i18next-http-backend": "^2.6.2",
18+
"prop-types": "^15.8.1",
19+
"react": "^18.3.1",
20+
"react-bootstrap": "^2.10.5",
21+
"react-dom": "^18.3.1",
22+
"react-helmet": "^6.1.0",
23+
"react-i18next": "^15.1.1",
24+
"react-router-dom": "^6.28.0",
25+
"remount": "^1.0.0",
26+
"sass": "^1.80.7",
27+
"tiny-glob": "^0.2.9"
28+
},
29+
"scripts": {
30+
"build": "node esbuildScript/build.js",
31+
"build:watch": "node esbuildScript/build.js --watch",
32+
"build:css": "sass ./app/assets/stylesheets/application.sass.scss ./app/assets/builds/application.css --no-source-map --load-path=node_modules",
33+
"build:css:watch": "sass ./app/assets/stylesheets/application.sass.scss ./app/assets/builds/application.css --no-source-map --load-path=node_modules --watch",
34+
"lint": "npx esw app/javascript/** "
35+
},
36+
"devDependencies": {
37+
"eslint-config-airbnb": "^19.0.4",
38+
"eslint-plugin-import": "^2.29.1",
39+
"eslint-plugin-jsx-a11y": "^6.8.0",
40+
"eslint-plugin-react": "^7.34.0",
41+
"eslint-plugin-react-hooks": "^4.6.0"
42+
}
43+
}

0 commit comments

Comments
 (0)