Skip to content

Commit 372c87a

Browse files
Package upgrades
1 parent fef4d43 commit 372c87a

File tree

29 files changed

+4203
-5144
lines changed

29 files changed

+4203
-5144
lines changed

.yarn/releases/yarn-4.5.1.cjs

Lines changed: 0 additions & 934 deletions
This file was deleted.

.yarn/releases/yarn-4.9.2.cjs

Lines changed: 942 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
yarnPath: .yarn/releases/yarn-4.5.1.cjs
1+
yarnPath: .yarn/releases/yarn-4.9.2.cjs
22
nodeLinker: node-modules

demo/electron-online/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@kirill.konshin/utils": "*"
2222
},
2323
"devDependencies": {
24-
"electron": "34.0.1",
25-
"electron-builder": "^26.0.0"
24+
"electron": "37.2.5",
25+
"electron-builder": "26.0.12"
2626
}
2727
}

demo/electron-static-updater/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
},
2626
"devDependencies": {
2727
"@demo/web-static": "*",
28-
"dotenv-cli": "^8.0.0",
29-
"electron": "34.0.1",
30-
"electron-builder": "^26.0.0"
28+
"dotenv-cli": "^10.0.0",
29+
"electron": "37.2.5",
30+
"electron-builder": "26.0.12"
3131
}
3232
}

demo/react-native/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -25,29 +25,29 @@
2525
"license": "ISC",
2626
"dependencies": {
2727
"@kirill.konshin/utils": "*",
28-
"expo": "^52.0.28",
29-
"expo-apple-authentication": "^7.1.3",
30-
"expo-background-fetch": "^13.0.5",
31-
"expo-build-properties": "^0.13.2",
32-
"expo-constants": "^17.0.5",
33-
"expo-file-system": "^18.0.7",
34-
"expo-keep-awake": "^14.0.2",
35-
"expo-splash-screen": "^0.29.21",
36-
"expo-status-bar": "^2.0.1",
37-
"expo-task-manager": "^12.0.5",
38-
"react": "^19.0.0",
39-
"react-native": "^0.77.0",
40-
"react-native-auth0": "^4.1.0",
41-
"react-native-safe-area-context": "^5.1.0",
42-
"react-native-webview": "^13.13.2"
28+
"expo": "^53.0.20",
29+
"expo-apple-authentication": "^7.2.4",
30+
"expo-background-fetch": "^13.1.6",
31+
"expo-build-properties": "^0.14.8",
32+
"expo-constants": "^17.1.7",
33+
"expo-file-system": "^18.1.11",
34+
"expo-keep-awake": "^14.1.4",
35+
"expo-splash-screen": "^0.30.10",
36+
"expo-status-bar": "^2.2.3",
37+
"expo-task-manager": "^13.1.6",
38+
"react": "^19.1.1",
39+
"react-native": "^0.80.2",
40+
"react-native-auth0": "^4.6.0",
41+
"react-native-safe-area-context": "^5.5.2",
42+
"react-native-webview": "^13.15.0"
4343
},
4444
"devDependencies": {
45-
"@babel/core": "^7.26.7",
46-
"@babel/preset-env": "^7.26.7",
47-
"@types/react": "^19.0.8",
48-
"dotenv-cli": "^8.0.0",
49-
"eas-cli": "^14.5.0",
50-
"typescript": "^5.7.3"
45+
"@babel/core": "^7.28.0",
46+
"@babel/preset-env": "^7.28.0",
47+
"@types/react": "^19.1.9",
48+
"dotenv-cli": "^10.0.0",
49+
"eas-cli": "^16.17.4",
50+
"typescript": "^5.9.2"
5151
},
5252
"installConfig": {
5353
"hoistingLimits": "workspaces"

demo/tauri/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@demo/web-static": "*",
2121
"@kirill.konshin/utils": "*",
22-
"@tauri-apps/cli": "^2.2.7",
23-
"dotenv-cli": "^8.0.0"
22+
"@tauri-apps/cli": "^2.7.1",
23+
"dotenv-cli": "^10.0.0"
2424
}
2525
}

