v0.1.3
This commit is contained in:
parent
54c6e9fe39
commit
462a13f0ab
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@quri/squiggle-components",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.3",
|
||||
"dependencies": {
|
||||
"@quri/squiggle-lang": "0.2.1",
|
||||
"@testing-library/jest-dom": "^5.16.2",
|
||||
|
@ -68,11 +68,15 @@
|
|||
"@storybook/node-logger": "^6.4.18",
|
||||
"@storybook/preset-create-react-app": "^4.0.0",
|
||||
"@storybook/react": "^6.4.18",
|
||||
"webpack": "^5.68.0"
|
||||
"ts-loader": "^9.2.8",
|
||||
"webpack": "^5.70.0",
|
||||
"webpack-cli": "^4.9.2"
|
||||
},
|
||||
"resolutions": {
|
||||
"@types/react": "17.0.39"
|
||||
},
|
||||
"module": "dist/index.js",
|
||||
"source": "./src/index.ts",
|
||||
"module": "dist/bundle.js",
|
||||
"main": "dist/bundle.js",
|
||||
"types": "dist/index.d.ts"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user