UPDATE: bump versions

This commit is contained in:
Nicolás Hatcher
2025-06-02 14:56:23 +02:00
parent af49d7ad96
commit 2a809e0bd0
2 changed files with 5 additions and 5 deletions

View File

@@ -1,16 +1,16 @@
{
"name": "@ironcalc/workbook",
"version": "0.3.2",
"version": "0.5.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@ironcalc/workbook",
"version": "0.3.2",
"version": "0.5.1",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@ironcalc/wasm": "file:../../bindings/wasm/pkg",
"@ironcalc/wasm": "0.5.0",
"@mui/material": "^6.4",
"@mui/system": "^6.4",
"i18next": "^23.11.1",

View File

@@ -1,6 +1,6 @@
{
"name": "@ironcalc/workbook",
"version": "0.3.2",
"version": "0.5.1",
"type": "module",
"main": "./dist/ironcalc.js",
"module": "./dist/ironcalc.js",
@@ -17,7 +17,7 @@
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@ironcalc/wasm": "file:../../bindings/wasm/pkg",
"@ironcalc/wasm": "0.5.0",
"@mui/material": "^6.4",
"@mui/system": "^6.4",
"i18next": "^23.11.1",