Skip to content

Commit

Permalink
Handling Leap Year Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
NavyStack committed Jan 1, 2024
1 parent 5bbb59c commit d17078a
Show file tree
Hide file tree
Showing 7 changed files with 20,062 additions and 2,840 deletions.
38 changes: 20 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@shelf/jest-mongodb": "^4.1.7",
"@shelf/jest-mongodb": "^4.2.0",
"@types/bcryptjs": "^2.4.2",
"@types/jest": "^29.5.3",
"@types/jsonwebtoken": "^8.5.0",
Expand Down Expand Up @@ -34,62 +34,64 @@
"watch:test": "jest --watch --noStackTrace"
},
"dependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-typescript": "^7.12.7",
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/preset-typescript": "^7.23.3",
"@netlify/functions": "^1.0.0",
"@sendgrid/mail": "^7.7.0",
"@tsconfig/svelte": "^5.0.0",
"@types/aws-lambda": "^8.10.95",
"@types/node": "^17.0.25",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"@xstate/cli": "^0.5.1",
"@xstate/cli": "^0.5.15",
"@xstate/svelte": "^2.1.0",
"@xstate/test": "^1.0.0-alpha.1",
"babel-jest": "^29.6.1",
"babel-jest": "^29.7.0",
"bcryptjs": "^2.4.3",
"carbon-icons-svelte": "^12.0.0",
"carbon-icons-svelte": "^12.4.2",
"concurrently": "^7.1.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"dotenv": "^16.0.0",
"eslint": "^8.45.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.32.4",
"eslint-plugin-svelte": "^2.35.1",
"eslint-watch": "^8.0.0",
"http-server": "^14.1.0",
"jest": "29.6.1",
"jest-environment-jsdom": "^29.6.1",
"jest": "29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jsonwebtoken": "^9.0.1",
"merge": "^2.1.1",
"mini-css-extract-plugin": "^2.7.6",
"mongodb": "^5.8.0",
"mongodb-client-encryption": "^2.3.0",
"mongodb-memory-server": "^8.5.1",
"normalize-url": "^8.0.0",
"picomatch": "^2.3.1",
"prando": "^6.0.1",
"prettier": "2.6.2",
"prettier-plugin-svelte": "^2.10.1",
"rimraf": "^3.0.2",
"sass": "^1.63.6",
"saslprep": "^1.0.3",
"sass": "^1.69.6",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"svelte": "^3.0.0",
"svelte-loader": "^3.1.9",
"svelte-preprocess": "^5.0.4",
"svelte-preprocess": "5.1.3",
"ts-jest": "^29.1.1",
"ts-loader": "^9.3.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.1.0",
"typescript": "^5.3.2",
"webpack": "^5.76.0",
"webpack-bundle-analyzer": "^4.9.0",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.15.1",
"webpack-license-plugin": "^4.2.2",
"webpack-license-plugin": "^4.4.2",
"xstate": "^4.38.1",
"yarn": "^1.22.18"
"yarn": "^1.22.21"
},
"resolutions": {
"@cypress/request": "^3.0.0",
Expand Down
Loading

0 comments on commit d17078a

Please sign in to comment.