Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Bump deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
nosferatu500 committed Jul 19, 2022
1 parent 4ca5c7d commit ca34de8
Show file tree
Hide file tree
Showing 2 changed files with 1,725 additions and 1,668 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nosferatu500/react-sortable-tree",
"version": "4.1.2",
"version": "4.1.3",
"description": "Drag-and-drop sortable component for nested data and hierarchies",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -69,60 +69,60 @@
"lodash.isequal": "^4.5.0",
"react-dnd": "14.0.4",
"react-dnd-html5-backend": "^14.1.0",
"react-virtuoso": "^2.11.2"
"react-virtuoso": "^2.16.5"
},
"devDependencies": {
"@babel/core": "^7.18.0",
"@babel/eslint-parser": "^7.17.0",
"@babel/helper-module-imports": "^7.16.7",
"@babel/plugin-transform-react-jsx": "^7.17.12",
"@babel/preset-env": "^7.18.0",
"@babel/types": "^7.18.0",
"@babel/core": "^7.18.9",
"@babel/eslint-parser": "^7.18.9",
"@babel/helper-module-imports": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.18.6",
"@babel/preset-env": "^7.18.9",
"@babel/types": "^7.18.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.2",
"@rollup/plugin-typescript": "^8.3.3",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addons": "^6.5.3",
"@storybook/react": "^6.5.3",
"@storybook/theming": "^6.5.3",
"@storybook/addons": "^6.5.9",
"@storybook/react": "^6.5.9",
"@storybook/theming": "^6.5.9",
"@types/babel-plugin-macros": "^2.8.5",
"@types/lodash.isequal": "^4.5.6",
"@types/react": "^17.0.45",
"@types/react": "^17.0.47",
"@types/react-dom": "^17.0.17",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"acorn-jsx": "^5.3.2",
"autoprefixer": "^10.4.7",
"babel-plugin-macros": "^3.1.0",
"esbuild": "^0.14.39",
"eslint": "^8.16.0",
"esbuild": "^0.14.49",
"eslint": "^8.20.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-import-resolver-typescript": "^3.2.7",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sonarjs": "^0.13.0",
"eslint-plugin-storybook": "^0.5.12",
"eslint-plugin-unicorn": "^42.0.0",
"eslint-plugin-storybook": "^0.6.1",
"eslint-plugin-unicorn": "^43.0.2",
"json": "^11.0.0",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"prettier": "^2.7.1",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dnd-touch-backend": "^14.1.1",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"rollup": "^2.74.1",
"rollup": "^2.77.0",
"rollup-plugin-esbuild": "^4.9.1",
"rollup-plugin-postcss": "^4.0.2",
"shx": "^0.3.4",
"tslib": "^2.4.0",
"typescript": "^4.6.4"
"typescript": "^4.7.4"
},
"peerDependencies": {
"react": ">=17.0.2",
Expand Down
Loading

0 comments on commit ca34de8

Please sign in to comment.