demo/web-static/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"wait-localhost": "wait-on http://localhost:3000"
1515
},
1616
"dependencies": {
17-
"react": "^19.0.0",
18-
"react-dom": "^19.0.0"
17+
"react": "^19.1.1",
18+
"react-dom": "^19.1.1"
1919
},
2020
"devDependencies": {
21-
"@types/node": "^22.12.0",
22-
"@types/react": "^19.0.8",
21+
"@types/node": "^24.2.0",
22+
"@types/react": "^19.1.9",
2323
"@types/webpack-env": "^1.18.8",
24-
"next": "^15.1.6",
24+
"next": "^15.4.5",
2525
"serve": "^14.2.4",
26-
"typescript": "^5.7.3",
27-
"wait-on": "^8.0.2"
26+
"typescript": "^5.9.2",
27+
"wait-on": "^8.0.4"
2828
},
2929
"browserslist": [
3030
"defaults"

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@
2323
"devDependencies": {
2424
"@arethetypeswrong/cli": "^0.18.2",
2525
"@changesets/cli": "^2.29.5",
26-
"@eslint/compat": "^1.2.5",
27-
"@types/react": "^19.0.8",
26+
"@eslint/compat": "^1.3.1",
27+
"@types/react": "^19.1.9",
2828
"create-ts-index": "^1.14.0",
29-
"eslint": "^9.19.0",
29+
"eslint": "^9.32.0",
3030
"husky": "^9.1.7",
31-
"lint-staged": "^15.4.3",
32-
"prettier": "^3.4.2",
33-
"react": "^19.0.0",
34-
"turbo": "^2.3.4",
35-
"typescript": "^5.7.3",
36-
"vite": "^6.0.11",
37-
"vitest": "^3.0.4",
38-
"wait-on": "^8.0.2"
31+
"lint-staged": "^16.1.4",
32+
"prettier": "^3.6.2",
33+
"react": "^19.1.1",
34+
"turbo": "^2.5.5",
35+
"typescript": "^5.9.2",
36+
"vite": "^7.0.6",
37+
"vitest": "^3.2.4",
38+
"wait-on": "^8.0.4"
3939
},
4040
"author": "Kirill Konshin <kirill@konshin.org> (https://konshin.org)",
4141
"license": "MIT",
42-
"packageManager": "yarn@4.5.1",
42+
"packageManager": "yarn@4.9.2",
4343
"workspaces": {
4444
"packages": [
4545
"demo/*",

packages/bootstrap/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@
1212
"start": "yarn build --watch",
1313
"wait": "wait-on ./dist/index.js",
1414
"----- TEST -----": "",
15-
"test": "vitest run --coverage",
15+
"test:disabled": "vitest run --coverage",
1616
"test:watch": "vitest watch --coverage",
1717
"----- STORYBOOK -----": "",
1818
"storybook:start": "storybook dev -p 6006",
1919
"storybook:build": "storybook build"
2020
},
2121
"dependencies": {
22-
"clsx": "^2.1.1"
22+
"clsx": "^2.1.1",
23+
"react-hook-form": "^7.62.0"
2324
},
2425
"devDependencies": {
2526
"@kirill.konshin/utils-private": "*",
26-
"bootstrap": "^5",
27-
"bootstrap-icons": "^1",
28-
"react": "^19",
29-
"react-bootstrap": "^2",
30-
"react-hook-form": "^7.62.0"
27+
"bootstrap": "^5.3.7",
28+
"bootstrap-icons": "^1.13.1",
29+
"react": "^19.1.1",
30+
"react-bootstrap": "^2.10.10"
3131
},
3232
"peerDependencies": {
3333
"bootstrap": "^5",

0 commit comments

Comments
 (0)