|
3 | 3 | "version": "0.0.1", |
4 | 4 | "license": "MIT", |
5 | 5 | "engines": { |
6 | | - "node": "14.18.1", |
7 | | - "yarn": "1.22.5" |
| 6 | + "node": "16.15.1", |
| 7 | + "yarn": "1.22.19" |
8 | 8 | }, |
9 | 9 | "scripts": { |
10 | 10 | "dev": "nodemon server/server.js --watch server", |
|
17 | 17 | "coverageDirectory": "./.coverage" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "@emotion/cache": "^11.7.1", |
21 | | - "@emotion/react": "^11.9.0", |
22 | | - "@emotion/server": "^11.4.0", |
23 | | - "@emotion/styled": "^11.8.1", |
24 | | - "@mui/icons-material": "^5.8.3", |
25 | | - "@mui/material": "^5.8.3", |
26 | | - "@octokit/oauth-authorization-url": "^4.1.0", |
27 | | - "@octokit/rest": "^18.0.3", |
28 | | - "@stripe/stripe-js": "^1.21.1", |
29 | | - "aws-sdk": "^2.796.0", |
| 20 | + "@emotion/cache": "^11.10.5", |
| 21 | + "@emotion/react": "^11.10.5", |
| 22 | + "@emotion/server": "^11.10.0", |
| 23 | + "@emotion/styled": "^11.10.5", |
| 24 | + "@mui/icons-material": "^5.11.0", |
| 25 | + "@mui/material": "^5.11.4", |
| 26 | + "@octokit/oauth-authorization-url": "^5.0.0", |
| 27 | + "@octokit/rest": "^19.0.5", |
| 28 | + "@stripe/stripe-js": "^1.46.0", |
| 29 | + "aws-sdk": "^2.1291.0", |
30 | 30 | "compression": "^1.7.4", |
31 | | - "connect-mongo": "^3.2.0", |
32 | | - "dotenv": "^8.2.0", |
33 | | - "express": "^4.17.1", |
| 31 | + "connect-mongo": "^4.6.0", |
| 32 | + "dotenv": "^16.0.3", |
| 33 | + "express": "^4.18.2", |
34 | 34 | "express-session": "^1.17.1", |
35 | 35 | "front-matter": "^4.0.2", |
36 | 36 | "he": "^1.2.0", |
37 | | - "helmet": "^4.1.0-rc.2", |
38 | | - "highlight.js": "^10.1.2", |
39 | | - "isomorphic-unfetch": "^3.0.0", |
| 37 | + "helmet": "^6.0.1", |
| 38 | + "highlight.js": "^11.7.0", |
| 39 | + "isomorphic-unfetch": "^4.0.2", |
40 | 40 | "lodash": "^4.17.21", |
41 | | - "marked": "^1.2.7", |
42 | | - "mongoose": "^5.10.0", |
43 | | - "next": "^12.1.6", |
| 41 | + "marked": "^4.2.5", |
| 42 | + "mongodb": "^4.1.0", |
| 43 | + "mongoose": "^6.8.3", |
| 44 | + "next": "^13.1.1", |
44 | 45 | "node-fetch": "^2.6.1", |
45 | 46 | "nprogress": "^0.2.0", |
46 | 47 | "passport": "^0.6.0", |
47 | 48 | "passport-google-oauth": "^2.0.0", |
48 | 49 | "prop-types": "^15.7.2", |
49 | | - "qs": "^6.10.1", |
50 | | - "react": "^17.0.2", |
51 | | - "react-dom": "^17.0.2", |
52 | | - "sitemap": "^6.2.0", |
53 | | - "stripe": "^8.129.0", |
54 | | - "winston": "^3.3.3" |
| 50 | + "qs": "^6.11.0", |
| 51 | + "react": "^18.2.0", |
| 52 | + "react-dom": "^18.2.0", |
| 53 | + "sitemap": "^7.1.1", |
| 54 | + "stripe": "^11.6.0", |
| 55 | + "winston": "^3.8.2" |
55 | 56 | }, |
56 | 57 | "devDependencies": { |
57 | | - "@babel/core": "^7.16.0", |
| 58 | + "@babel/core": "^7.20.12", |
58 | 59 | "babel-eslint": "^10.1.0", |
59 | | - "eslint": "^7.25.0", |
60 | | - "eslint-config-airbnb": "^18.2.1", |
61 | | - "eslint-config-prettier": "^6.15.0", |
| 60 | + "eslint": "^7.32.0", |
| 61 | + "eslint-config-airbnb": "^19.0.4", |
| 62 | + "eslint-config-prettier": "^8.6.0", |
62 | 63 | "eslint-plugin-import": "^2.22.1", |
63 | | - "eslint-plugin-jsx-a11y": "^6.4.1", |
64 | | - "eslint-plugin-prettier": "^3.1.4", |
65 | | - "eslint-plugin-react": "^7.21.5", |
66 | | - "eslint-plugin-react-hooks": "^4.2.0", |
67 | | - "jest": "^26.6.3", |
68 | | - "nodemon": "^2.0.15", |
69 | | - "prettier": "^2.2.1" |
| 64 | + "eslint-plugin-jsx-a11y": "^6.7.0", |
| 65 | + "eslint-plugin-prettier": "^4.2.1", |
| 66 | + "eslint-plugin-react": "^7.31.11", |
| 67 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 68 | + "jest": "^29.3.1", |
| 69 | + "next-transpile-modules": "^10.0.0", |
| 70 | + "nodemon": "^2.0.20", |
| 71 | + "prettier": "^2.8.2" |
70 | 72 | } |
71 | 73 | } |
0 commit comments