Skip to content

Commit

Permalink
fix(deps): update attribute-parser to v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bent10 committed Aug 29, 2024
1 parent b95fb37 commit e5d270a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.2.2"
"attributes-parser": "^2.2.3"
},
"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.25.2",
"@babel/preset-react": "^7.24.7",
"attributes-parser": "^2.2.2"
"attributes-parser": "^2.2.3"
},
"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.2.2"
"attributes-parser": "^2.2.3"
},
"peerDependencies": {
"marked": ">=7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/directive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"format": "prettier . --write --cache-location ../../node_modules/.prettier --ignore-path ../../.prettierignore"
},
"dependencies": {
"attributes-parser": "^2.2.2"
"attributes-parser": "^2.2.3"
},
"devDependencies": {
"seedrandom": "^3.0.5"
Expand Down

0 comments on commit e5d270a

Please sign in to comment.