Skip to content

Commit

Permalink
fix(deps): ncu
Browse files Browse the repository at this point in the history
  • Loading branch information
bent10 committed Dec 16, 2023
1 parent 6f4d6d9 commit a2138f9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.0"
"attributes-parser": "^2.2.1"
},
"peerDependencies": {
"marked": ">=7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/code-jsx-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"format": "prettier . --write --cache-location ../../node_modules/.prettier --ignore-path ../../.prettierignore"
},
"dependencies": {
"@babel/core": "^7.23.3",
"@babel/core": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"attributes-parser": "^2.2.0"
"attributes-parser": "^2.2.1"
},
"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.0"
"attributes-parser": "^2.2.1"
},
"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.0"
"attributes-parser": "^2.2.1"
},
"devDependencies": {
"seedrandom": "^3.0.5"
Expand Down

0 comments on commit a2138f9

Please sign in to comment.