updated-pkg-manager

This commit is contained in:
Morten Olsen
2022-05-23 09:18:36 +02:00
parent 2b0ad8592b
commit 42ca6c9559
6 changed files with 20260 additions and 24756 deletions

View File

@@ -1 +0,0 @@
nodeLinker: node-modules

5
lerna.json Normal file
View File

@@ -0,0 +1,5 @@
{
"useWorkspaces": true,
"npmClient": "yarn",
"version": "independent"
}

View File

@@ -3,14 +3,17 @@
"version": "1.0.0", "version": "1.0.0",
"homepage": "/bob-the-algorithm", "homepage": "/bob-the-algorithm",
"scripts": { "scripts": {
"postinstall": "lerna bootstrap",
"dev": "yarn workspace @morten-olsen/bob start", "dev": "yarn workspace @morten-olsen/bob start",
"build:web": "yarn workspace @morten-olsen/bob build:web", "build:web": "yarn workspace @morten-olsen/bob build:web",
"build:storybook": "yarn workspace @morten-olsen/ui build:storybook", "build:storybook": "yarn workspace @morten-olsen/ui build:storybook",
"dev:storybook": "yarn workspace @morten-olsen/ui dev" "dev:storybook": "yarn workspace @morten-olsen/ui dev"
}, },
"packageManager": "yarn@3.1.0",
"workspaces": [ "workspaces": [
"packages/*" "packages/*"
], ],
"private": true "private": true,
"devDependencies": {
"lerna": "^4.0.0"
}
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "@morten-olsen/bob", "name": "@morten-olsen/bob",
"version": "1.0.0", "version": "3.0.0-alpha.1",
"main": "./src/index.ts", "main": "./src/index.ts",
"homepage": "/bob-the-algorithm", "homepage": "/bob-the-algorithm",
"scripts": { "scripts": {
@@ -22,7 +22,7 @@
}, },
"dependencies": { "dependencies": {
"@expo/vector-icons": "^12.0.0", "@expo/vector-icons": "^12.0.0",
"@morten-olsen/ui": "workspace:^", "@morten-olsen/ui": "1.0.0-alpha.1",
"@react-native-async-storage/async-storage": "~1.15.0", "@react-native-async-storage/async-storage": "~1.15.0",
"@react-navigation/bottom-tabs": "^6.0.5", "@react-navigation/bottom-tabs": "^6.0.5",
"@react-navigation/native": "^6.0.2", "@react-navigation/native": "^6.0.2",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@morten-olsen/ui", "name": "@morten-olsen/ui",
"version": "1.0.0", "version": "1.0.0-alpha.1",
"homepage": "/bob-the-algorithm", "homepage": "/bob-the-algorithm",
"jest": { "jest": {
"preset": "jest-expo" "preset": "jest-expo"

44997
yarn.lock

File diff suppressed because it is too large Load Diff