@svgr/plugin-prettier
Advanced tools
Comparing version 6.1.2 to 6.3.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [6.3.0](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.0) (2022-07-18) | ||
### Bug Fixes | ||
* **package.json:** fix exports ([#745](https://github.com/gregberge/svgr/issues/745)) ([2a368d1](https://github.com/gregberge/svgr/commit/2a368d1305949ec6426c7c7312c04224071ec2bd)) | ||
## [6.1.2](https://github.com/gregberge/svgr/compare/v6.1.1...v6.1.2) (2021-12-12) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@svgr/plugin-prettier", | ||
"description": "Format code using Prettier", | ||
"version": "6.1.2", | ||
"version": "6.3.0", | ||
"main": "./dist/index.js", | ||
"exports": "./dist/index.js", | ||
"typings": "./dist/index.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"repository": "https://github.com/gregberge/svgr/tree/master/packages/plugin-prettier", | ||
@@ -35,5 +41,5 @@ "author": "Greg Bergé <berge.greg@gmail.com>", | ||
"deepmerge": "^4.2.2", | ||
"prettier": "^2.4.0" | ||
"prettier": "^2.7.1" | ||
}, | ||
"gitHead": "39913892ef19bc4224812e69856aa0daf71d5f23" | ||
"gitHead": "d29884e118288a36fb68bd939983824b0d81fc8a" | ||
} |
Sorry, the diff of this file is not supported yet
8072
Updatedprettier@^2.7.1