Skip to content

Commit

Permalink
Merge pull request #163 from kintone-labs/v0.5.0_UpdateDependencies
Browse files Browse the repository at this point in the history
SSR-3365 Upgrade packages to the latest for v0.5.0
  • Loading branch information
nmanhit authored Sep 8, 2023
2 parents ddf1a67 + 4832c52 commit d73ade0
Show file tree
Hide file tree
Showing 4 changed files with 3,582 additions and 3,209 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
extends: ['@cybozu/eslint-config/presets/typescript-prettier'],
ignorePatterns: ['unit_test/build/*']
ignorePatterns: ['unit_test/build/*', 'dist/*']
};
Loading

0 comments on commit d73ade0

Please sign in to comment.