Skip to content

Commit

Permalink
chore: upgrade deps (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge authored Sep 12, 2021
1 parent 16072d4 commit 1058d91
Show file tree
Hide file tree
Showing 8 changed files with 489 additions and 814 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"@babel/node": "^7.15.4",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-syntax-typescript": "^7.14.5",
"@babel/preset-env": "^7.15.4",
"@babel/preset-env": "^7.15.6",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^27.1.0",
"babel-jest": "^27.1.1",
"babel-loader": "^8.2.2",
"codecov": "^3.8.3",
"conventional-github-releaser": "^3.1.5",
Expand All @@ -32,7 +32,7 @@
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.25.1",
"jest": "^27.1.0",
"jest": "^27.1.1",
"lerna": "^4.0.0",
"react": "^17.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@svgr/plugin-svgo": "^5.5.0",
"camelcase": "^6.2.0",
"chalk": "^4.1.2",
"commander": "^8.1.0",
"commander": "^8.2.0",
"dashify": "^2.0.0",
"glob": "^7.1.7"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/hast-util-to-babel-ast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@babel/types": "^7.15.4",
"entities": "^2.2.0"
"@babel/types": "^7.15.6",
"entities": "^3.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/parcel-plugin-svgr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-transform-react-constant-elements": "^7.14.5",
"@babel/preset-env": "^7.15.4",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@svgr/core": "^5.5.0",
"@svgr/plugin-jsx": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
},
"dependencies": {
"deepmerge": "^4.2.2",
"prettier": "^2.3.2"
"prettier": "^2.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-transform-react-constant-elements": "^7.14.5",
"@babel/preset-env": "^7.15.4",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@svgr/core": "^5.5.0",
"@svgr/plugin-jsx": "^5.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"dependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-transform-react-constant-elements": "^7.14.5",
"@babel/preset-env": "^7.15.4",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@svgr/core": "^5.5.0",
"@svgr/plugin-jsx": "^5.5.0",
"@svgr/plugin-svgo": "^5.5.0",
Expand All @@ -44,6 +44,6 @@
"babel-loader": "^8.2.2",
"memory-fs": "^0.5.0",
"url-loader": "^4.1.1",
"webpack": "^5.52.0"
"webpack": "^5.52.1"
}
}
1,279 changes: 477 additions & 802 deletions yarn.lock

Large diffs are not rendered by default.

1 comment on commit 1058d91

@vercel
Copy link

@vercel vercel bot commented on 1058d91 Sep 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.