Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fkhadra committed Dec 7, 2023
1 parent 4c5397c commit f060d34
Show file tree
Hide file tree
Showing 2 changed files with 684 additions and 498 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,41 +65,41 @@
"homepage": "https://github.com/fkhadra/react-toastify#readme",
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.4",
"@cypress/code-coverage": "^3.10.6",
"@cypress/code-coverage": "^3.12.13",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@testing-library/cypress": "^9.0.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@vitejs/plugin-react": "^4.0.0",
"@testing-library/cypress": "^10.0.1",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitejs/plugin-react": "^4.2.1",
"coveralls": "^3.0.9",
"cssnano": "^6.0.1",
"cssnano-cli": "^1.0.5",
"cypress": "^12.13.0",
"eslint": "^8.40.0",
"cypress": "^13.6.1",
"eslint": "^8.55.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.4.0",
"husky": "^8.0.3",
"microbundle": "^0.15.1",
"postcss": "^8.4.23",
"postcss-cli": "^10.1.0",
"prettier": "2.8.8",
"postcss": "^8.4.32",
"postcss-cli": "^11.0.0",
"prettier": "3.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rimraf": "^5.0.0",
"sass": "^1.62.1",
"sass": "^1.69.5",
"style2js": "^1.0.1",
"ts-jest": "^29.1.0",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vite-plugin-istanbul": "^4.1.0"
"typescript": "^5.3.2",
"vite": "^5.0.6",
"vite-plugin-istanbul": "^5.0.0"
},
"dependencies": {
"clsx": "^1.1.1"
"clsx": "^2.0.0"
},
"main": "dist/react-toastify.js",
"module": "dist/react-toastify.esm.mjs",
Expand Down Expand Up @@ -139,4 +139,4 @@
"import": "./addons/use-notification-center/index.esm.mjs"
}
}
}
}
Loading

0 comments on commit f060d34

Please sign in to comment.