Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielburnworth committed Nov 16, 2023
1 parent 4f99440 commit b9e6d00
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ GEM
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
date (3.3.3)
date (3.3.4)
declarative (0.0.20)
delayed_job (4.1.11)
activesupport (>= 3.0, < 8.0)
Expand Down Expand Up @@ -159,19 +159,19 @@ GEM
webrick
google-apis-iamcredentials_v1 (0.17.0)
google-apis-core (>= 0.11.0, < 2.a)
google-apis-storage_v1 (0.19.0)
google-apis-core (>= 0.9.0, < 2.a)
google-apis-storage_v1 (0.29.0)
google-apis-core (>= 0.11.0, < 2.a)
google-cloud-core (1.6.0)
google-cloud-env (~> 1.0)
google-cloud-errors (~> 1.0)
google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0)
google-cloud-errors (1.3.1)
google-cloud-storage (1.44.0)
google-cloud-storage (1.45.0)
addressable (~> 2.8)
digest-crc (~> 0.4)
google-apis-iamcredentials_v1 (~> 0.1)
google-apis-storage_v1 (~> 0.19.0)
google-apis-storage_v1 (~> 0.29.0)
google-cloud-core (~> 1.6)
googleauth (>= 0.16.2, < 2.a)
mini_mime (~> 1.0)
Expand Down Expand Up @@ -205,7 +205,7 @@ GEM
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
loofah (2.21.4)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -221,16 +221,16 @@ GEM
multipart-post (2.3.0)
mutations (0.9.1)
activesupport
net-imap (0.4.4)
net-imap (0.4.5)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
net-protocol (0.2.2)
timeout
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
nio4r (2.6.0)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
Expand All @@ -251,7 +251,7 @@ GEM
faraday_middleware (~> 1.2)
hashie (~> 4.1)
multi_json (~> 1.15)
racc (1.7.2)
racc (1.7.3)
rack (2.2.8)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
Expand Down Expand Up @@ -363,7 +363,7 @@ GEM
thor (1.3.0)
thwait (0.2.0)
e2mmap
timeout (0.4.0)
timeout (0.4.1)
trailblazer-option (0.1.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,30 +34,30 @@
"@blueprintjs/core": "5.6.0",
"@blueprintjs/select": "5.0.17",
"@monaco-editor/react": "4.6.0",
"@parcel/transformer-sass": "2.10.2",
"@parcel/transformer-typescript-tsc": "2.10.2",
"@types/lodash": "4.14.200",
"@types/markdown-it": "13.0.5",
"@types/node": "20.8.10",
"@types/promise-timeout": "1.3.2",
"@types/react": "18.2.34",
"@types/react-color": "3.0.9",
"@types/react-dom": "18.2.14",
"@types/ws": "8.5.8",
"axios": "1.6.0",
"@parcel/transformer-sass": "2.10.3",
"@parcel/transformer-typescript-tsc": "2.10.3",
"@types/lodash": "4.14.201",
"@types/markdown-it": "13.0.6",
"@types/node": "20.9.0",
"@types/promise-timeout": "1.3.3",
"@types/react": "18.2.37",
"@types/react-color": "3.0.10",
"@types/react-dom": "18.2.15",
"@types/ws": "8.5.9",
"axios": "1.6.2",
"bowser": "2.11.0",
"browser-speech": "1.1.1",
"events": "3.3.0",
"farmbot": "15.8.5",
"i18next": "23.6.0",
"i18next": "23.7.6",
"lodash": "4.17.21",
"markdown-it": "13.0.2",
"markdown-it-emoji": "2.0.2",
"moment": "2.29.4",
"monaco-editor": "0.44.0",
"mqtt": "5.1.4",
"npm": "10.2.3",
"parcel": "2.10.2",
"npm": "10.2.4",
"parcel": "2.10.3",
"process": "0.11.10",
"promise-timeout": "1.3.0",
"punycode": "2.3.1",
Expand All @@ -76,10 +76,10 @@
},
"devDependencies": {
"@types/enzyme": "3.10.12",
"@types/jest": "29.5.7",
"@types/readable-stream": "4.0.4",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"@types/jest": "29.5.8",
"@types/readable-stream": "4.0.5",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
"coveralls": "3.1.1",
"enzyme": "3.11.0",
Expand Down

0 comments on commit b9e6d00

Please sign in to comment.