Skip to content

Commit

Permalink
Merge pull request #470 from jamashita/develop
Browse files Browse the repository at this point in the history
Merge pull request #468 from jamashita/release
  • Loading branch information
jamashita authored Jun 9, 2024
2 parents 30c5499 + 372482e commit 261b56f
Show file tree
Hide file tree
Showing 7 changed files with 989 additions and 958 deletions.
6 changes: 0 additions & 6 deletions .eslintignore

This file was deleted.

5 changes: 0 additions & 5 deletions .eslintrc

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
steps:
- name: 'Checkout repository'
uses: 'actions/checkout@v3'
uses: 'actions/checkout@v4'
- name: 'Initialize CodeQL'
uses: 'github/codeql-action/init@v2'
with:
Expand Down
10 changes: 10 additions & 0 deletions .idea/material_theme_project_new.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
.husky/
.idea/
.editorconfig
.eslintignore
.eslintrc
.lintstagedrc.json
.releaserc.json
biome.json
commitlint.config.cjs
tsconfig.compilation.json
tsconfig.json
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,35 +88,35 @@
"update:upgrade": "ncu --packageManager yarn --deep --upgrade"
},
"dependencies": {
"dayjs": "1.11.10",
"dayjs": "1.11.11",
"object-hash": "3.0.0",
"reflect-metadata": "0.2.2",
"ulid": "2.3.0",
"uuid": "9.0.1"
},
"devDependencies": {
"@biomejs/biome": "1.6.4",
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@biomejs/biome": "1.8.0",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "12.0.0",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.0.3",
"@semantic-release/npm": "12.0.0",
"@semantic-release/release-notes-generator": "13.0.0",
"@types/node": "20.12.7",
"@semantic-release/github": "10.0.6",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.0",
"@types/node": "20.14.2",
"@types/object-hash": "3.0.6",
"@types/uuid": "9.0.8",
"git-cz": "4.9.0",
"husky": "9.0.11",
"is-ci": "3.0.1",
"lint-staged": "15.2.2",
"npm-check-updates": "16.14.18",
"rimraf": "5.0.5",
"semantic-release": "23.0.8",
"lint-staged": "15.2.5",
"npm-check-updates": "16.14.20",
"rimraf": "5.0.7",
"semantic-release": "24.0.0",
"sort-package-json": "2.10.0",
"typescript": "5.4.5",
"vitest": "1.5.0"
"vitest": "1.6.0"
},
"engines": {
"node": ">=18.x"
Expand Down
Loading

0 comments on commit 261b56f

Please sign in to comment.