Skip to content

Commit 597e88e

Browse files
Merge pull request #155 from oracle/ords-remix-jwt-sample-dependencies-update
fix(deps): update ords-remix-jwt-sample dependencies
2 parents dae8d52 + 03fd797 commit 597e88e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

templates/ords-remix-jwt-sample/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"@emotion/styled": "^11.13.0",
3939
"@mui/icons-material": "6.0.2",
4040
"@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",
41+
"@remix-run/css-bundle": "2.13.1",
42+
"@remix-run/node": "2.13.1",
43+
"@remix-run/react": "2.13.1",
44+
"@remix-run/serve": "2.13.1",
4545
"dotenv": "^16.4.5",
4646
"embla-carousel": "^8.2.0",
4747
"embla-carousel-react": "^8.2.0",
@@ -56,12 +56,12 @@
5656
"remix-auth-auth0": "1.10.0"
5757
},
5858
"devDependencies": {
59-
"@remix-run/dev": "2.11.2",
59+
"@remix-run/dev": "2.13.1",
6060
"@svgr/cli": "8.1.0",
6161
"@svgr/plugin-jsx": "8.1.0",
6262
"@svgr/plugin-prettier": "8.1.0",
6363
"@svgr/plugin-svgo": "8.1.0",
64-
"@types/react": "18.3.0",
64+
"@types/react": "18.3.12",
6565
"@types/react-dom": "18.3.0",
6666
"@typescript-eslint/eslint-plugin": "7.15.0",
6767
"@typescript-eslint/parser": "7.15.0",
@@ -73,12 +73,12 @@
7373
"eslint-import-resolver-typescript": "3.6.1",
7474
"eslint-plugin-import": "2.29.1",
7575
"eslint-plugin-jsdoc": "48.7.0",
76-
"eslint-plugin-jsx-a11y": "6.9.0",
76+
"eslint-plugin-jsx-a11y": "6.10.2",
7777
"eslint-plugin-react": "7.34.3",
7878
"eslint-plugin-react-hooks": "4.6.2",
7979
"eslint-plugin-tailwindcss": "3.17.4",
8080
"eslint-plugin-tsdoc": "0.2.17",
81-
"postcss": "8.4.38",
81+
"postcss": "8.4.47",
8282
"tailwindcss": "3.4.3",
8383
"typescript": "5.1.6"
8484
}

0 commit comments

Comments
 (0)