|
10 | 10 | "type": "module",
|
11 | 11 | "license": "AGPL3.0-only",
|
12 | 12 | "dependencies": {
|
13 |
| - "@emotion/react": "11.11.1", |
14 |
| - "@emotion/styled": "11.11.0", |
15 |
| - "@graasp/apps-query-client": "3.4.13", |
16 |
| - "@graasp/sdk": "4.0.1", |
17 |
| - "@graasp/ui": "4.8.1", |
18 |
| - "@mui/icons-material": "5.14.3", |
| 13 | + "@emotion/react": "11.13.0", |
| 14 | + "@emotion/styled": "11.13.0", |
| 15 | + "@graasp/apps-query-client": "3.5.1", |
| 16 | + "@graasp/sdk": "4.22.0", |
| 17 | + "@graasp/ui": "4.23.0", |
| 18 | + "@mui/icons-material": "5.16.4", |
19 | 19 | "@mui/lab": "5.0.0-alpha.134",
|
20 |
| - "@mui/material": "5.14.4", |
| 20 | + "@mui/material": "5.16.4", |
21 | 21 | "@tanstack/react-query": "4.36.1",
|
22 | 22 | "@tanstack/react-query-devtools": "4.36.1",
|
23 |
| - "date-fns": "3.3.1", |
24 |
| - "i18next": "22.5.1", |
| 23 | + "date-fns": "3.6.0", |
| 24 | + "i18next": "23.12.2", |
25 | 25 | "interweave": "13.1.0",
|
26 |
| - "katex": "0.16.7", |
| 26 | + "katex": "0.16.11", |
27 | 27 | "lodash.isnan": "3.0.2",
|
28 | 28 | "lodash.isnumber": "3.0.3",
|
29 | 29 | "lodash.isobject": "3.0.2",
|
30 | 30 | "lodash.isstring": "4.0.1",
|
31 | 31 | "lodash.sortby": "4.7.0",
|
32 |
| - "mathjs": "11.8.2", |
| 32 | + "mathjs": "13.0.3", |
33 | 33 | "prop-types": "15.8.1",
|
34 |
| - "qs": "6.11.2", |
35 |
| - "react": "18.2.0", |
36 |
| - "react-dom": "18.2.0", |
37 |
| - "react-i18next": "12.3.1", |
38 |
| - "react-router-dom": "6.12.1", |
39 |
| - "react-select": "5.7.3", |
40 |
| - "react-toastify": "9.1.3", |
41 |
| - "stylis": "4.3.1", |
| 34 | + "qs": "6.12.3", |
| 35 | + "react": "18.3.1", |
| 36 | + "react-dom": "18.3.1", |
| 37 | + "react-i18next": "15.0.0", |
| 38 | + "react-router-dom": "6.25.1", |
| 39 | + "react-select": "5.8.0", |
| 40 | + "react-toastify": "10.0.5", |
| 41 | + "stylis": "4.3.2", |
42 | 42 | "stylis-plugin-rtl": "2.1.1"
|
43 | 43 | },
|
44 | 44 | "scripts": {
|
|
51 | 51 | "preview:test": "yarn vite preview --mode test",
|
52 | 52 | "pre-commit": "yarn prettier:check && yarn lint && yarn type-check",
|
53 | 53 | "pre-push": "yarn lint && yarn build",
|
54 |
| - "hooks:install": "husky install", |
55 |
| - "hooks:uninstall": "husky uninstall", |
| 54 | + "hooks:install": "husky", |
56 | 55 | "lint": "eslint .",
|
57 | 56 | "type-check": "tsc --noEmit && tsc --noEmit -p cypress/tsconfig.json",
|
| 57 | + "check": "yarn prettier:check && yarn lint && yarn type-check", |
58 | 58 | "prettier:check": "prettier --check {src,cypress}/**/*.{ts,tsx}",
|
59 | 59 | "prettier:write": "prettier --write {src,cypress}/**/*.{ts,tsx}",
|
60 | 60 | "test": "yarn build:test && concurrently -k -s first \"yarn preview:test\" \"yarn cypress:run\"",
|
61 | 61 | "cypress:run": "env-cmd -f ./.env.test cypress run --browser chrome",
|
62 | 62 | "report": "cat ./coverage/lcov.info | codacy-coverage",
|
63 | 63 | "cypress:open": "env-cmd -f ./.env.test cypress open",
|
64 |
| - "cypress": "npm-run-all --parallel start cypress:open", |
65 |
| - "postinstall": "husky install" |
| 64 | + "cypress": "npm-run-all --parallel start cypress:open" |
66 | 65 | },
|
67 | 66 | "devDependencies": {
|
68 |
| - "@commitlint/cli": "17.6.5", |
69 |
| - "@commitlint/config-conventional": "17.6.5", |
| 67 | + "@commitlint/cli": "19.3.0", |
| 68 | + "@commitlint/config-conventional": "19.2.2", |
| 69 | + "@trivago/prettier-plugin-sort-imports": "4.3.0", |
70 | 70 | "@types/katex": "0.16.7",
|
71 | 71 | "@types/lodash.isnan": "3.0.9",
|
72 | 72 | "@types/lodash.isnumber": "3.0.9",
|
73 | 73 | "@types/lodash.isobject": "3.0.9",
|
74 | 74 | "@types/lodash.isstring": "4.0.9",
|
75 |
| - "@types/lodash.sortby": "^4", |
76 |
| - "@types/node": "20.11.30", |
77 |
| - "@types/react": "18.2.79", |
78 |
| - "@types/react-dom": "18.2.25", |
79 |
| - "@types/stylis": "^4", |
80 |
| - "@typescript-eslint/eslint-plugin": "5.60.1", |
81 |
| - "@typescript-eslint/parser": "5.60.1", |
82 |
| - "@vitejs/plugin-react": "4.2.1", |
83 |
| - "cypress": "13.6.6", |
| 75 | + "@types/lodash.sortby": "^4.7.9", |
| 76 | + "@types/node": "20.14.12", |
| 77 | + "@types/react": "18.3.3", |
| 78 | + "@types/react-dom": "18.3.0", |
| 79 | + "@types/stylis": "^4.2.6", |
| 80 | + "@typescript-eslint/eslint-plugin": "7.17.0", |
| 81 | + "@typescript-eslint/parser": "7.17.0", |
| 82 | + "@vitejs/plugin-react": "4.3.1", |
| 83 | + "cypress": "13.13.1", |
84 | 84 | "env-cmd": "10.1.0",
|
85 |
| - "eslint": "8.43.0", |
| 85 | + "eslint": "8.57.0", |
86 | 86 | "eslint-config-airbnb": "19.0.4",
|
87 |
| - "eslint-config-airbnb-typescript": "17.1.0", |
88 |
| - "eslint-config-prettier": "8.8.0", |
| 87 | + "eslint-config-airbnb-typescript": "18.0.0", |
| 88 | + "eslint-config-prettier": "8.10.0", |
89 | 89 | "eslint-config-react-app": "7.0.1",
|
90 | 90 | "eslint-import-resolver-typescript": "3.6.1",
|
91 |
| - "eslint-plugin-cypress": "2.15.1", |
92 |
| - "eslint-plugin-import": "2.27.5", |
93 |
| - "eslint-plugin-jsx-a11y": "6.7.1", |
94 |
| - "eslint-plugin-prettier": "5.1.3", |
95 |
| - "eslint-plugin-react": "7.32.2", |
96 |
| - "eslint-plugin-react-hooks": "4.6.0", |
97 |
| - "husky": "^8.0.3", |
98 |
| - "prettier": "3.2.5", |
99 |
| - "typescript": "5.1.6", |
100 |
| - "vite": "5.1.7", |
101 |
| - "vite-plugin-checker": "0.6.4", |
102 |
| - "vite-plugin-istanbul": "5.0.0" |
| 91 | + "eslint-plugin-cypress": "2.15.2", |
| 92 | + "eslint-plugin-import": "2.29.1", |
| 93 | + "eslint-plugin-jsx-a11y": "6.9.0", |
| 94 | + "eslint-plugin-prettier": "5.2.1", |
| 95 | + "eslint-plugin-react": "7.35.0", |
| 96 | + "eslint-plugin-react-hooks": "4.6.2", |
| 97 | + "husky": "^9.1.1", |
| 98 | + "prettier": "3.3.3", |
| 99 | + "typescript": "5.5.4", |
| 100 | + "vite": "5.3.4", |
| 101 | + "vite-plugin-checker": "0.7.2", |
| 102 | + "vite-plugin-istanbul": "6.0.2" |
103 | 103 | },
|
104 | 104 | "browserslist": [
|
105 | 105 | ">0.2%",
|
|
0 commit comments