Skip to content

Commit

Permalink
fix: bump paper handlebars to 5.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
huntario committed Jun 11, 2024
1 parent 5d97bb3 commit d7ac283
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"files.exclude": {
"**/.circleci-nvm-env.sh": false,
"**/.circleci-compile-templates.sh": false,
"**/.bigcommerce": false,
"**/.rector": false,
"**/.bsp": false,
"../cloud-dev-vm/bcappvm/codebases/bigcommerce/.bundle": false,
"**/.bundle": false,
"../cloud-dev-vm/bcappvm/codebases/bigcommerce/*.*": false,
".bundle": false,
"../cloud-dev-vm/bcappvm/codebases/bigcommerce/.circleci": false,
"**/.circleci": false,
".circleci": false,
"../cloud-dev-vm/bcappvm/codebases/bigcommerce/.github": false,
"**/.github": false,
".github": false,
"../cloud-dev-vm/bcappvm/codebases/bigcommerce/tar_exclude_files": false,
".husky": false,
".eslintignore": false,
".eslintrc": false,
".gitignore": false,
".releaserc": false,
"commitlint.config.js": false,
"package.json": false
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/bigcommerce/paper",
"dependencies": {
"@bigcommerce/stencil-paper-handlebars": "^5.10.3",
"@bigcommerce/stencil-paper-handlebars": "^5.10.4",
"accept-language-parser": "~1.4.1",
"messageformat": "~0.2.2"
},
Expand Down

0 comments on commit d7ac283

Please sign in to comment.