|
1 | 1 | { |
2 | 2 | "name": "@svgr/babel-preset", |
3 | 3 | "description": "SVGR preset that apply transformations from config", |
4 | | - "version": "6.0.0-alpha.4", |
| 4 | + "version": "6.0.0", |
5 | 5 | "main": "./dist/index.js", |
6 | 6 | "exports": "./dist/index.js", |
7 | 7 | "typings": "./dist/index.d.ts", |
|
24 | 24 | }, |
25 | 25 | "license": "MIT", |
26 | 26 | "dependencies": { |
27 | | - "@svgr/babel-plugin-add-jsx-attribute": "^6.0.0-alpha.1", |
28 | | - "@svgr/babel-plugin-remove-jsx-attribute": "^6.0.0-alpha.1", |
29 | | - "@svgr/babel-plugin-remove-jsx-empty-expression": "^6.0.0-alpha.1", |
30 | | - "@svgr/babel-plugin-replace-jsx-attribute-value": "^6.0.0-alpha.1", |
31 | | - "@svgr/babel-plugin-svg-dynamic-title": "^6.0.0-alpha.1", |
32 | | - "@svgr/babel-plugin-svg-em-dimensions": "^6.0.0-alpha.4", |
33 | | - "@svgr/babel-plugin-transform-react-native-svg": "^6.0.0-alpha.1", |
34 | | - "@svgr/babel-plugin-transform-svg-component": "^6.0.0-alpha.3" |
| 27 | + "@svgr/babel-plugin-add-jsx-attribute": "^6.0.0", |
| 28 | + "@svgr/babel-plugin-remove-jsx-attribute": "^6.0.0", |
| 29 | + "@svgr/babel-plugin-remove-jsx-empty-expression": "^6.0.0", |
| 30 | + "@svgr/babel-plugin-replace-jsx-attribute-value": "^6.0.0", |
| 31 | + "@svgr/babel-plugin-svg-dynamic-title": "^6.0.0", |
| 32 | + "@svgr/babel-plugin-svg-em-dimensions": "^6.0.0", |
| 33 | + "@svgr/babel-plugin-transform-react-native-svg": "^6.0.0", |
| 34 | + "@svgr/babel-plugin-transform-svg-component": "^6.0.0" |
35 | 35 | }, |
36 | 36 | "peerDependencies": { |
37 | 37 | "@babel/core": "^7.0.0-0" |
|
0 commit comments