Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JV-conseil committed Jun 14, 2024
1 parent 538316b commit 2752447
Show file tree
Hide file tree
Showing 7 changed files with 1,037 additions and 1,025 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.3.3)
activesupport (7.1.3.4)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -21,7 +21,7 @@ GEM
coffee-script-source (1.12.2)
colorator (1.1.0)
commonmarker (0.23.10)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
dnsruby (1.72.1)
simpleidn (~> 0.2.1)
Expand All @@ -33,13 +33,13 @@ GEM
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.9.1)
faraday (2.9.0)
faraday (2.9.1)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
faraday-retry (2.2.1)
faraday (~> 2.0)
ffi (1.16.3)
ffi (1.17.0-arm64-darwin)
forwardable-extended (2.6.0)
gemoji (4.1.0)
github-pages (231)
Expand Down Expand Up @@ -224,7 +224,7 @@ GEM
mutex_m (0.2.0)
net-http (0.4.1)
uri
nokogiri (1.16.5-arm64-darwin)
nokogiri (1.16.6-arm64-darwin)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand All @@ -236,8 +236,8 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.0)
strscan
rouge (3.30.0)
rubyzip (2.3.2)
safe_yaml (1.0.5)
Expand All @@ -262,7 +262,7 @@ GEM
webrick (1.8.1)

PLATFORMS
arm64-darwin
arm64-darwin-23

DEPENDENCIES
faraday-retry (~> 2.0)
Expand All @@ -279,4 +279,4 @@ DEPENDENCIES
webrick (~> 1.8)

BUNDLED WITH
2.5.10
2.5.13
694 changes: 347 additions & 347 deletions Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/theme.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions assets/lib/purify.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/lib/purify.min.js.map

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"@primer/css": "15.2.0",
"dompurify": "^3.1.4",
"dompurify": "^3.1.5",
"font-awesome": "^4.7.0",
"jquery": "^3.7.1",
"jquery.toc": "^0.4.0",
Expand All @@ -18,19 +18,19 @@
},
"description": "Read the Docs like Jekyll Theme for GitHub Pages",
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"depcheck": "^1.4.7",
"eslint": "^9.3.0",
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
"lighthouse": "^12.0.0",
"mini-css-extract-plugin": "^2.9.0",
"prettier": "^3.2.5",
"sass": "^1.77.2",
"prettier": "^3.3.2",
"sass": "^1.77.5",
"sass-loader": "^14.2.1",
"webpack": "^5.91.0",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4"
},
"homepage": "https://github.com/JV-conseil/jekyll-theme-read-the-docs#readme",
Expand All @@ -57,5 +57,5 @@
"yarn-update": "yarn set version stable && yarn install && yarn up && yarn npm audit && ( npx depcheck --detailed ) || : && yarn upgrade-interactive"
},
"version": "2.3",
"packageManager": "yarn@4.2.2"
"packageManager": "yarn@4.3.0"
}
Loading

0 comments on commit 2752447

Please sign in to comment.