Skip to content

Commit

Permalink
🧹 Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kinngh committed Dec 30, 2024
1 parent d8be821 commit 1cf1989
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shopify-express-boilerplate",
"version": "2024.12.05",
"version": "2024.12.31",
"description": "Shopify Boilerplate Code written in React, Node, Express, MongoDB and GraphQL",
"type": "module",
"author": {
Expand Down Expand Up @@ -31,27 +31,27 @@
"preserve": "npm run build"
},
"dependencies": {
"@shopify/polaris": "^13.9.1",
"@shopify/shopify-api": "^11.6.0",
"@shopify/polaris": "^13.9.2",
"@shopify/shopify-api": "^11.6.1",
"compression": "^1.7.5",
"cryptr": "^6.3.0",
"dotenv": "^16.4.6",
"express": "^4.21.1",
"mongoose": "^8.8.3",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"mongoose": "^8.9.3",
"raviger": "^4.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"serve-static": "^1.16.2"
},
"devDependencies": {
"@iarna/toml": "^2.2.5",
"@shopify/cli-kit": "^3.70.0",
"@shopify/cli-kit": "^3.72.2",
"@vitejs/plugin-react": "^4.3.4",
"concurrently": "^9.1.0",
"concurrently": "^9.1.1",
"ngrok": "^5.0.0-beta.2",
"nodemon": "^3.1.7",
"npm-check-updates": "^17.1.11",
"prettier": "^3.4.1",
"vite": "^6.0.2"
"nodemon": "^3.1.9",
"npm-check-updates": "^17.1.13",
"prettier": "^3.4.2",
"vite": "^6.0.6"
}
}

0 comments on commit 1cf1989

Please sign in to comment.