Skip to content

Commit

Permalink
Updated xlsx and some other libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisEnMarroquin committed Oct 20, 2023
1 parent eadc5ac commit 2dd2fd9
Show file tree
Hide file tree
Showing 4 changed files with 13,701 additions and 2,566 deletions.
2 changes: 1 addition & 1 deletion packages/demo-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@types/express": "^4.17.14",
"@types/node": "^18.11.11",
"@types/node": "^20.8.7",
"express": "^4.18.2",
"json-as-xlsx": "file:../main-library",
"nodemon": "^2.0.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/demo-reactjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"type": "commonjs",
"dependencies": {
"@types/node": "^18.11.11",
"@types/node": "^20.8.7",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"json-as-xlsx": "file:../main-library",
Expand Down
7 changes: 4 additions & 3 deletions packages/main-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@
"test": "jest --coverage"
},
"dependencies": {
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz"
"@e965/xlsx": "^0.20.0",
"@types/node": "^20.8.7"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^6.1.4",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.11",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/testing-library__jest-dom": "^6.0.0",
"jest": "^29.3.1",
"jest-cli": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
Expand Down
Loading

0 comments on commit 2dd2fd9

Please sign in to comment.