Skip to content

Commit

Permalink
feat: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KHOUBZA Younes committed Nov 20, 2022
1 parent 329cd53 commit c809d9a
Show file tree
Hide file tree
Showing 5 changed files with 1,818 additions and 1,249 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,35 +39,35 @@
"url": "https://github.com/php-flasher/flasher-js.git"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@lerna-lite/cli": "^1.6.0",
"@lerna-lite/exec": "^1.6.0",
"@lerna-lite/run": "^1.6.0",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.3",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.3",
"@typescript-eslint/parser": "^5.30.3",
"cssnano": "^5.1.12",
"eslint": "^8.19.0",
"@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",
"@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",
"cssnano": "^5.1.14",
"eslint": "^8.28.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"node-sass": "^7.0.1",
"node-sass": "^8.0.0",
"postcss-discard-comments": "^5.1.2",
"rollup": "^2.75.7",
"rollup": "^3.3.0",
"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.32.1",
"ts-node": "^10.8.2",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
"rollup-plugin-typescript2": "^0.34.1",
"ts-node": "^10.9.1",
"tslib": "^2.4.1",
"typescript": "^4.9.3"
}
}
2 changes: 1 addition & 1 deletion packages/flasher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"url": "https://github.com/php-flasher/flasher-js.git"
},
"dependencies": {
"csstype": "^3.1.0"
"csstype": "^3.1.1"
}
}
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.1.1",
"sweetalert2": "^11.4.19"
"sweetalert2": "^11.6.9"
}
}
2 changes: 1 addition & 1 deletion packages/toastr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"toastr": "^2.1.4"
},
"devDependencies": {
"@types/toastr": "^2.1.39"
"@types/toastr": "^2.1.40"
}
}

0 comments on commit c809d9a

Please sign in to comment.