Skip to content

Commit

Permalink
fix: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KHOUBZA Younes committed Dec 25, 2022
1 parent fba75e4 commit 7fe8922
Show file tree
Hide file tree
Showing 3 changed files with 508 additions and 616 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@
"url": "https://github.com/php-flasher/flasher-js.git"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@lerna-lite/cli": "^1.12.0",
"@lerna-lite/exec": "^1.12.0",
"@lerna-lite/run": "^1.12.0",
"@rollup/plugin-babel": "^6.0.2",
"@rollup/plugin-commonjs": "^23.0.2",
"@babel/core": "^7.20.7",
"@lerna-lite/cli": "^1.13.0",
"@lerna-lite/exec": "^1.13.0",
"@lerna-lite/run": "^1.13.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^9.0.2",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@rollup/plugin-typescript": "^10.0.1",
"@types/node": "^18.11.17",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"cssnano": "^5.1.14",
"eslint": "^8.28.0",
"eslint": "^8.30.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
Expand All @@ -61,14 +61,14 @@
"eslint-plugin-react-hooks": "^4.6.0",
"node-sass": "^8.0.0",
"postcss-discard-comments": "^5.1.2",
"rollup": "^3.3.0",
"rollup": "^3.8.1",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-filesize": "^9.1.2",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
}
}
2 changes: 1 addition & 1 deletion packages/sweetalert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
},
"dependencies": {
"@flasher/flasher": "^1.2.3",
"sweetalert2": "^11.6.10"
"sweetalert2": "^11.6.16"
}
}

0 comments on commit 7fe8922

Please sign in to comment.