|
6 | 6 | "clean": "rm -rf packages/**/build/", |
7 | 7 | "build": "lerna run build", |
8 | 8 | "publish": "lerna --concurrency 1 run publish-script", |
9 | | - "lint": "eslint --ext js,jsx .", |
10 | | - "lint:fix": "yarn lint --fix .", |
11 | | - "test": "lerna --scope @jahia/test-framework run build && jest --coverage", |
| 9 | + "lint": "lerna run lint", |
| 10 | + "lint:fix": "lerna run lint:fix", |
| 11 | + "test": "lerna --scope @jahia/test-framework run build && lerna run test", |
12 | 12 | "tdd": "jest --watch" |
13 | 13 | }, |
14 | 14 | "husky": { |
|
19 | 19 | }, |
20 | 20 | "license": "SEE LICENSE IN LICENSE.txt FILE", |
21 | 21 | "devDependencies": { |
22 | | - "@babel/cli": "^7.4.4", |
23 | | - "@babel/core": "^7.4.5", |
| 22 | + "@babel/cli": "^7.21.5", |
| 23 | + "@babel/core": "^7.21.8", |
| 24 | + "@babel/eslint-parser": "^7.21.8", |
24 | 25 | "@babel/helper-module-imports": "^7.0.0", |
25 | 26 | "@babel/plugin-external-helpers": "^7.2.0", |
26 | 27 | "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
27 | | - "@babel/preset-env": "^7.4.3", |
| 28 | + "@babel/plugin-transform-runtime": "^7.21.4", |
| 29 | + "@babel/preset-env": "^7.21.5", |
28 | 30 | "@babel/preset-react": "^7.0.0", |
| 31 | + "@babel/preset-typescript": "^7.21.5", |
29 | 32 | "@storybook/addon-actions": "^6.5.12", |
30 | 33 | "@storybook/addon-knobs": "^6.4.0", |
31 | 34 | "@storybook/addons": "^6.5.12", |
|
35 | 38 | "@storybook/source-loader": "^6.4.5", |
36 | 39 | "@types/history": "^4.6.2", |
37 | 40 | "@types/i18next": "^8.4.3", |
38 | | - "@types/react": "^16.3.14", |
| 41 | + "@types/react": "^16", |
| 42 | + "@types/react-dom": "^16", |
| 43 | + "@typescript-eslint/eslint-plugin": "^5.59.2", |
| 44 | + "@typescript-eslint/parser": "^5.59.2", |
39 | 45 | "auto": "^10.37.6", |
40 | 46 | "babel-eslint": "^10.0.1", |
41 | | - "babel-jest": "^24.7.1", |
42 | | - "babel-loader": "^8.0.6", |
| 47 | + "babel-jest": "^29.5.0", |
| 48 | + "babel-loader": "^9.1.2", |
43 | 49 | "babel-plugin-lodash": "^3.3.4", |
| 50 | + "babel-plugin-module-resolver": "^5.0.0", |
44 | 51 | "babel-plugin-transform-dynamic-import-to-static": "^1.0.1", |
| 52 | + "babel-plugin-transform-rename-import": "^2.3.0", |
| 53 | + "babel-plugin-typescript-to-proptypes": "^2.1.0", |
45 | 54 | "cross-env": "^5.1.6", |
46 | | - "css-loader": "^6.7.1", |
47 | 55 | "enzyme": "^3.11.0", |
48 | 56 | "enzyme-adapter-react-16": "^1.12.1", |
49 | 57 | "enzyme-to-json": "^3.3.5", |
50 | | - "eslint": "^6.6.0", |
51 | | - "eslint-config-xo": "^0.27.2", |
52 | | - "eslint-config-xo-react": "^0.20.0", |
53 | | - "eslint-plugin-jest": "^23.0.2", |
54 | | - "eslint-plugin-react": "^7.16.0", |
55 | | - "eslint-plugin-react-hooks": "^2.2.0", |
| 58 | + "eslint": "^8.39.0", |
| 59 | + "eslint-config-xo": "^0.43.1", |
| 60 | + "eslint-config-xo-react": "^0.27.0", |
| 61 | + "eslint-plugin-jest": "^27.2.1", |
| 62 | + "eslint-plugin-json": "^3.1.0", |
| 63 | + "eslint-plugin-react": "^7.32.2", |
| 64 | + "eslint-plugin-react-hooks": "^4.6.0", |
56 | 65 | "husky": "^3.0.5", |
57 | 66 | "jest": "^24.9.0", |
58 | 67 | "lerna": "^5.5.4", |
|
63 | 72 | "postcss-mixins": "^9.0.4", |
64 | 73 | "react": "^16.12.0", |
65 | 74 | "react-dom": "^16.12.0", |
66 | | - "style-loader": "^3.3.1", |
| 75 | + "typescript": "^5.0.4", |
67 | 76 | "uglify-js": "^3.4.9", |
68 | 77 | "yarn": "^1.15.2" |
69 | 78 | }, |
|
0 commit comments