Skip to content

Commit ff878f5

Browse files
authored
Merge pull request #30 from vicanso/main
version 0.1.16
2 parents 749e821 + 3d9fd17 commit ff878f5

File tree

7 files changed

+1027
-980
lines changed

7 files changed

+1027
-980
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

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

5+
## [0.1.16] - 2023-09-18
6+
7+
### Documentation
8+
9+
- Update document
10+
11+
### Refactor
12+
13+
- Update dependencies
14+
515
## [0.1.15] - 2023-08-12
616

717
### Bug Fixes

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ orm:
2121
-u "sqlite:///~/Library/Application Support/com.bigtree.cyberapi/my_db.db" \
2222
-o src/entities
2323
version:
24-
git cliff --unreleased --tag 0.1.15 --prepend CHANGELOG.md
24+
git cliff --unreleased --tag 0.1.16 --prepend CHANGELOG.md

asset/cyberapi.png

-16.9 KB
Loading

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,44 +17,44 @@
1717
"@vicons/ionicons5": "^0.12.0",
1818
"bluebird": "^3.7.2",
1919
"crypto-js": "^4.1.1",
20-
"dayjs": "^1.11.8",
20+
"dayjs": "^1.11.9",
2121
"debug": "^4.3.4",
2222
"form-data-encoder": "^3.0.0",
2323
"js-base64": "^3.7.5",
2424
"localforage": "^1.10.0",
2525
"lodash-es": "^4.17.21",
2626
"mime": "^3.0.0",
27-
"mitt": "^3.0.0",
28-
"monaco-editor": "^0.39.0",
27+
"mitt": "^3.0.1",
28+
"monaco-editor": "^0.43.0",
2929
"naive-ui": "^2.34.4",
30-
"pinia": "^2.1.4",
31-
"pretty-bytes": "^6.1.0",
30+
"pinia": "^2.1.6",
31+
"pretty-bytes": "^6.1.1",
3232
"shellwords": "^1.0.1",
3333
"ulid": "^2.3.0",
3434
"vue": "^3.3.4",
35-
"vue-i18n": "^9.2.2",
36-
"vue-router": "^4.2.2"
35+
"vue-i18n": "^9.4.1",
36+
"vue-router": "^4.2.4"
3737
},
3838
"devDependencies": {
3939
"@types/bluebird": "^3.5.38",
40-
"@types/crypto-js": "^4.1.1",
40+
"@types/crypto-js": "^4.1.2",
4141
"@types/debug": "^4.1.8",
4242
"@types/mime": "^3.0.1",
4343
"@types/shortid": "^0.0.29",
44-
"@types/uuid": "^9.0.2",
45-
"@typescript-eslint/eslint-plugin": "^5.59.11",
46-
"@typescript-eslint/parser": "^5.59.11",
47-
"@vitejs/plugin-vue": "^4.2.3",
48-
"@vitejs/plugin-vue-jsx": "^3.0.1",
44+
"@types/uuid": "^9.0.4",
45+
"@typescript-eslint/eslint-plugin": "^6.7.0",
46+
"@typescript-eslint/parser": "^6.7.0",
47+
"@vitejs/plugin-vue": "^4.3.4",
48+
"@vitejs/plugin-vue-jsx": "^3.0.2",
4949
"@vue/compiler-sfc": "^3.3.4",
50-
"eslint": "^8.43.0",
51-
"eslint-plugin-vue": "^9.15.0",
50+
"eslint": "^8.49.0",
51+
"eslint-plugin-vue": "^9.17.0",
5252
"glob-parent": ">=6.0.2",
53-
"prettier": "^2.8.8",
53+
"prettier": "^3.0.3",
5454
"rollup-plugin-visualizer": "^5.9.2",
55-
"typescript": "^5.1.3",
56-
"vite": "^4.3.9",
55+
"typescript": "^5.2.2",
56+
"vite": "^4.4.9",
5757
"vite-plugin-linaria": "^1.0.0",
58-
"vue-tsc": "^1.8.0"
58+
"vue-tsc": "^1.8.11"
5959
}
6060
}

0 commit comments

Comments
 (0)