|
19 | 19 | "test": "yarn eslint src pages && yarn jest"
|
20 | 20 | },
|
21 | 21 | "dependencies": {
|
22 |
| - "@compiled/react": "^0.16.1", |
| 22 | + "@compiled/react": "^0.16.2", |
23 | 23 | "@iarna/toml": "^2.2.5",
|
24 | 24 | "bluebird": "^3.7.2",
|
25 | 25 | "chrono-node": "^2.7.0",
|
26 |
| - "crypto-js": "^4.1.1", |
| 26 | + "crypto-js": "^4.2.0", |
27 | 27 | "dayjs": "^1.11.10",
|
28 | 28 | "diff": "^5.1.0",
|
29 | 29 | "evergreen-ui": "^7.1.9",
|
|
43 | 43 | "react-dom": "17.0.2",
|
44 | 44 | "react-responsive": "^9.0.2",
|
45 | 45 | "showdown": "^2.1.0",
|
46 |
| - "sql-formatter": "^13.0.4", |
| 46 | + "sql-formatter": "^15.0.2", |
47 | 47 | "terser": "^5.24.0",
|
48 | 48 | "uuid": "^9.0.1"
|
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 | 51 | "@commitlint/cli": "^17.7.1",
|
52 | 52 | "@commitlint/config-conventional": "^18.1.0",
|
53 |
| - "@compiled/webpack-loader": "^0.11.6", |
| 53 | + "@compiled/webpack-loader": "^0.12.4", |
54 | 54 | "@semantic-release/changelog": "^6.0.3",
|
55 |
| - "@semantic-release/commit-analyzer": "^11.0.0", |
| 55 | + "@semantic-release/commit-analyzer": "^11.1.0", |
56 | 56 | "@semantic-release/git": "^10.0.1",
|
57 |
| - "@semantic-release/npm": "^11.0.0", |
58 |
| - "@semantic-release/release-notes-generator": "^12.0.0", |
| 57 | + "@semantic-release/npm": "^11.0.2", |
| 58 | + "@semantic-release/release-notes-generator": "^12.1.0", |
59 | 59 | "@testing-library/jest-dom": "^5.17.0",
|
60 | 60 | "@testing-library/react": "^12.1.5",
|
61 |
| - "@types/bluebird": "^3.5.41", |
62 |
| - "@types/crypto-js": "^4.1.3", |
63 |
| - "@types/diff": "^5.0.7", |
| 61 | + "@types/bluebird": "^3.5.42", |
| 62 | + "@types/crypto-js": "^4.2.0", |
| 63 | + "@types/diff": "^5.0.9", |
64 | 64 | "@types/hjson": "^2.4.5",
|
65 |
| - "@types/iarna__toml": "^2.0.4", |
| 65 | + "@types/iarna__toml": "^2.0.5", |
66 | 66 | "@types/js-yaml": "^4.0.8",
|
67 |
| - "@types/json2csv": "^5.0.5", |
68 |
| - "@types/jsonwebtoken": "^9.0.4", |
| 67 | + "@types/json2csv": "^5.0.7", |
| 68 | + "@types/jsonwebtoken": "^9.0.5", |
69 | 69 | "@types/lodash": "^4.14.200",
|
70 |
| - "@types/node": "^20.8.10", |
| 70 | + "@types/node": "^20.10.6", |
71 | 71 | "@types/papaparse": "^5.3.10",
|
72 |
| - "@types/prismjs": "^1.26.2", |
| 72 | + "@types/prismjs": "^1.26.3", |
73 | 73 | "@types/react": "18.0.9",
|
74 |
| - "@types/showdown": "^2.0.3", |
75 |
| - "@types/uuid": "^9.0.6", |
| 74 | + "@types/showdown": "^2.0.6", |
| 75 | + "@types/uuid": "^9.0.7", |
76 | 76 | "@typescript-eslint/eslint-plugin": "^5.62.0",
|
77 | 77 | "@typescript-eslint/parser": "^5.62.0",
|
78 | 78 | "babel-jest": "^29.7.0",
|
79 | 79 | "babel-plugin-import": "^1.13.8",
|
80 | 80 | "babel-plugin-module-resolver": "^5.0.0",
|
81 |
| - "eslint": "^8.53.0", |
| 81 | + "eslint": "^8.56.0", |
82 | 82 | "eslint-config-airbnb": "^19.0.4",
|
83 |
| - "eslint-config-next": "^14.0.1", |
| 83 | + "eslint-config-next": "^14.0.4", |
84 | 84 | "eslint-config-prettier": "^9.0.0",
|
85 | 85 | "eslint-import-resolver-typescript": "^3.6.1",
|
86 | 86 | "eslint-plugin-jsx-a11y": "^6.7.1",
|
|
91 | 91 | "jest": "^29.6.1",
|
92 | 92 | "jest-environment-jsdom": "^29.7.0",
|
93 | 93 | "react-test-renderer": "^17.0.2",
|
94 |
| - "semantic-release": "^22.0.5", |
| 94 | + "semantic-release": "^22.0.12", |
95 | 95 | "typescript": "5.2.2"
|
96 | 96 | }
|
97 | 97 | }
|
0 commit comments