Skip to content

Commit

Permalink
Merge pull request #937 from Shopify/javascript_updates
Browse files Browse the repository at this point in the history
Convert template to Javascript
  • Loading branch information
lizkenyon authored Jan 23, 2025
2 parents 7fe336d + 1532adb commit 04f307f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"node": "^18.20 || ^20.10 || >=21.0.0"
},
"dependencies": {
"@prisma/client": "^5.11.0",
"@prisma/client": "^6.2.1",
"@remix-run/dev": "^2.7.1",
"@remix-run/fs-routes": "^2.15.0",
"@remix-run/node": "^2.7.1",
Expand All @@ -33,9 +33,9 @@
"@shopify/cli": "^3.63.1",
"@shopify/polaris": "^12.0.0",
"@shopify/shopify-app-remix": "^3.4.0",
"@shopify/shopify-app-session-storage-prisma": "^5.1.5",
"@shopify/shopify-app-session-storage-prisma": "^5.2.2",
"isbot": "^5.1.0",
"prisma": "^5.11.0",
"prisma": "^6.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite-tsconfig-paths": "^5.0.1"
Expand All @@ -49,7 +49,7 @@
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"eslint": "^8.42.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-prettier": "^10.0.1",
"prettier": "^3.2.4",
"typescript": "^5.2.2",
"vite": "^5.1.3"
Expand Down

0 comments on commit 04f307f

Please sign in to comment.