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 Feb 8, 2022
1 parent 1243b34 commit a0df2cf
Show file tree
Hide file tree
Showing 2 changed files with 731 additions and 710 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nosferatu500/react-sortable-tree",
"version": "4.0.5",
"version": "4.0.6",
"description": "Drag-and-drop sortable component for nested data and hierarchies",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -69,34 +69,34 @@
"lodash.isequal": "^4.5.0",
"react-dnd": "14.0.4",
"react-dnd-html5-backend": "^14.1.0",
"react-virtuoso": "^2.5.1"
"react-virtuoso": "^2.6.0"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/eslint-parser": "^7.16.5",
"@babel/core": "^7.17.0",
"@babel/eslint-parser": "^7.17.0",
"@babel/helper-module-imports": "^7.16.7",
"@babel/plugin-transform-react-jsx": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/types": "^7.16.8",
"@nosferatu500/theme-file-explorer": "^3.0.14",
"@babel/types": "^7.17.0",
"@nosferatu500/theme-file-explorer": "^3.0.15",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.0",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addons": "^6.4.14",
"@storybook/react": "^6.4.14",
"@storybook/theming": "^6.4.14",
"@storybook/addons": "^6.4.18",
"@storybook/react": "^6.4.18",
"@storybook/theming": "^6.4.18",
"@types/babel-plugin-macros": "^2.8.5",
"@types/lodash.isequal": "^4.5.5",
"@types/react": "^17.0.38",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"acorn-jsx": "^5.3.2",
"autoprefixer": "^10.4.2",
"babel-plugin-macros": "^3.1.0",
"esbuild": "^0.14.14",
"eslint": "^8.7.0",
"esbuild": "^0.14.20",
"eslint": "^8.8.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.3.0",
Expand All @@ -110,14 +110,14 @@
"eslint-plugin-sonarjs": "^0.11.0",
"eslint-plugin-unicorn": "^40.1.0",
"json": "^11.0.0",
"postcss": "^8.4.5",
"postcss": "^8.4.6",
"prettier": "^2.5.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.66.1",
"rollup": "^2.67.1",
"rollup-plugin-esbuild": "^4.8.2",
"rollup-plugin-postcss": "^4.0.2",
"shx": "^0.3.4",
Expand Down
Loading

0 comments on commit a0df2cf

Please sign in to comment.