Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

utopia-api 0.5.1 #5570

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ utopia-js-component.tar.gz

utopia-api/dist
utopia-api/node_modules
utopia-api/package-lock.json

## Various settings
*.pbxuser
Expand Down
49 changes: 15 additions & 34 deletions utopia-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "utopia-api",
"version": "0.4.4",
"version": "0.5.2",
"description": "Utopia API",
"main": "src/index.ts",
"module": "dist/index.js",
Expand All @@ -21,8 +21,7 @@
"test": "jest",
"test-watch": "jest --watch",
"build": "tsc",
"watch": "tsc --watch",
"preinstall": "npx only-allow pnpm"
"watch": "tsc --watch"
},
"repository": {
"type": "git",
Expand All @@ -47,38 +46,20 @@
"license": "",
"homepage": "https://utopia.app",
"peerDependencies": {
"react": "18.1.0",
"react-dom": "18.1.0"
},
"dependencies": {
"@emotion/react": "11.1.2",
"@emotion/serialize": "1.0.2",
"@emotion/styled": "11.0.0",
"@emotion/styled-base": "11.0.0",
"uuid": "3.3.2"
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@babel/core": "7.14.6",
"@babel/preset-env": "7.14.7",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.14.5",
"@types/draft-js": "0.10.19",
"@types/jest": "27.0.2",
"@types/prettier": "^1.18.4",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.3",
"@types/uuid": "3.4.5",
"babel-jest": "^27.2.4",
"csstype": "3.0.3",
"jest": "27.2.3",
"jest-environment-jsdom": "27.2.3",
"lint-staged": "^9.4.3",
"prettier": "2.0.5",
"typescript": "4.6.4"
},
"pnpm": {
"patchedDependencies": {
"@emotion/react@11.1.2": "patches/@emotion__react@11.1.2.patch"
}
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
Comment on lines +53 to +56
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the ^ please

"@types/jest": "29.5.2",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"prettier": "3.2.5",
"typescript": "5.2.2"
}
}
Loading
Loading