Skip to content

Commit

Permalink
⬆️(dependencies) update js dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and jbpenrath committed Feb 21, 2022
1 parent 47a2e1c commit ce32901
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 142 deletions.
22 changes: 11 additions & 11 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"not dead"
],
"dependencies": {
"@babel/core": "7.17.2",
"@babel/core": "7.17.5",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-modules-commonjs": "7.16.8",
"@babel/preset-env": "7.16.11",
Expand All @@ -44,10 +44,10 @@
"@formatjs/cli": "4.8.2",
"@formatjs/intl-relativetimeformat": "10.0.0",
"@helpscout/helix": "0.2.0",
"@sentry/browser": "6.17.7",
"@sentry/types": "6.17.7",
"@sentry/browser": "6.17.9",
"@sentry/types": "6.17.9",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.2",
"@testing-library/react": "12.1.3",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/user-event": "13.5.0",
"@types/faker": "5.5.9",
Expand All @@ -61,19 +61,19 @@
"@types/react-autosuggest": "10.1.5",
"@types/react-dom": "17.0.11",
"@types/react-modal": "3.13.1",
"@typescript-eslint/eslint-plugin": "5.11.0",
"@typescript-eslint/parser": "5.11.0",
"@typescript-eslint/eslint-plugin": "5.12.0",
"@typescript-eslint/parser": "5.12.0",
"babel-jest": "27.5.1",
"babel-loader": "8.2.3",
"babel-plugin-react-intl": "8.2.25",
"bootstrap": ">=4.6.0 <5",
"cljs-merge": "1.1.1",
"core-js": "3.21.0",
"core-js": "3.21.1",
"downshift": "6.1.7",
"eslint": "8.9.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "16.1.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-prettier": "8.4.0",
"eslint-plugin-compat": "4.0.2",
"eslint-plugin-formatjs": "3.0.0",
"eslint-plugin-import": "2.25.4",
Expand All @@ -99,11 +99,11 @@
"react-dom": "17.0.2",
"react-intl": "5.24.6",
"react-modal": "3.14.4",
"react-query": "3.34.15",
"sass": "1.49.7",
"react-query": "3.34.16",
"sass": "1.49.8",
"source-map-loader": "3.0.1",
"typescript": "4.5.5",
"webpack": "5.68.0",
"webpack": "5.69.1",
"webpack-cli": "4.9.2",
"whatwg-fetch": "3.6.2",
"xhr-mock": "2.5.1",
Expand Down
Loading

0 comments on commit ce32901

Please sign in to comment.