Skip to content

Commit

Permalink
chore(deps): bump all depdencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amille44420 committed Jun 9, 2022
1 parent 0689101 commit 349843a
Show file tree
Hide file tree
Showing 2 changed files with 1,617 additions and 1,482 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,38 +21,38 @@
"build"
],
"dependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
"@babel/core": "^7.18.2",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.17.12",
"@babel/plugin-proposal-numeric-separator": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.18.0",
"@babel/plugin-proposal-optional-chaining": "^7.17.12",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.16.7",
"@babel/plugin-transform-react-jsx": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.16.7",
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.16.5",
"babel-plugin-import": "^1.13.3",
"babel-plugin-styled-components": "^2.0.2",
"@babel/plugin-transform-modules-commonjs": "^7.18.2",
"@babel/plugin-transform-react-jsx": "^7.17.12",
"@babel/plugin-transform-runtime": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@babel/preset-typescript": "^7.17.12",
"@babel/runtime": "^7.18.3",
"babel-plugin-import": "^1.13.5",
"babel-plugin-styled-components": "^2.0.7",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24"
},
"devDependencies": {
"@amille/eslint-config": "^3.1.1",
"@commitlint/cli": "^16.0.1",
"@commitlint/config-conventional": "^16.0.0",
"@types/babel__core": "^7.1.17",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@types/babel__core": "^7.1.19",
"@types/babel__preset-env": "^7.9.2",
"@types/node": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@types/node": "^17.0.41",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"commitlint-circle": "^1.0.0",
"eslint": "^8.6.0",
"prettier": "^2.0.5",
"semantic-release": "^18.0.1",
"typescript": "^4.5.4"
"eslint": "^8.17.0",
"prettier": "^2.6.2",
"semantic-release": "^19.0.3",
"typescript": "^4.7.3"
},
"scripts": {
"lint": "eslint --ext .ts .",
Expand Down
Loading

0 comments on commit 349843a

Please sign in to comment.