|
37 | 37 | "prettier-format": "prettier --write src", |
38 | 38 | "lint-diff": "TIMING=1 eslint --cache --cache-location '.eslintcache' src --ext .ts,.d.ts", |
39 | 39 | "lint-fix": "TIMING=1 eslint --fix --cache --cache-location '.eslintcache' src --ext .ts,.d.ts", |
40 | | - "test": "yarn check --integrity && jest --maxWorkers=2", |
| 40 | + "test": "yarn install && jest --maxWorkers=2", |
41 | 41 | "demo:npm": "yarn --cwd ./demo/react-demo start", |
42 | 42 | "demo:umd": "yarn --cwd ./demo/javascript-demo/server dev", |
43 | 43 | "watch": "concurrently \"yarn:watch:*\"" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@babel/cli": "^7.10.1", |
47 | | - "@babel/core": "^7.10.2", |
48 | | - "@babel/preset-env": "^7.10.2", |
49 | | - "@babel/preset-typescript": "^7.10.1", |
50 | | - "@types/jest": "^26.0.3", |
51 | | - "@typescript-eslint/eslint-plugin": "^3.4.0", |
52 | | - "@typescript-eslint/parser": "^3.5.0", |
53 | | - "babel-loader": "^8.1.0", |
54 | | - "commitizen": "^4.2.1", |
55 | | - "concurrently": "^5.2.0", |
| 46 | + "@babel/cli": "^7.27.2", |
| 47 | + "@babel/core": "^7.27.1", |
| 48 | + "@babel/preset-env": "^7.27.2", |
| 49 | + "@babel/preset-typescript": "^7.27.1", |
| 50 | + "@types/jest": "^26.0.24", |
| 51 | + "@typescript-eslint/eslint-plugin": "^3.10.1", |
| 52 | + "@typescript-eslint/parser": "^3.10.1", |
| 53 | + "babel-jest": "^26.6.3", |
| 54 | + "babel-loader": "^8.4.1", |
| 55 | + "commitizen": "^4.3.1", |
| 56 | + "concurrently": "^5.3.0", |
56 | 57 | "cz-conventional-changelog": "3.3.0", |
57 | | - "eslint": "^7.3.1", |
58 | | - "eslint-config-prettier": "^6.11.0", |
59 | | - "eslint-plugin-import": "^2.22.0", |
60 | | - "eslint-plugin-prefer-arrow": "^1.2.1", |
61 | | - "husky": "^4.2.5", |
62 | | - "jest": "^26.1.0", |
63 | | - "prettier": "^2.0.5", |
| 58 | + "eslint": "^7.32.0", |
| 59 | + "eslint-config-prettier": "^6.15.0", |
| 60 | + "eslint-plugin-import": "^2.31.0", |
| 61 | + "eslint-plugin-prefer-arrow": "^1.2.3", |
| 62 | + "husky": "^4.3.8", |
| 63 | + "jest": "^26.6.3", |
| 64 | + "prettier": "^2.8.8", |
64 | 65 | "rimraf": "^3.0.2", |
65 | | - "semantic-release": "^17.1.1", |
66 | | - "ts-jest": "^26.1.1", |
67 | | - "typescript": "^3.9.5", |
68 | | - "webpack": "^4.43.0", |
69 | | - "webpack-bundle-analyzer": "^3.8.0", |
70 | | - "webpack-cli": "^3.3.11" |
| 66 | + "semantic-release": "^17.4.7", |
| 67 | + "ts-jest": "^26.5.6", |
| 68 | + "typescript": "^3.9.10", |
| 69 | + "webpack": "^4.47.0", |
| 70 | + "webpack-bundle-analyzer": "^3.9.0", |
| 71 | + "webpack-cli": "^3.3.12" |
71 | 72 | }, |
72 | 73 | "dependencies": { |
73 | 74 | "core-js": "3.32.0", |
74 | | - "regenerator-runtime": "^0.13.5", |
75 | | - "uuid": "^8.3.0" |
| 75 | + "regenerator-runtime": "^0.13.11", |
| 76 | + "uuid": "^8.3.2" |
76 | 77 | }, |
77 | 78 | "browserslist": [ |
78 | 79 | "defaults", |
|
0 commit comments