Skip to content

Commit 151efd6

Browse files
chore: bump version to 1.2.1
1 parent 75dcc0f commit 151efd6

3 files changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
libwebkit2gtk-4.1-dev
7777
7878
- name: Install Node dependencies
79-
run: npm install
79+
run: npm install --force
8080

8181
- name: Run unit tests (Linux only)
8282
if: matrix.platform == 'ubuntu-22.04'

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,31 +16,31 @@
1616
},
1717
"private": true,
1818
"dependencies": {
19-
"@angular/common": "21.0.6",
20-
"@angular/compiler": "21.0.6",
21-
"@angular/core": "21.0.7",
22-
"@angular/forms": "21.0.6",
23-
"@angular/language-service": "21.0.6",
24-
"@angular/platform-browser": "21.0.6",
25-
"@angular/platform-browser-dynamic": "21.0.6",
26-
"@angular/router": "21.0.6",
27-
"@tabler/icons-webfont": "3.35.0",
19+
"@angular/common": "21.0.8",
20+
"@angular/compiler": "21.0.8",
21+
"@angular/core": "21.0.8",
22+
"@angular/forms": "21.0.8",
23+
"@angular/language-service": "21.0.8",
24+
"@angular/platform-browser": "21.0.8",
25+
"@angular/platform-browser-dynamic": "21.0.8",
26+
"@angular/router": "21.0.8",
27+
"@tabler/icons-webfont": "3.36.1",
2828
"@tauri-apps/api": "2.9.1",
29-
"@tauri-apps/plugin-shell": "2.3.3",
29+
"@tauri-apps/plugin-shell": "2.3.4",
3030
"rxjs": "7.8.2",
3131
"tslib": "2.8.1",
3232
"zone.js": "0.16.0"
3333
},
3434
"devDependencies": {
35-
"@angular/build": "21.0.3",
36-
"@angular/cli": "21.0.3",
37-
"@angular/compiler-cli": "21.0.6",
35+
"@angular/build": "21.0.5",
36+
"@angular/cli": "21.0.5",
37+
"@angular/compiler-cli": "21.0.8",
3838
"@ngx-translate/core": "17.0.0",
3939
"@ngx-translate/http-loader": "17.0.0",
4040
"@tauri-apps/cli": "2.9.6",
41-
"@types/jasmine": "5.1.13",
41+
"@types/jasmine": "5.1.15",
4242
"@types/jasminewd2": "2.0.13",
43-
"@types/node": "25.0.3",
43+
"@types/node": "25.0.7",
4444
"jasmine-core": "5.13.0",
4545
"jasmine-spec-reporter": "7.0.0",
4646
"karma": "6.4.4",

src-tauri/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)