Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielburnworth committed Jan 19, 2024
1 parent feea8d4 commit 5edc171
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion frontend/extras/__tests__/fallback_widget_test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ describe("<FallbackWidget />", () => {
p.helpText = "This is a fake widget.";
const wrapper = shallow(<FallbackWidget {...p} />);
expect(wrapper.html())
.toContain("<i class=\"fa fa-question-circle help-icon\">");
.toContain("<i class=\"fa fa-question-circle help-icon\"");
});
});
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,44 +30,44 @@
"author": "farmbot.io",
"license": "MIT",
"dependencies": {
"@blueprintjs/core": "5.7.2",
"@blueprintjs/select": "5.0.20",
"@blueprintjs/core": "5.8.2",
"@blueprintjs/select": "5.0.23",
"@monaco-editor/react": "4.6.0",
"@parcel/transformer-sass": "2.10.3",
"@parcel/transformer-typescript-tsc": "2.10.3",
"@react-three/drei": "9.94.1",
"@parcel/transformer-sass": "2.11.0",
"@parcel/transformer-typescript-tsc": "2.11.0",
"@react-three/drei": "9.96.0",
"@react-three/fiber": "8.15.14",
"@types/lodash": "4.14.202",
"@types/markdown-it": "13.0.7",
"@types/node": "20.10.5",
"@types/node": "20.11.5",
"@types/promise-timeout": "1.3.3",
"@types/react": "18.2.46",
"@types/react-color": "3.0.10",
"@types/react": "18.2.48",
"@types/react-color": "3.0.11",
"@types/react-dom": "18.2.18",
"@types/three": "0.160.0",
"@types/ws": "8.5.10",
"axios": "1.6.3",
"axios": "1.6.5",
"bowser": "2.11.0",
"browser-speech": "1.1.1",
"events": "3.3.0",
"farmbot": "15.8.5",
"i18next": "23.7.12",
"i18next": "23.7.16",
"lodash": "4.17.21",
"markdown-it": "14.0.0",
"markdown-it-emoji": "3.0.0",
"moment": "2.30.1",
"monaco-editor": "0.45.0",
"mqtt": "5.1.4",
"npm": "10.2.5",
"parcel": "2.10.3",
"npm": "10.3.0",
"parcel": "2.11.0",
"process": "0.11.10",
"promise-timeout": "1.3.0",
"punycode": "1.4.1",
"querystring-es3": "0.2.1",
"react": "18.2.0",
"react-color": "2.19.3",
"react-dom": "18.2.0",
"react-redux": "9.0.4",
"react-redux": "9.1.0",
"redux": "5.0.1",
"redux-immutable-state-invariant": "2.1.0",
"redux-thunk": "3.1.0",
Expand All @@ -81,14 +81,14 @@
"@types/enzyme": "3.10.12",
"@types/jest": "29.5.11",
"@types/readable-stream": "4.0.10",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
"enzyme": "3.11.0",
"eslint": "8.56.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-jest": "27.6.3",
"eslint-plugin-no-null": "1.0.2",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.2",
Expand All @@ -104,7 +104,7 @@
"raf": "3.4.1",
"react-addons-test-utils": "15.6.2",
"react-test-renderer": "18.2.0",
"sass": "1.69.6",
"sass": "1.70.0",
"sass-lint": "1.13.1",
"ts-jest": "29.1.1",
"tslint": "6.1.3"
Expand Down

0 comments on commit 5edc171

Please sign in to comment.