Skip to content

Commit 0233e8e

Browse files
committed
chore(deps): update ords template dependencies
1 parent 6b28f7f commit 0233e8e

File tree

2 files changed

+40
-42
lines changed

2 files changed

+40
-42
lines changed

templates/ords-concert-app/app/components/navbar/Dropdown.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import React, {
88
useRef, useEffect, UIEvent,
99
} from 'react';
10-
import { RiArrowDropDownLine } from 'react-icons/ri';
10+
import { ArrowDropDown } from '@mui/icons-material';
1111
import { Link } from '@remix-run/react';
1212
import CustomCircularProgress from '../utils/CircularProgress';
1313

@@ -81,7 +81,7 @@ function Dropdown(props: DropDownProps) {
8181
className="inline-flex items-center rounded px-4 py-2 text-xs text-white hover:bg-gray-700"
8282
>
8383
{selectedCity}
84-
<RiArrowDropDownLine />
84+
<ArrowDropDown />
8585
</button>
8686
{
8787
open

templates/ords-concert-app/package.json

Lines changed: 38 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -33,55 +33,53 @@
3333
"type": "module",
3434
"dependencies": {
3535
"@auth0/auth0-react": "2.2.4",
36-
"@emotion/cache": "^11.11.0",
37-
"@emotion/react": "^11.11.4",
38-
"@emotion/styled": "^11.11.5",
39-
"@mui/icons-material": "^5.15.18",
40-
"@mui/material": "^5.15.18",
41-
"@remix-run/css-bundle": "2.6.0",
42-
"@remix-run/node": "2.6.0",
43-
"@remix-run/react": "2.6.0",
44-
"@remix-run/serve": "2.6.0",
36+
"@emotion/cache": "^11.13.0",
37+
"@emotion/react": "^11.13.0",
38+
"@emotion/styled": "^11.13.0",
39+
"@mui/icons-material": "6.0.2",
40+
"@mui/material": "6.0.2",
41+
"@remix-run/css-bundle": "2.11.2",
42+
"@remix-run/node": "2.11.2",
43+
"@remix-run/react": "2.11.2",
44+
"@remix-run/serve": "2.11.2",
4545
"dotenv": "^16.4.5",
46-
"embla-carousel": "^8.1.3",
47-
"embla-carousel-react": "^8.1.3",
46+
"embla-carousel": "^8.2.0",
47+
"embla-carousel-react": "^8.2.0",
4848
"isbot": "4",
4949
"isomorphic-dompurify": "^2.13.0",
50-
"material-ui-popup-state": "^5.1.2",
50+
"material-ui-popup-state": "^5.3.1",
5151
"node-fetch": "3.3.2",
52-
"react": "18.2.0",
53-
"react-datepicker": "^7.3.0",
54-
"react-dom": "18.2.0",
55-
"react-icons": "5.2.1",
56-
"react-slick": "^0.30.2",
57-
"remix-auth": "3.6.0",
52+
"react": "18.3.1",
53+
"react-datepicker": "7.3.0",
54+
"react-dom": "18.3.1",
55+
"remix-auth": "3.7.0",
5856
"remix-auth-auth0": "1.10.0"
5957
},
6058
"devDependencies": {
61-
"@remix-run/dev": "2.6.0",
62-
"@svgr/cli": "^8.1.0",
63-
"@svgr/plugin-jsx": "^8.1.0",
64-
"@svgr/plugin-prettier": "^8.1.0",
65-
"@svgr/plugin-svgo": "^8.1.0",
66-
"@types/react": "18.2.20",
67-
"@types/react-dom": "18.2.7",
68-
"@typescript-eslint/eslint-plugin": "^7.15.0",
69-
"@typescript-eslint/parser": "^7.15.0",
70-
"autoprefixer": "^10.4.19",
71-
"eslint": "^8.57.0",
72-
"eslint-config-airbnb": "^19.0.4",
73-
"eslint-config-airbnb-base": "^15.0.0",
74-
"eslint-config-airbnb-typescript": "^18.0.0",
59+
"@remix-run/dev": "2.11.2",
60+
"@svgr/cli": "8.1.0",
61+
"@svgr/plugin-jsx": "8.1.0",
62+
"@svgr/plugin-prettier": "8.1.0",
63+
"@svgr/plugin-svgo": "8.1.0",
64+
"@types/react": "18.3.0",
65+
"@types/react-dom": "18.3.0",
66+
"@typescript-eslint/eslint-plugin": "7.15.0",
67+
"@typescript-eslint/parser": "7.15.0",
68+
"autoprefixer": "10.4.19",
69+
"eslint": "8.57.0",
70+
"eslint-config-airbnb": "19.0.4",
71+
"eslint-config-airbnb-base": "15.0.0",
72+
"eslint-config-airbnb-typescript": "18.0.0",
7573
"eslint-import-resolver-typescript": "3.6.1",
76-
"eslint-plugin-import": "^2.29.1",
77-
"eslint-plugin-jsdoc": "^48.7.0",
78-
"eslint-plugin-jsx-a11y": "^6.9.0",
79-
"eslint-plugin-react": "^7.34.3",
80-
"eslint-plugin-react-hooks": "^4.6.2",
81-
"eslint-plugin-tailwindcss": "^3.17.4",
82-
"eslint-plugin-tsdoc": "^0.2.17",
74+
"eslint-plugin-import": "2.29.1",
75+
"eslint-plugin-jsdoc": "48.7.0",
76+
"eslint-plugin-jsx-a11y": "6.9.0",
77+
"eslint-plugin-react": "7.34.3",
78+
"eslint-plugin-react-hooks": "4.6.2",
79+
"eslint-plugin-tailwindcss": "3.17.4",
80+
"eslint-plugin-tsdoc": "0.2.17",
8381
"postcss": "8.4.38",
8482
"tailwindcss": "3.4.3",
8583
"typescript": "5.1.6"
8684
}
87-
}
85+
}

0 commit comments

Comments
 (0)