This commit is contained in:
zyc9012 2022-04-15 15:44:39 +08:00
parent e30d874097
commit c765271ab3
5 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
{
"version": "0.2.0",
"version": "0.2.2",
"npmClient": "yarn",
"useWorkspaces": true
}

View File

@ -1,6 +1,6 @@
{
"name": "@fortune-sheet/core",
"version": "0.2.0",
"version": "0.2.2",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
@ -10,7 +10,7 @@
"repository": "https://github.com/ruilisi/fortune-sheet",
"license": "MIT",
"dependencies": {
"@fortune-sheet/formula-parser": "^0.2.0",
"@fortune-sheet/formula-parser": "^0.2.2",
"dayjs": "^1.11.0",
"immer": "^9.0.12",
"lodash": "^4.17.21",

View File

@ -1,6 +1,6 @@
{
"name": "@fortune-sheet/formula-parser",
"version": "0.2.0",
"version": "0.2.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@fortune-sheet/formula-parser",
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"description": "Formula parser",
"main": "./src/index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@fortune-sheet/react",
"version": "0.2.1",
"version": "0.2.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.esm.js",
@ -13,7 +13,7 @@
"tsc": "tsc"
},
"dependencies": {
"@fortune-sheet/core": "^0.2.0",
"@fortune-sheet/core": "^0.2.2",
"immer": "^9.0.12",
"lodash": "^4.17.21"
},