Skip to content

Commit

Permalink
feat: ds updates and remove links (#385) (#388)
Browse files Browse the repository at this point in the history
* feat: ds updates and remove links (#385)

* ds updates and remove links

* update packages

* Restyled by prettier (#386)

Co-authored-by: Restyled.io <[email protected]>

* fix lint issues

* fix styling

---------

Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
Co-authored-by: Restyled.io <[email protected]>

* Restyled by prettier (#389)

Co-authored-by: Restyled.io <[email protected]>

* fix lint

* update logo url

---------

Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
3 people authored May 16, 2024
1 parent 004f047 commit 161eebe
Show file tree
Hide file tree
Showing 22 changed files with 20,230 additions and 34,383 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"browser": true,
"es6": true
},
"extends": ["react-app", "airbnb", "plugin:prettier/recommended", "plugin:jsx-a11y/recommended"],
"extends": ["airbnb", "plugin:prettier/recommended", "plugin:jsx-a11y/recommended"],
"parserOptions": {
"sourceType": "module",
"ecmaFeatures": {
Expand Down
46,469 changes: 12,314 additions & 34,155 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,20 @@
"dependencies": {
"@sentry/react": "^6.2.1",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/react": "^10.4.9",
"@testing-library/user-event": "^12.8.3",
"axios": "^0.21.1",
"dompurify": "^2.2.6",
"esri-loader": "^3.1.0",
"logrocket": "^1.0.14",
"logrocket-react": "^4.0.1",
"node-sass": "^5.0.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react": "^16.12.0 || ^16.13.1 || ^16.14.0",
"react-app-polyfill": "^2.0.0",
"react-debounce-input": "^3.2.3",
"react-dom": "^17.0.1",
"react-debounce-input": "^3.3.0",
"react-dom": "^16.12.0 || ^16.14.0",
"react-hook-form": "^5.7.2",
"react-scripts": "4.0.3"
"react-scripts": ">=2.1.3 || 3.4.5"
},
"devDependencies": {
"eslint-config-airbnb": "^18.2.1",
Expand All @@ -45,6 +44,7 @@
"npm-check-updates": "^11.2.1",
"prettier": "^2.2.1",
"react-app-rewired": "^2.1.8",
"sass": "^1.58.3",
"sass-lint": "^1.13.1",
"sass-lint-webpack": "^1.0.3"
},
Expand Down
Loading

0 comments on commit 161eebe

Please sign in to comment.