mirror of
https://github.com/zoriya/yoshiki.git
synced 2025-12-06 07:06:13 +00:00
Update packages
This commit is contained in:
541
.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
vendored
Normal file
541
.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -3,5 +3,7 @@ nodeLinker: node-modules
|
||||
plugins:
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
||||
spec: "@yarnpkg/plugin-workspace-tools"
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
||||
spec: "@yarnpkg/plugin-interactive-tools"
|
||||
|
||||
yarnPath: .yarn/releases/yarn-3.2.4.cjs
|
||||
|
||||
@@ -9,22 +9,22 @@
|
||||
"web": "expo start --web"
|
||||
},
|
||||
"dependencies": {
|
||||
"@expo/html-elements": "^0.2.0",
|
||||
"@expo/webpack-config": "^0.17.0",
|
||||
"expo": "~46.0.16",
|
||||
"expo-status-bar": "~1.4.0",
|
||||
"react": "18.0.0",
|
||||
"react-dom": "18.0.0",
|
||||
"react-native": "0.69.6",
|
||||
"react-native-svg": "12.3.0",
|
||||
"react-native-web": "~0.18.7",
|
||||
"@expo/html-elements": "^0.2.2",
|
||||
"@expo/webpack-config": "^0.17.3",
|
||||
"expo": "^47.0.3",
|
||||
"expo-status-bar": "~1.4.2",
|
||||
"react": "18.1.0",
|
||||
"react-dom": "18.1.0",
|
||||
"react-native": "0.70.5",
|
||||
"react-native-svg": "13.4.0",
|
||||
"react-native-web": "~0.18.10",
|
||||
"yoshiki": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.19.6",
|
||||
"@types/react": "~18.0.14",
|
||||
"@types/react-native": "~0.69.1",
|
||||
"typescript": "~4.8.4"
|
||||
"@babel/core": "^7.20.2",
|
||||
"@types/react": "~18.0.25",
|
||||
"@types/react-native": "~0.70.6",
|
||||
"typescript": "^4.8.4"
|
||||
},
|
||||
"installConfig": {
|
||||
"hoistingLimits": "workspaces"
|
||||
|
||||
@@ -22,5 +22,8 @@
|
||||
"eslint": "8.27.0",
|
||||
"eslint-config-next": "13.0.3",
|
||||
"typescript": "4.8.4"
|
||||
},
|
||||
"installConfig": {
|
||||
"hoistingLimits": "workspaces"
|
||||
}
|
||||
}
|
||||
|
||||
12
package.json
12
package.json
@@ -6,6 +6,8 @@
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"next": "yarn workspace next-example dev",
|
||||
"expo": "yarn workspace expo-example dev",
|
||||
"lint": "eslint . --ext .ts,.tsx "
|
||||
},
|
||||
"workspaces": {
|
||||
@@ -25,14 +27,14 @@
|
||||
"tsdoc": true
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.42.0",
|
||||
"@typescript-eslint/parser": "^5.42.0",
|
||||
"eslint": "8.19.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.42.1",
|
||||
"@typescript-eslint/parser": "^5.42.1",
|
||||
"eslint": "8.27.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-header": "^3.1.1",
|
||||
"prettier": "^2.7.1",
|
||||
"prettier-plugin-jsdoc": "^0.3.38",
|
||||
"typescript": "4.7.4"
|
||||
"prettier-plugin-jsdoc": "^0.4.2",
|
||||
"typescript": "4.8.4"
|
||||
},
|
||||
"packageManager": "yarn@3.2.4"
|
||||
}
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.11.9",
|
||||
"@types/react": "^18.0.24",
|
||||
"@types/react-native": "~0.69.1",
|
||||
"@types/react": "^18.0.25",
|
||||
"@types/react-native": "~0.70.6",
|
||||
"react": "^18.2.0",
|
||||
"typescript": "^4.8.4"
|
||||
}
|
||||
|
||||
6
packages/yoshiki/web.ts
Normal file
6
packages/yoshiki/web.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
//
|
||||
// Copyright (c) Zoe Roux and contributors. All rights reserved.
|
||||
// Licensed under the MIT license. See LICENSE file in the project root for details.
|
||||
//
|
||||
|
||||
export * from "./src";
|
||||
Reference in New Issue
Block a user