Skip to content

Commit 08ffc12

Browse files
committed
yarn@latest
1 parent 870417d commit 08ffc12

2 files changed

Lines changed: 3975 additions & 1672 deletions

File tree

package.json

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -37,42 +37,43 @@
3737
"prettier-format": "prettier --write src",
3838
"lint-diff": "TIMING=1 eslint --cache --cache-location '.eslintcache' src --ext .ts,.d.ts",
3939
"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",
4141
"demo:npm": "yarn --cwd ./demo/react-demo start",
4242
"demo:umd": "yarn --cwd ./demo/javascript-demo/server dev",
4343
"watch": "concurrently \"yarn:watch:*\""
4444
},
4545
"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",
5657
"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",
6465
"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"
7172
},
7273
"dependencies": {
7374
"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"
7677
},
7778
"browserslist": [
7879
"defaults",

0 commit comments

Comments
 (0)