Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielburnworth committed Mar 7, 2023
1 parent 6766152 commit 4a7ff87
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ GEM
codecov (0.6.0)
simplecov (>= 0.15, < 0.22)
coderay (1.1.3)
concurrent-ruby (1.2.0)
concurrent-ruby (1.2.2)
crass (1.0.6)
database_cleaner (2.0.1)
database_cleaner-active_record (~> 2.0.0)
Expand All @@ -100,7 +100,7 @@ GEM
delayed_job_active_record (4.1.7)
activerecord (>= 3.0, < 8.0)
delayed_job (>= 3.0, < 5)
devise (4.8.1)
devise (4.9.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
Expand Down Expand Up @@ -157,16 +157,16 @@ GEM
retriable (>= 2.0, < 4.a)
rexml
webrick
google-apis-iamcredentials_v1 (0.16.0)
google-apis-core (>= 0.9.1, < 2.a)
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-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.0)
google-cloud-errors (1.3.1)
google-cloud-storage (1.44.0)
addressable (~> 2.8)
digest-crc (~> 0.4)
Expand Down Expand Up @@ -218,7 +218,7 @@ GEM
memoist (0.16.2)
method_source (1.0.0)
mini_mime (1.1.2)
minitest (5.17.0)
minitest (5.18.0)
multi_json (1.15.0)
multipart-post (2.3.0)
mutations (0.9.1)
Expand All @@ -240,7 +240,7 @@ GEM
passenger (6.0.17)
rack
rake (>= 0.8.1)
pg (1.4.5)
pg (1.4.6)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand All @@ -254,7 +254,7 @@ GEM
hashie (~> 4.1)
multi_json (~> 1.15)
racc (1.6.2)
rack (2.2.6.2)
rack (2.2.6.3)
rack-attack (6.6.1)
rack (>= 1.0, < 3)
rack-cors (2.0.0)
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,33 +31,33 @@
"author": "farmbot.io",
"license": "MIT",
"dependencies": {
"@blueprintjs/core": "4.16.3",
"@blueprintjs/popover2": "1.13.3",
"@blueprintjs/select": "4.9.3",
"@blueprintjs/core": "4.17.4",
"@blueprintjs/popover2": "1.13.8",
"@blueprintjs/select": "4.9.8",
"@monaco-editor/react": "4.4.6",
"@parcel/transformer-sass": "2.8.3",
"@parcel/transformer-typescript-tsc": "2.8.3",
"@types/lodash": "4.14.191",
"@types/markdown-it": "12.2.3",
"@types/node": "18.13.0",
"@types/node": "18.14.6",
"@types/promise-timeout": "1.3.0",
"@types/react": "18.0.28",
"@types/react-color": "3.0.6",
"@types/react-dom": "18.0.11",
"@types/ws": "8.5.4",
"axios": "1.3.3",
"axios": "1.3.4",
"bowser": "2.11.0",
"browser-speech": "1.1.1",
"events": "3.3.0",
"farmbot": "15.6.1",
"i18next": "22.4.9",
"i18next": "22.4.10",
"lodash": "4.17.21",
"markdown-it": "13.0.1",
"markdown-it-emoji": "2.0.2",
"moment": "2.29.4",
"monaco-editor": "0.35.0",
"monaco-editor": "0.36.1",
"mqtt": "4.3.7",
"npm": "9.5.0",
"npm": "9.6.0",
"parcel": "2.8.3",
"process": "0.11.10",
"promise-timeout": "1.3.0",
Expand All @@ -78,13 +78,13 @@
"devDependencies": {
"@types/enzyme": "3.10.12",
"@types/jest": "29.4.0",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"cheerio": "1.0.0-rc.10",
"coveralls": "3.1.1",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.7",
"eslint": "8.34.0",
"eslint": "8.35.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
Expand All @@ -103,7 +103,7 @@
"raf": "3.4.1",
"react-addons-test-utils": "15.6.2",
"react-test-renderer": "16.13.1",
"sass": "1.58.1",
"sass": "1.58.3",
"sass-lint": "1.13.1",
"ts-jest": "29.0.5",
"tslint": "6.1.3"
Expand Down

0 comments on commit 4a7ff87

Please sign in to comment.