Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
chore(bump): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danestves committed Feb 22, 2022
1 parent 5f6c598 commit 76b8950
Show file tree
Hide file tree
Showing 2 changed files with 2,479 additions and 1,527 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,51 +54,51 @@
}
],
"devDependencies": {
"@babel/core": "7.16.5",
"@size-limit/preset-small-lib": "^7.0.4",
"@storybook/addon-essentials": "6.4.9",
"@babel/core": "7.17.5",
"@size-limit/preset-small-lib": "^7.0.8",
"@storybook/addon-essentials": "6.4.19",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-links": "6.4.9",
"@storybook/addon-links": "6.4.19",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addons": "6.4.9",
"@storybook/react": "6.4.9",
"@types/react": "^17.0.38",
"@storybook/addons": "6.4.19",
"@storybook/react": "6.4.19",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"autoprefixer": "10.4.0",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"autoprefixer": "10.4.2",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.4.5",
"babel-jest": "^27.5.1",
"babel-loader": "8.2.3",
"cssnano": "^5.0.14",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"cssnano": "^5.0.17",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.4.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-import": "^2.25.4",
"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",
"husky": "^7.0.4",
"identity-obj-proxy": "^3.0.0",
"postcss": "^8.4.5",
"postcss": "^8.4.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"rollup-plugin-postcss": "^4.0.2",
"size-limit": "^7.0.4",
"size-limit": "^7.0.8",
"source-map-support": "^0.5.21",
"standard-version": "^9.3.2",
"tslib": "^2.3.1",
"typescript": "^4.5.4"
"typescript": "^4.5.5"
},
"jest": {
"moduleNameMapper": {
"\\.(css|less)$": "identity-obj-proxy"
}
},
"dependencies": {
"dts-cli": "^1.1.3"
"dts-cli": "^1.4.0"
}
}
Loading

0 comments on commit 76b8950

Please sign in to comment.