Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielburnworth committed Apr 20, 2024
1 parent f5400d1 commit bef0285
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 24 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ GEM
delayed_job_active_record (4.1.8)
activerecord (>= 3.0, < 8.0)
delayed_job (>= 3.0, < 5)
devise (4.9.3)
devise (4.9.4)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
Expand Down Expand Up @@ -170,12 +170,12 @@ GEM
google-cloud-env (2.1.1)
faraday (>= 1.0, < 3.a)
google-cloud-errors (1.4.0)
google-cloud-storage (1.49.0)
google-cloud-storage (1.50.0)
addressable (~> 2.8)
digest-crc (~> 0.4)
google-apis-core (~> 0.13)
google-apis-iamcredentials_v1 (~> 0.18)
google-apis-storage_v1 (~> 0.33)
google-apis-storage_v1 (~> 0.37)
google-cloud-core (~> 1.6)
googleauth (~> 1.9)
mini_mime (~> 1.0)
Expand Down Expand Up @@ -220,7 +220,7 @@ GEM
net-pop
net-smtp
marcel (1.0.4)
method_source (1.0.0)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.22.3)
multi_json (1.15.0)
Expand All @@ -237,7 +237,7 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.1)
nokogiri (1.16.3-x86_64-linux)
nokogiri (1.16.4-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
os (1.1.4)
Expand Down Expand Up @@ -443,4 +443,4 @@ RUBY VERSION
ruby 3.1.4p223

BUNDLED WITH
2.5.7
2.5.9
5 changes: 5 additions & 0 deletions lib/tasks/fe.rake
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ EXCLUDE = [
reason: "dependency needs",
version: "1.4.1",
},
{
packages: ["eslint"],
reason: "breaking changes in",
version: "9",
},
]

# Load package.json as JSON.
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,35 +33,35 @@
"@parcel/watcher": "2.1.0"
},
"dependencies": {
"@blueprintjs/core": "5.10.1",
"@blueprintjs/select": "5.1.3",
"@blueprintjs/core": "5.10.2",
"@blueprintjs/select": "5.1.4",
"@monaco-editor/react": "4.6.0",
"@parcel/transformer-sass": "2.12.0",
"@parcel/transformer-typescript-tsc": "2.12.0",
"@react-three/drei": "9.105.1",
"@react-three/fiber": "8.16.1",
"@react-three/drei": "9.105.4",
"@react-three/fiber": "8.16.2",
"@types/lodash": "4.17.0",
"@types/markdown-it": "13.0.7",
"@types/node": "20.12.4",
"@types/markdown-it": "14.0.1",
"@types/node": "20.12.7",
"@types/promise-timeout": "1.3.3",
"@types/react": "18.2.74",
"@types/react": "18.2.79",
"@types/react-color": "3.0.12",
"@types/react-dom": "18.2.24",
"@types/react-dom": "18.2.25",
"@types/three": "0.163.0",
"@types/ws": "8.5.10",
"axios": "1.6.8",
"bowser": "2.11.0",
"browser-speech": "1.1.1",
"events": "3.3.0",
"farmbot": "15.8.8",
"i18next": "23.10.1",
"i18next": "23.11.2",
"lodash": "4.17.21",
"markdown-it": "14.1.0",
"markdown-it-emoji": "3.0.0",
"moment": "2.30.1",
"monaco-editor": "0.47.0",
"mqtt": "5.5.0",
"npm": "10.5.1",
"mqtt": "5.5.3",
"npm": "10.5.2",
"parcel": "2.12.0",
"process": "0.11.10",
"promise-timeout": "1.3.0",
Expand All @@ -70,28 +70,28 @@
"react": "18.2.0",
"react-color": "2.19.3",
"react-dom": "18.2.0",
"react-redux": "9.1.0",
"react-redux": "9.1.1",
"redux": "5.0.1",
"redux-immutable-state-invariant": "2.1.0",
"redux-thunk": "3.1.0",
"takeme": "0.12.0",
"three": "0.163.0",
"typescript": "5.4.4",
"typescript": "5.4.5",
"url": "0.11.3",
"xterm": "5.3.0"
},
"devDependencies": {
"@types/enzyme": "3.10.12",
"@types/jest": "29.5.12",
"@types/readable-stream": "4.0.11",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
"enzyme": "3.11.0",
"eslint": "8.57.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jest": "28.2.0",
"eslint-plugin-no-null": "1.0.2",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.34.1",
Expand All @@ -103,11 +103,11 @@
"jest-junit": "16.0.0",
"jest-skipped-reporter": "0.0.5",
"jshint": "2.13.6",
"madge": "6.1.0",
"madge": "7.0.0",
"raf": "3.4.1",
"react-addons-test-utils": "15.6.2",
"react-test-renderer": "18.2.0",
"sass": "1.74.1",
"sass": "1.75.0",
"sass-lint": "1.13.1",
"ts-jest": "29.1.2",
"tslint": "6.1.3"
Expand Down

0 comments on commit bef0285

Please sign in to comment.