Skip to content

Commit

Permalink
Merge pull request #440 from seiu503/package-update-202409
Browse files Browse the repository at this point in the history
fixed issue with travis script
  • Loading branch information
rifkegribenes authored Oct 9, 2024
2 parents ee72da8 + a9ebe79 commit 9fb4325
Show file tree
Hide file tree
Showing 5 changed files with 269 additions and 307 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,8 @@ script:
echo "Master branch; running production build.";
nohup env-path -p .env.production REACT_APP_ENV_TEXT=production vite build;
fi
# - cd .. && yarn test
- cd .. && yarn test
- REACT_APP_ENV_TEXT=test yarn test
- cd client && REACT_APP_ENV_TEXT=test yarn test
- cd ../ec2/scripts && sudo chown root postInstall.sh && sudo chmod 777 postInstall.sh
- cd ../.. && zip -r latest * -qdgds 10m -x "client/node_modules/*" "client/src/*" "client/output/*"
- mkdir -p dpl_cd_upload
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"immutability-helper": "^3.0.0",
"moment": "^2.29.2",
"node-fetch": "^2.6.7",
"postcss": "^8.3.6",
"postcss": "^8.4.47",
"query-string": "^6.8.1",
"react": "17.0.2",
"react-app-polyfill": "^3.0.0",
Expand Down
18 changes: 2 additions & 16 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5935,11 +5935,6 @@ nanoid@^2.1.0:
resolved "https://registry.npmjs.org/nanoid/-/nanoid-2.1.11.tgz"
integrity sha512-s/snB+WGm6uwi0WjsZdaVcuf3KJXlfGl2LcxgwkEwJF0D/BWzVWAZW/XY4bFaiR7s0Jk3FPvlnepg1H1b1UwlA==

nanoid@^3.3.6:
version "3.3.6"
resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz"
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==

nanoid@^3.3.7:
version "3.3.7"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
Expand Down Expand Up @@ -6329,16 +6324,7 @@ postcss-value-parser@^4.2.0:
resolved "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz"
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==

postcss@^8.3.6:
version "8.4.23"
resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.23.tgz"
integrity sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==
dependencies:
nanoid "^3.3.6"
picocolors "^1.0.0"
source-map-js "^1.0.2"

postcss@^8.4.43:
postcss@^8.4.43, postcss@^8.4.47:
version "8.4.47"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.47.tgz#5bf6c9a010f3e724c503bf03ef7947dcb0fea365"
integrity sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==
Expand Down Expand Up @@ -7002,7 +6988,7 @@ snake-case@^3.0.4:
dot-case "^3.0.4"
tslib "^2.0.3"

"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.2:
"source-map-js@>=0.6.2 <2.0.0":
version "1.0.2"
resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz"
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"husky": "^9.1.6",
"jest-localstorage-mock": "^2.4.0",
"knex-cleaner": "^1.3.0",
"lint-staged": "^11.1.2",
"lint-staged": "^15.2.10",
"local-ip-url": "^1.0.2",
"mocha": "^10.7.3",
"moment": "^2.29.4",
Expand Down
Loading

0 comments on commit 9fb4325

Please sign in to comment.