Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fkhadra committed Jan 14, 2024
1 parent bcde4ab commit cbc7109
Show file tree
Hide file tree
Showing 2 changed files with 354 additions and 325 deletions.
32 changes: 16 additions & 16 deletions package.json
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.12.13",
"@cypress/code-coverage": "^3.12.18",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@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",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitejs/plugin-react": "^4.2.1",
"coveralls": "^3.0.9",
"cssnano": "^6.0.1",
"cssnano": "^6.0.3",
"cssnano-cli": "^1.0.5",
"cypress": "^13.6.1",
"eslint": "^8.55.0",
"eslint-plugin-import": "^2.27.5",
"cypress": "^13.6.2",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.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.32",
"postcss": "^8.4.33",
"postcss-cli": "^11.0.0",
"prettier": "3.1.0",
"prettier": "3.2.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rimraf": "^5.0.0",
"sass": "^1.69.5",
"sass": "^1.69.7",
"style2js": "^1.0.1",
"ts-jest": "^29.1.0",
"tslib": "^2.5.0",
"typescript": "^5.3.2",
"vite": "^5.0.6",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-istanbul": "^5.0.0"
},
"dependencies": {
"clsx": "^2.0.0"
"clsx": "^2.1.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"
}
}
}
}

0 comments on commit cbc7109

Please sign in to comment.