Skip to content

Commit 2bf1533

Browse files
committed
Update package.json
1 parent bc97024 commit 2bf1533

File tree

3 files changed

+80
-80
lines changed

3 files changed

+80
-80
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.12.0
1+
v22.14.0

package.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -5,57 +5,57 @@
55
"private": true,
66
"dependencies": {
77
"@emotion/react": "^11.14.0",
8-
"@fontsource/open-sans": "^5.1.0",
9-
"@mantine/carousel": "^7.15.1",
10-
"@mantine/code-highlight": "^7.15.1",
11-
"@mantine/core": "^7.15.1",
12-
"@mantine/dates": "^7.15.1",
13-
"@mantine/dropzone": "^7.15.1",
14-
"@mantine/form": "^7.15.1",
15-
"@mantine/hooks": "^7.15.1",
16-
"@mantine/modals": "^7.15.1",
17-
"@mantine/notifications": "^7.15.1",
18-
"@mantine/nprogress": "^7.15.1",
19-
"@mantine/spotlight": "^7.15.1",
20-
"@mantine/tiptap": "^7.15.1",
21-
"@tauri-apps/api": "^2.1.1",
8+
"@fontsource/open-sans": "^5.1.1",
9+
"@mantine/carousel": "^7.16.3",
10+
"@mantine/code-highlight": "^7.16.3",
11+
"@mantine/core": "^7.16.3",
12+
"@mantine/dates": "^7.16.3",
13+
"@mantine/dropzone": "^7.16.3",
14+
"@mantine/form": "^7.16.3",
15+
"@mantine/hooks": "^7.16.3",
16+
"@mantine/modals": "^7.16.3",
17+
"@mantine/notifications": "^7.16.3",
18+
"@mantine/nprogress": "^7.16.3",
19+
"@mantine/spotlight": "^7.16.3",
20+
"@mantine/tiptap": "^7.16.3",
21+
"@tauri-apps/api": "^2.2.0",
2222
"@tauri-apps/plugin-autostart": "^2.2.0",
2323
"@tauri-apps/plugin-deep-link": "^2.2.0",
2424
"@tauri-apps/plugin-dialog": "~2.2.0",
2525
"@tauri-apps/plugin-fs": "~2.2.0",
26-
"@tauri-apps/plugin-log": "~2",
27-
"@tauri-apps/plugin-notification": "~2.2.0",
28-
"@tauri-apps/plugin-opener": "^2.2.2",
26+
"@tauri-apps/plugin-log": "~2.2.1",
27+
"@tauri-apps/plugin-notification": "~2.2.1",
28+
"@tauri-apps/plugin-opener": "^2.2.5",
2929
"@tauri-apps/plugin-os": "~2.2.0",
3030
"@tauri-apps/plugin-process": "~2.2.0",
3131
"@tauri-apps/plugin-shell": "~2.2.0",
3232
"@tauri-apps/plugin-store": "~2.2.0",
33-
"@tauri-apps/plugin-updater": "~2.3.0",
34-
"@tiptap/core": "^2.10.3",
35-
"@tiptap/extension-link": "^2.10.3",
36-
"@tiptap/pm": "^2.10.3",
37-
"@tiptap/react": "^2.10.3",
38-
"@tiptap/starter-kit": "^2.10.3",
33+
"@tauri-apps/plugin-updater": "~2.3.1",
34+
"@tiptap/core": "^2.11.5",
35+
"@tiptap/extension-link": "^2.11.5",
36+
"@tiptap/pm": "^2.11.5",
37+
"@tiptap/react": "^2.11.5",
38+
"@tiptap/starter-kit": "^2.11.5",
3939
"@types/jest": "^29.5.14",
40-
"@types/node": "^22.10.2",
41-
"@types/react": "^19.0.2",
42-
"@types/react-dom": "^19.0.2",
40+
"@types/node": "^22.13.1",
41+
"@types/react": "^19.0.8",
42+
"@types/react-dom": "^19.0.3",
4343
"dayjs": "^1.11.13",
44-
"embla-carousel-react": "^8.5.1",
45-
"i18next": "^24.1.2",
44+
"embla-carousel-react": "^8.5.2",
45+
"i18next": "^24.2.2",
4646
"i18next-browser-languagedetector": "^8.0.2",
4747
"js-cookie": "^3.0.5",
4848
"localforage": "^1.10.0",
4949
"mutative": "^1.1.0",
5050
"react": "^19.0.0",
5151
"react-dom": "^19.0.0",
5252
"react-error-boundary": "^4.1.2",
53-
"react-i18next": "^15.2.0",
53+
"react-i18next": "^15.4.0",
5454
"react-icons": "^5.4.0",
55-
"react-router-dom": "^7.0.2",
55+
"react-router-dom": "^7.1.5",
5656
"react-transition-group": "^4.4.5",
5757
"simplebar-react": "^3.3.0",
58-
"typescript": "^5.7.2",
58+
"typescript": "^5.7.3",
5959
"use-mutative": "^1.2.0"
6060
},
6161
"scripts": {
@@ -81,24 +81,24 @@
8181
]
8282
},
8383
"devDependencies": {
84-
"@tauri-apps/cli": "^2.1.0",
84+
"@tauri-apps/cli": "^2.2.7",
8585
"@types/js-cookie": "^3.0.6",
8686
"@vitejs/plugin-react": "^4.3.4",
8787
"chai": "^5.1.2",
88-
"concurrently": "^9.1.0",
88+
"concurrently": "^9.1.2",
8989
"dotenv-load": "^3.0.0",
90-
"mocha": "^11.0.1",
91-
"postcss": "^8.4.49",
90+
"mocha": "^11.1.0",
91+
"postcss": "^8.5.2",
9292
"postcss-preset-mantine": "^1.17.0",
9393
"postcss-simple-vars": "^7.0.1",
94-
"rollup-plugin-visualizer": "^5.12.0",
95-
"selenium-webdriver": "^4.27.0",
96-
"terser": "^5.37.0",
94+
"rollup-plugin-visualizer": "^5.14.0",
95+
"selenium-webdriver": "^4.28.1",
96+
"terser": "^5.38.1",
9797
"toml": "^3.0.0",
98-
"vite": "^6.0.3",
98+
"vite": "^6.1.0",
9999
"vite-plugin-remove-console": "^2.2.0",
100100
"vite-plugin-top-level-await": "^1.4.4"
101101
},
102102
"resolutions": {},
103-
"packageManager": "pnpm@8.13.1+sha1.90f9b2bb3ed58632bcb7b13c3902d6873ee9501c"
103+
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
104104
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)