Skip to content

Commit

Permalink
chore: upgrade non-major deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Jan 25, 2022
1 parent ad28b64 commit bfe7d40
Show file tree
Hide file tree
Showing 3 changed files with 511 additions and 590 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,45 +46,45 @@
"node": ">=12.0.0"
},
"dependencies": {
"@babel/core": "^7.16.7",
"@babel/core": "^7.16.12",
"@babel/helper-module-imports": "^7.16.7",
"@babel/parser": "^7.16.8",
"@babel/parser": "^7.16.12",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"@babel/traverse": "^7.16.8",
"@babel/preset-env": "^7.16.11",
"@babel/traverse": "^7.16.10",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^3.0.1",
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"ansi-escapes": "^4.3.2",
"asyncro": "^3.0.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"babel-plugin-dev-expression": "^0.2.3",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-polyfill-regenerator": "^0.3.0",
"babel-plugin-polyfill-regenerator": "^0.3.1",
"babel-plugin-transform-rename-import": "^2.3.0",
"camelcase": "^6.3.0",
"chalk": "^4.1.2",
"confusing-browser-globals": "^1.0.11",
"enquirer": "^2.3.6",
"eslint": "^8.6",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^25.3.4",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "^5.0.3",
"eslint-plugin-testing-library": "^5.0.4",
"execa": "^4.1.0",
"figlet": "^1.5.2",
"fs-extra": "^10.0.0",
"jest": "^27.4.5",
"jest": "^27.4.7",
"jest-watch-typeahead": "^0.6.5",
"jpjs": "^1.2.1",
"lodash.merge": "^4.6.2",
Expand All @@ -94,7 +94,7 @@
"prettier": "^2.5.1",
"progress-estimator": "^0.3.0",
"regenerator-runtime": "^0.13.9",
"rollup": "^2.61.1",
"rollup": "^2.66.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^4.1.0",
"rollup-plugin-sourcemaps": "^0.6.3",
Expand All @@ -105,39 +105,39 @@
"shelljs": "^0.8.5",
"sort-package-json": "^1.53.1",
"tiny-glob": "^0.2.9",
"ts-jest": "^27.1.2",
"ts-jest": "^27.1.3",
"tslib": "^2.3.1",
"type-fest": "^2.9.0",
"typescript": "^4.5.4"
"type-fest": "^2.10.0",
"typescript": "^4.5.5"
},
"devDependencies": {
"@commitlint/cli": "^16.0.2",
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@release-it/conventional-changelog": "^4.1.0",
"@types/eslint": "^8.2.2",
"@types/eslint": "^8.4.1",
"@types/figlet": "^1.5.4",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.178",
"@types/node": "^16.11.19",
"@types/node": "^16.11.21",
"@types/react": "^17.0.38",
"@types/rollup-plugin-json": "^3.0.3",
"@types/semver": "^7.3.9",
"@types/shelljs": "^0.8.11",
"@types/styled-components": "^5.1.20",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"@types/styled-components": "^5.1.21",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"auto-changelog": "^2.3.0",
"autoprefixer": "^10.4.2",
"babel-plugin-replace-identifiers": "^0.1.1",
"cssnano": "^5.0.15",
"cssnano": "^5.0.16",
"doctoc": "^2.1.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.7",
"lint-staged": "^12.3.1",
"pinst": "^2.1.6",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-is": "^16.13.1",
"release-it": "^14.12.1",
"release-it": "^14.12.4",
"rollup-plugin-postcss": "^4.0.2",
"styled-components": "^5.3.3",
"tiny-invariant": "^1.2.0",
Expand Down
10 changes: 9 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"extends": ["config:base", ":dependencyDashboard", "group:allNonMajor"],
"ignorePaths": ["website/*", "docs/*", "./stage-*", "./test/*", "example/*", "templates/*" ],
"ignorePaths": [
"website/*",
"docs/*",
"./stage-*",
"./test/*",
"example/*",
"templates/*",
"conf/*"
],
"pin": false,
"node": false,
"rangeStrategy": "bump",
Expand Down
Loading

0 comments on commit bfe7d40

Please sign in to comment.