Skip to content

Commit

Permalink
chore: fix workspace deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Mar 24, 2023
1 parent 582d510 commit 20ba446
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"start": "webpack serve"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@svgr/webpack": "*",
"html-webpack-plugin": "^5.5.0",
"webpack": "^5.76.3",
"webpack-cli": "^5.0.1",
Expand Down
80 changes: 40 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
},
"license": "MIT",
"dependencies": {
"@svgr/babel-plugin-add-jsx-attribute": "^6.5.1",
"@svgr/babel-plugin-add-jsx-attribute": "*",
"@svgr/babel-plugin-remove-jsx-attribute": "*",
"@svgr/babel-plugin-remove-jsx-empty-expression": "*",
"@svgr/babel-plugin-replace-jsx-attribute-value": "^6.5.1",
"@svgr/babel-plugin-svg-dynamic-title": "^6.5.1",
"@svgr/babel-plugin-svg-em-dimensions": "^6.5.1",
"@svgr/babel-plugin-transform-react-native-svg": "^6.5.1",
"@svgr/babel-plugin-transform-svg-component": "^6.5.1"
"@svgr/babel-plugin-replace-jsx-attribute-value": "*",
"@svgr/babel-plugin-svg-dynamic-title": "*",
"@svgr/babel-plugin-svg-em-dimensions": "*",
"@svgr/babel-plugin-transform-react-native-svg": "*",
"@svgr/babel-plugin-transform-svg-component": "*"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"prepublishOnly": "npm run reset && npm run build"
},
"dependencies": {
"@svgr/core": "^6.5.1",
"@svgr/plugin-jsx": "^6.5.1",
"@svgr/plugin-prettier": "^6.5.1",
"@svgr/plugin-svgo": "^6.5.1",
"@svgr/core": "*",
"@svgr/plugin-jsx": "*",
"@svgr/plugin-prettier": "*",
"@svgr/plugin-svgo": "*",
"camelcase": "^6.2.0",
"chalk": "^4.1.2",
"commander": "^9.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@babel/core": "^7.21.3",
"@svgr/babel-preset": "^6.5.1",
"@svgr/babel-preset": "*",
"camelcase": "^6.2.0",
"cosmiconfig": "^8.1.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
},
"dependencies": {
"@babel/core": "^7.21.3",
"@svgr/babel-preset": "^6.5.1",
"@svgr/hast-util-to-babel-ast": "^6.5.1",
"@svgr/babel-preset": "*",
"@svgr/hast-util-to-babel-ast": "*",
"svg-parser": "^2.0.4"
}
}
6 changes: 3 additions & 3 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@rollup/pluginutils": "^5.0.2",
"@svgr/core": "^6.5.1",
"@svgr/plugin-jsx": "^6.5.1",
"@svgr/plugin-svgo": "^6.5.1"
"@svgr/core": "*",
"@svgr/plugin-jsx": "*",
"@svgr/plugin-svgo": "*"
},
"devDependencies": {
"rollup": "^3.20.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@svgr/core": "^6.5.1",
"@svgr/plugin-jsx": "^6.5.1",
"@svgr/plugin-svgo": "^6.5.1"
"@svgr/core": "*",
"@svgr/plugin-jsx": "*",
"@svgr/plugin-svgo": "*"
},
"devDependencies": {
"babel-loader": "^9.1.2",
Expand Down

1 comment on commit 20ba446

@vercel
Copy link

@vercel vercel bot commented on 20ba446 Mar 24, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

svgr – ./

svgr-git-main-gregberge.vercel.app
svgr-gregberge.vercel.app
api.react-svgr.com

Please sign in to comment.