Skip to content

Commit

Permalink
package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
wyozi committed Aug 16, 2023
1 parent ebd392d commit 1763337
Show file tree
Hide file tree
Showing 3 changed files with 1,562 additions and 1,346 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,35 +28,35 @@
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.4",
"@rollup/plugin-virtual": "^2.1.0",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-typescript": "^11.1.2",
"@rollup/plugin-virtual": "^3.0.1",
"@types/color": "^3.0.3",
"@types/jest": "^28.1.6",
"@types/node": "^18.7.2",
"@types/react": "^18.0.17",
"@types/react-is": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^28.1.3",
"@types/jest": "^29.5.3",
"@types/node": "^20.5.0",
"@types/react": "^18.2.20",
"@types/react-is": "^18.2.1",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.6.2",
"pptx2json": "^0.0.8",
"prettier": "^2.7.1",
"prettier": "^3.0.2",
"react": "^18.2.0",
"rollup": "^2.77.3",
"ts-jest": "^28.0.7",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
"rollup": "^3.28.0",
"ts-jest": "^29.1.1",
"tslib": "^2.6.1",
"typescript": "^5.1.6"
},
"dependencies": {
"color": "^4.2.3",
"cross-fetch": "^3.1.5",
"pptxgenjs": "^3.11.0",
"cross-fetch": "^4.0.0",
"pptxgenjs": "^3.12.0",
"react-is": "^18.2.0",
"react-keyed-flatten-children": "^1.3.0"
"react-keyed-flatten-children": "^2.2.1"
},
"jest": {
"projects": [
Expand Down
Loading

0 comments on commit 1763337

Please sign in to comment.