Skip to content

Commit

Permalink
Dependency updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjsr committed Apr 19, 2024
1 parent b67822d commit b9cd4cf
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 47 deletions.
83 changes: 44 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"dotenv-flow": "^4.1.0",
"email-validator": "^2.0.4",
"express": "^4.19.2",
"express-mysql-session": "^3.0.0",
"express-session": "^1.17.3",
"express-mysql-session": "^3.0.1",
"express-session": "^1.18.0",
"http": "^0.0.1-security",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
Expand All @@ -57,13 +57,13 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@prisma/client": "^4.12.0",
"@types/cookie-parser": "^1.4.3",
"@types/cookie-parser": "^1.4.7",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/express-mysql-session": "^2.1.3",
"@types/jest": "^29.5.12",
"@types/morgan": "^1.9.4",
"@types/mysql": "^2.15.21",
"@types/mysql": "^2.15.26",
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
Expand All @@ -81,7 +81,7 @@
"react-scripts": "^5.0.1",
"rimraf": "^4.4.1",
"supertest": "^6.3.4",
"ts-jest": "^29.1.0",
"ts-jest": "^29.1.2",
"typescript": "^4.9.5"
},
"browserslist": {
Expand Down
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */

/* Modules */
"module": "commonjs" /* Specify what module code is generated. */,
"module": "ESNext" /* Specify what module code is generated. */,
// "rootDir": "./", /* Specify the root folder within your source files. */
// "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
"moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
Expand Down Expand Up @@ -85,7 +85,7 @@
// "strictPropertyInitialization": true, /* Check for class properties that are declared but not set in the constructor. */
// "noImplicitThis": true, /* Enable error reporting when 'this' is given the type 'any'. */
// "useUnknownInCatchVariables": true, /* Default catch clause variables as 'unknown' instead of 'any'. */
// "alwaysStrict": true, /* Ensure 'use strict' is always emitted. */
"alwaysStrict": true, /* Ensure 'use strict' is always emitted. */
// "noUnusedLocals": true, /* Enable error reporting when local variables aren't read. */
// "noUnusedParameters": true, /* Raise an error when a function parameter isn't read. */
// "exactOptionalPropertyTypes": true, /* Interpret optional property types as written, rather than adding 'undefined'. */
Expand Down

0 comments on commit b9cd4cf

Please sign in to comment.