Skip to content

Commit

Permalink
fix: upgrade @pkgr packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Apr 20, 2021
1 parent 61e0f2b commit 044f5fc
Show file tree
Hide file tree
Showing 10 changed files with 154 additions and 145 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
"devDependencies": {
"@angular/core": "^11.2.10",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.39",
"@types/node": "^14.14.41",
"@types/react": "^17.0.3",
"@types/unist": "^2.0.3",
"core-js": "^3.10.1",
"core-js": "^3.10.2",
"lerna": "^4.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.10",
"react": "^17.0.2",
"rxjs": "^6.6.7",
"svelte": "^3.37.0",
"ts-jest": "^26.5.4",
"ts-jest": "^26.5.5",
"tslint": "^6.1.3",
"type-coverage": "^2.17.2",
"typescript": "^4.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@1stg/postcss-config": "^1.5.0",
"@1stg/stylelint-config": "^1.3.0",
"@pkgr/es-modules": "^0.4.0",
"@pkgr/imagemin": "^0.5.0",
"@pkgr/imagemin": "^0.6.0",
"browserslist": "^4.16.4",
"postcss": "^8.2.10",
"stylelint": "^13.12.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@pkgr/utils": "^0.6.0",
"@pkgr/utils": "^0.7.0",
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
"@vue/babel-preset-jsx": "^1.2.4",
"babel-plugin-import": "^1.13.3",
Expand All @@ -27,7 +27,7 @@
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"babel-preset-proposal-typescript": "^2.0.0",
"core-js": "^3.10.1",
"core-js": "^3.10.2",
"fast-async": "^7.0.6"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@commitlint/config-conventional": "^12.1.1",
"@commitlint/config-lerna-scopes": "^12.1.1",
"@pkgr/utils": "^0.6.0"
"@pkgr/utils": "^0.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@babel/eslint-parser": "^7.13.14",
"@babel/eslint-plugin": "^7.13.15",
"@pkgr/utils": "^0.6.0",
"@pkgr/utils": "^0.7.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
Expand All @@ -35,7 +35,7 @@
"eslint-plugin-sonar": "^0.4.0",
"eslint-plugin-sonarjs": "^0.6.0",
"eslint-plugin-svelte": "^1.1.2",
"eslint-plugin-unicorn": "^29.0.0",
"eslint-plugin-unicorn": "^30.0.0",
"eslint-plugin-vue": "^7.9.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@1stg/common-config": "^1.5.0",
"@pkgr/rollup": "^0.11.3",
"@pkgr/rollup": "^0.12.0",
"jest": "^26.6.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-staged/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@1stg/prettier-config": "^1.7.0",
"@pkgr/utils": "^0.6.0",
"@pkgr/utils": "^0.7.0",
"cross-env": "^7.0.3",
"prettier": "^2.2.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@prettier/plugin-pug": "^1.13.5",
"@prettier/plugin-ruby": "^1.5.5",
"@prettier/plugin-xml": "^0.13.1",
"prettier-plugin-pkg": "^0.8.0",
"prettier-plugin-sh": "^0.6.0",
"prettier-plugin-pkg": "^0.9.0",
"prettier-plugin-sh": "^0.6.1",
"prettier-plugin-svelte": "^2.2.0",
"prettier-plugin-toml": "^0.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"stylelint": ">=11.0.0"
},
"dependencies": {
"@pkgr/utils": "^0.6.0",
"@pkgr/utils": "^0.7.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^21.0.0",
"stylelint-high-performance-animation": "^1.5.2",
Expand Down
Loading

0 comments on commit 044f5fc

Please sign in to comment.