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

chore(bump): update dependencies #67

Merged
merged 2 commits into from
Feb 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jobs:
test:
executor:
name: node/default
tag: '14.15.1'
tag: '16.14.0'
steps:
- checkout
- node/install-packages:
Expand Down
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