Skip to content

Commit

Permalink
nx migrate latest
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaMulein committed Sep 24, 2024
1 parent 4702904 commit baa45ae
Show file tree
Hide file tree
Showing 6 changed files with 1,348 additions and 1,363 deletions.
12 changes: 8 additions & 4 deletions apps/duality-social-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx nx serve duality-social-node"
},
"author": "Freddie Mercurial (Jessica M.) <jessica@digitaldefiance.org>",
"author": "Jessica Mulein <jessica@digitaldefiance.org>",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.645.0",
"@aws-sdk/lib-storage": "^3.645.0",
"@mui/material": "^6.0.1",
"@mui/styles": "^6.0.1",
"@sendgrid/mail": "^8.1.3",
"@types/cors": "^2.8.17",
"@types/express-session": "^1.18.0",
"@types/uuid": "^10.0.0",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"bson": "^6.8.0",
"caniuse-lite": "^1.0.30001642",
"cors": "^2.8.5",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
Expand All @@ -32,11 +32,15 @@
"helmet": "^7.1.0",
"image-size": "^1.1.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.5.1",
"multer": "^1.4.5-lts.1",
"uuid": "^10.0.0"
},
"devDependencies": {
"@faker-js/faker": "^9.0.1",
"@types/cors": "^2.8.17",
"@types/express-session": "^1.18.0",
"@types/uuid": "^10.0.0",
"@types/bcrypt": "^5.0.2",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.13",
Expand Down
2 changes: 1 addition & 1 deletion do-yarn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ for PACKAGE in $PACKAGE_ROOTS; do

# Run yarn
echo "Running yarn in $PACKAGE_DIR"
yarn
yarn "$@"

# Return to the project root directory
cd "$PROJECT_ROOT" || exit
Expand Down
2 changes: 1 addition & 1 deletion libs/duality-social-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
"devDependencies": {
"@types/markdown-it": "^14.1.2"
}
}
}
3 changes: 2 additions & 1 deletion libs/duality-social-node-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "duality-social-node-lib",
"version": "0.0.1"
"version": "0.0.1",
"license": "MIT"
}
37 changes: 19 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"azure:auth-cycle": "az account clear && az login",
"clean:all": "rm -rf node_modules dist/ ~/.cache && yarn cache clean",
"migrate:latest": "npx nx migrate latest",
"migrate:run-migrations": "npx nx migrate --run-migrations"
"migrate:run-migrations": "npx nx migrate --run-migrations",
"upgrade:all": "./do-yarn.sh upgrade"
},
"dependencies": {
"@awesome.me/kit-89ec609b07": "^1.0.4",
Expand All @@ -49,7 +50,7 @@
"@mdx-js/react": "^3.0.1",
"@mui/material": "^6.0.1",
"@mui/styles": "^6.0.1",
"@nx/workspace": "19.6.4",
"@nx/workspace": "19.8.0",
"@pusher/push-notifications-server": "^1.2.6",
"@pusher/push-notifications-web": "^1.1.0",
"@swc/helpers": "~0.5.11",
Expand Down Expand Up @@ -89,22 +90,22 @@
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@faker-js/faker": "^9.0.1",
"@nrwl/cypress": "19.6.4",
"@nrwl/esbuild": "19.6.4",
"@nrwl/eslint-plugin-nx": "19.6.4",
"@nrwl/jest": "19.6.4",
"@nrwl/js": "19.6.4",
"@nrwl/cypress": "19.8.0",
"@nrwl/esbuild": "19.8.0",
"@nrwl/eslint-plugin-nx": "19.8.0",
"@nrwl/jest": "19.8.0",
"@nrwl/js": "19.8.0",
"@nrwl/lint": "^8.4.0-beta.4",
"@nrwl/linter": "19.6.4",
"@nrwl/node": "19.6.4",
"@nrwl/web": "19.6.4",
"@nrwl/workspace": "19.6.4",
"@nx/cypress": "19.6.4",
"@nx/jest": "19.6.4",
"@nx/js": "19.6.4",
"@nx/node": "19.6.4",
"@nx/react": "19.6.4",
"@nx/webpack": "19.6.4",
"@nrwl/linter": "19.8.0",
"@nrwl/node": "19.8.0",
"@nrwl/web": "19.8.0",
"@nrwl/workspace": "19.8.0",
"@nx/cypress": "19.8.0",
"@nx/jest": "19.8.0",
"@nx/js": "19.8.0",
"@nx/node": "19.8.0",
"@nx/react": "19.8.0",
"@nx/webpack": "19.8.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^8.1.0",
"@swc-node/register": "~1.9.1",
Expand Down Expand Up @@ -145,7 +146,7 @@
"markdownlint-cli": "^0.41.0",
"moment": "^2.29.4",
"nodemon": "^2.0.21",
"nx": "19.6.4",
"nx": "19.8.0",
"prettier": "^3.3.3",
"react-refresh": "^0.10.0",
"ts-jest": "^29.1.0",
Expand Down
Loading

0 comments on commit baa45ae

Please sign in to comment.