Skip to content

Commit

Permalink
Ran yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Mar 8, 2024
1 parent b9ded33 commit 84c49d0
Show file tree
Hide file tree
Showing 4 changed files with 29,636 additions and 21,852 deletions.
5 changes: 2 additions & 3 deletions packages/ssx-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"type": "module",
"author": "Spruce Systems, Inc.",
"license": "Apache-2.0 OR MIT",
"private": false,
"scripts": {
"build": "tsc"
},
Expand All @@ -43,8 +42,8 @@
},
"devDependencies": {
"@types/react": "^18.0.21",
"typescript": "^4.8.4",
"react": "^18.2.0"
"react": "^18.2.0",
"typescript": "^4.8.4"
},
"files": [
"tsconfig.json",
Expand Down
1 change: 0 additions & 1 deletion packages/ssx-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"type": "commonjs",
"author": "Spruce Systems, Inc.",
"license": "Apache-2.0 OR MIT",
"private": false,
"scripts": {
"build": "webpack --mode production",
"watch": "webpack --watch",
Expand Down
8 changes: 3 additions & 5 deletions packages/ssx-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
"type": "git",
"url": "ssh://[email protected]:spruceid/ssx.git"
},
"bin": {
"ssx-server": "bin/ssx-server.js"
},
"bin": "bin/ssx-server.js",
"dependencies": {
"@spruceid/ssx-core": "2.0.0",
"axios": "^1.6.0",
Expand All @@ -48,9 +46,9 @@
"eslint-plugin-prettier": "^4.2.1",
"jest": "^28.1.3",
"prettier": "^2.7.1",
"redis": "^4.3.1",
"ts-jest": "^28.0.8",
"typescript": "^4.8.4",
"redis": "^4.3.1"
"typescript": "^4.8.4"
},
"files": [
"dist"
Expand Down
Loading

0 comments on commit 84c49d0

Please sign in to comment.