Skip to content

Commit

Permalink
Merge pull request #30 from vicanso/main
Browse files Browse the repository at this point in the history
version 0.1.16
  • Loading branch information
vicanso authored Sep 18, 2023
2 parents 749e821 + 3d9fd17 commit ff878f5
Show file tree
Hide file tree
Showing 7 changed files with 1,027 additions and 980 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file.

## [0.1.16] - 2023-09-18

### Documentation

- Update document

### Refactor

- Update dependencies

## [0.1.15] - 2023-08-12

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ orm:
-u "sqlite:///~/Library/Application Support/com.bigtree.cyberapi/my_db.db" \
-o src/entities
version:
git cliff --unreleased --tag 0.1.15 --prepend CHANGELOG.md
git cliff --unreleased --tag 0.1.16 --prepend CHANGELOG.md
Binary file modified asset/cyberapi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,44 +17,44 @@
"@vicons/ionicons5": "^0.12.0",
"bluebird": "^3.7.2",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.8",
"dayjs": "^1.11.9",
"debug": "^4.3.4",
"form-data-encoder": "^3.0.0",
"js-base64": "^3.7.5",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"mime": "^3.0.0",
"mitt": "^3.0.0",
"monaco-editor": "^0.39.0",
"mitt": "^3.0.1",
"monaco-editor": "^0.43.0",
"naive-ui": "^2.34.4",
"pinia": "^2.1.4",
"pretty-bytes": "^6.1.0",
"pinia": "^2.1.6",
"pretty-bytes": "^6.1.1",
"shellwords": "^1.0.1",
"ulid": "^2.3.0",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.2"
"vue-i18n": "^9.4.1",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@types/bluebird": "^3.5.38",
"@types/crypto-js": "^4.1.1",
"@types/crypto-js": "^4.1.2",
"@types/debug": "^4.1.8",
"@types/mime": "^3.0.1",
"@types/shortid": "^0.0.29",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@types/uuid": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/compiler-sfc": "^3.3.4",
"eslint": "^8.43.0",
"eslint-plugin-vue": "^9.15.0",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"glob-parent": ">=6.0.2",
"prettier": "^2.8.8",
"prettier": "^3.0.3",
"rollup-plugin-visualizer": "^5.9.2",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-linaria": "^1.0.0",
"vue-tsc": "^1.8.0"
"vue-tsc": "^1.8.11"
}
}
Loading

0 comments on commit ff878f5

Please sign in to comment.