Skip to content

Commit

Permalink
chore(monorepo): Merge branch 'main' of storm-stack
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Feb 24, 2024
2 parents f4dfbf3 + 6ac54af commit b16e477
Show file tree
Hide file tree
Showing 4 changed files with 652 additions and 879 deletions.
21 changes: 9 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,17 @@
"@storm-software/testing-tools": "latest",
"@storm-software/workspace-tools": "latest",
"@swc-node/register": "~1.8.0",
"@swc/cli": "0.1.63",
"@swc/core": "1.3.100",
"@swc/helpers": "0.5.3",
"@swc/cli": "0.1.65",
"@swc/core": "1.3.107",
"@swc/helpers": "0.5.6",
"@testing-library/react": "14.0.0",
"@types/jest": "29.5.12",
"@types/node": "^20.11.20",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.17",
"@types/react": "18.2.57",
"@types/react-dom": "18.2.19",
"babel-jest": "^29.4.1",
"copyfiles": "^2.4.1",
"cypress": "^13.0.0",
"cypress": "^13.6.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "29.7.0",
Expand All @@ -116,11 +116,11 @@
"react-dom": "18.2.0",
"react-native": "^0.73.4",
"rimraf": "^5.0.5",
"ts-jest": "29.1.1",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"tslib": "^2.6.2",
"typescript": "5.3.3",
"verdaccio": "5.29.0"
"verdaccio": "5.29.2"
},
"packageManager": "pnpm@8.10.2",
"engines": {
Expand All @@ -129,10 +129,7 @@
},
"namespace": "@storm-stack",
"nx": {
"includedScripts": [
"lint",
"format"
]
"includedScripts": ["lint", "format"]
},
"pnpm": {
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@tamagui/shorthands": "^1.89.20",
"@tamagui/themes": "^1.79.17",
"@tamagui/toast": "^1.89.8",
"@tamagui/web": "^1.89.8",
"@tamagui/web": "^1.89.20",
"tamagui": "^1.79.13"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/unique-identifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"type": "module",
"dependencies": {
"@noble/hashes": "1.3.2"
"@noble/hashes": "1.3.3"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit b16e477

Please sign in to comment.