Skip to content

Commit 153c849

Browse files
committed
chore(deps): pin dependencies
1 parent e959962 commit 153c849

File tree

4 files changed

+146
-146
lines changed

4 files changed

+146
-146
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"format": "yarn lint --fix && prettier --write \"**/*.{ts,tsx,js,jsx,json,yml,yaml,html,md}\""
1414
},
1515
"devDependencies": {
16-
"lerna": "^3.22.0",
17-
"jest": "^26.0.1",
18-
"@commitlint/cli": "^8.3.5",
19-
"@commitlint/config-conventional": "^8.3.4",
20-
"commitizen": "^4.1.2",
21-
"@types/jest": "^25.2.3",
22-
"cross-env": "^7.0.2",
23-
"dependency-cruiser": "^9.4.0",
24-
"sort-package-json": "^1.44.0"
16+
"lerna": "3.22.1",
17+
"jest": "26.1.0",
18+
"@commitlint/cli": "8.3.5",
19+
"@commitlint/config-conventional": "8.3.4",
20+
"commitizen": "4.1.2",
21+
"@types/jest": "25.2.3",
22+
"cross-env": "7.0.2",
23+
"dependency-cruiser": "9.8.1",
24+
"sort-package-json": "1.44.0"
2525
}
2626
}

packages/collection/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"test": "jest"
1515
},
1616
"devDependencies": {
17-
"ts-jest": "^26.1.1",
18-
"typescript": "^3.9.6"
17+
"ts-jest": "26.1.1",
18+
"typescript": "3.9.6"
1919
},
2020
"publishConfig": {
2121
"access": "public"

packages/react/package.json

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -24,60 +24,60 @@
2424
"@path-tree/collection": "^0.1.1"
2525
},
2626
"devDependencies": {
27-
"@babel/core": "^7.10.4",
28-
"@babel/preset-env": "^7.10.4",
29-
"@types/clean-webpack-plugin": "^0.1.3",
30-
"@types/gh-pages": "^3.0.0",
31-
"@types/html-webpack-plugin": "^3.2.3",
32-
"@types/marked": "^1.1.0",
33-
"@types/mini-css-extract-plugin": "^0.9.1",
34-
"@types/react": "^16.9.44",
35-
"@types/react-dom": "^16.9.8",
36-
"@types/resolve-pkg": "^2.0.0",
27+
"@babel/core": "7.10.4",
28+
"@babel/preset-env": "7.10.4",
29+
"@types/clean-webpack-plugin": "0.1.3",
30+
"@types/gh-pages": "3.0.0",
31+
"@types/html-webpack-plugin": "3.2.3",
32+
"@types/marked": "1.1.0",
33+
"@types/mini-css-extract-plugin": "0.9.1",
34+
"@types/react": "16.9.44",
35+
"@types/react-dom": "16.9.8",
36+
"@types/resolve-pkg": "2.0.0",
3737
"@types/webpack": "4.41.18",
3838
"@types/webpack-dev-server": "3.11.0",
39-
"@typescript-eslint/eslint-plugin": "^3.5.0",
40-
"@typescript-eslint/parser": "^3.5.0",
41-
"autoprefixer": "^9.8.4",
42-
"babel-loader": "^8.1.0",
43-
"clean-webpack-plugin": "^3.0.0",
44-
"conventional-changelog-angular-all": "^1.7.0",
45-
"core-js": "3",
46-
"css-loader": "^3.6.0",
47-
"eslint": "^7.4.0",
48-
"eslint-plugin-import": "^2.22.0",
49-
"eslint-plugin-prettier": "^3.1.4",
50-
"eslint-plugin-react": "^7.20.3",
51-
"eslint-plugin-react-hooks": "^4.0.5",
52-
"fibers": "^5.0.0",
53-
"fork-ts-checker-notifier-webpack-plugin": "^3.0.0",
54-
"fork-ts-checker-webpack-plugin": "^5.0.6",
55-
"friendly-errors-webpack-plugin": "^1.7.0",
56-
"gh-pages": "^3.1.0",
57-
"html-webpack-plugin": "^4.3.0",
58-
"husky": "^4.2.5",
59-
"lint-staged": "^10.2.11",
60-
"mini-css-extract-plugin": "^0.9.0",
61-
"optimize-css-assets-webpack-plugin": "^5.0.3",
62-
"postcss-loader": "^3.0.0",
63-
"prettier": "^2.0.5",
64-
"react": "^16.13.1",
65-
"react-dom": "^16.13.1",
66-
"react-svg-loader": "^3.0.3",
67-
"regenerator-runtime": "^0.13.5",
68-
"resolve-pkg": "^2.0.0",
69-
"rimraf": "^3.0.2",
70-
"styled-components": "^5.1.1",
71-
"terser-webpack-plugin": "^3.0.6",
72-
"ts-jest": "^26.1.1",
73-
"ts-loader": "^7.0.5",
74-
"ts-node": "^8.10.2",
75-
"typescript": "^3.9.6",
39+
"@typescript-eslint/eslint-plugin": "3.5.0",
40+
"@typescript-eslint/parser": "3.5.0",
41+
"autoprefixer": "9.8.4",
42+
"babel-loader": "8.1.0",
43+
"clean-webpack-plugin": "3.0.0",
44+
"conventional-changelog-angular-all": "1.7.0",
45+
"core-js": "3.6.5",
46+
"css-loader": "3.6.0",
47+
"eslint": "7.4.0",
48+
"eslint-plugin-import": "2.22.0",
49+
"eslint-plugin-prettier": "3.1.4",
50+
"eslint-plugin-react": "7.20.3",
51+
"eslint-plugin-react-hooks": "4.0.5",
52+
"fibers": "5.0.0",
53+
"fork-ts-checker-notifier-webpack-plugin": "3.0.0",
54+
"fork-ts-checker-webpack-plugin": "5.0.6",
55+
"friendly-errors-webpack-plugin": "1.7.0",
56+
"gh-pages": "3.1.0",
57+
"html-webpack-plugin": "4.3.0",
58+
"husky": "4.2.5",
59+
"lint-staged": "10.2.11",
60+
"mini-css-extract-plugin": "0.9.0",
61+
"optimize-css-assets-webpack-plugin": "5.0.3",
62+
"postcss-loader": "3.0.0",
63+
"prettier": "2.0.5",
64+
"react": "16.13.1",
65+
"react-dom": "16.13.1",
66+
"react-svg-loader": "3.0.3",
67+
"regenerator-runtime": "0.13.5",
68+
"resolve-pkg": "2.0.0",
69+
"rimraf": "3.0.2",
70+
"styled-components": "5.1.1",
71+
"terser-webpack-plugin": "3.0.6",
72+
"ts-jest": "26.1.1",
73+
"ts-loader": "7.0.5",
74+
"ts-node": "8.10.2",
75+
"typescript": "3.9.6",
7676
"webpack": "4.43.0",
77-
"webpack-bundle-analyzer": "^3.8.0",
78-
"webpack-cli": "^3.3.12",
79-
"webpack-dev-server": "^3.11.0",
80-
"webpack-manifest-plugin": "^2.2.0"
77+
"webpack-bundle-analyzer": "3.8.0",
78+
"webpack-cli": "3.3.12",
79+
"webpack-dev-server": "3.11.0",
80+
"webpack-manifest-plugin": "2.2.0"
8181
},
8282
"publishConfig": {
8383
"access": "public"

0 commit comments

Comments
 (0)