Skip to content
This repository was archived by the owner on Jan 26, 2025. It is now read-only.

Update dependencies #238

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file removed .DS_Store
Binary file not shown.
122 changes: 121 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,126 @@
.DS_Store

## https://github.com/github/gitignore/blob/master/Jekyll.gitignore
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
vendor/
vendor/

## https://github.com/github/gitignore/blob/master/Node.gitignore
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# nyc test coverage
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Snowpack dependency directory (https://snowpack.dev/)
web_modules/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env
.env.test

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# Next.js build output
.next
out

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GEM
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.1.7)
concurrent-ruby (1.1.8)
em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
Expand All @@ -14,7 +14,7 @@ GEM
ffi (1.14.2-x64-mingw32)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (1.8.7)
i18n (1.8.8)
concurrent-ruby (~> 1.0)
jekyll (4.2.0)
addressable (~> 2.4)
Expand Down Expand Up @@ -44,7 +44,7 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.4.0)
listen (3.4.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
Expand Down
15 changes: 0 additions & 15 deletions node_modules/.bin/JSONStream

This file was deleted.

17 changes: 0 additions & 17 deletions node_modules/.bin/JSONStream.cmd

This file was deleted.

18 changes: 0 additions & 18 deletions node_modules/.bin/JSONStream.ps1

This file was deleted.

15 changes: 0 additions & 15 deletions node_modules/.bin/acorn

This file was deleted.

17 changes: 0 additions & 17 deletions node_modules/.bin/acorn.cmd

This file was deleted.

18 changes: 0 additions & 18 deletions node_modules/.bin/acorn.ps1

This file was deleted.

15 changes: 0 additions & 15 deletions node_modules/.bin/atob

This file was deleted.

17 changes: 0 additions & 17 deletions node_modules/.bin/atob.cmd

This file was deleted.

18 changes: 0 additions & 18 deletions node_modules/.bin/atob.ps1

This file was deleted.

15 changes: 0 additions & 15 deletions node_modules/.bin/browser-pack

This file was deleted.

17 changes: 0 additions & 17 deletions node_modules/.bin/browser-pack.cmd

This file was deleted.

18 changes: 0 additions & 18 deletions node_modules/.bin/browser-pack.ps1

This file was deleted.

15 changes: 0 additions & 15 deletions node_modules/.bin/browserify

This file was deleted.

Loading