Skip to content

Commit

Permalink
fix(deps): bump attributes-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
bent10 committed Oct 26, 2023
1 parent 80837fd commit 6c22b89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/code-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"format": "prettier . --write --cache-location ../../node_modules/.prettier --ignore-path ../../.prettierignore"
},
"dependencies": {
"attributes-parser": "^2.1.1"
"attributes-parser": "^2.2.0"
},
"peerDependencies": {
"marked": ">=7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/code-jsx-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"attributes-parser": "^2.1.1"
"attributes-parser": "^2.2.0"
},
"peerDependencies": {
"marked": ">=7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/code-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"format": "prettier . --write --cache-location ../../node_modules/.prettier --ignore-path ../../.prettierignore"
},
"dependencies": {
"attributes-parser": "^2.1.1"
"attributes-parser": "^2.2.0"
},
"peerDependencies": {
"marked": ">=7.0.0"
Expand Down

0 comments on commit 6c22b89

Please sign in to comment.