Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Oct 23, 2020
1 parent d2f6ed5 commit cb8de8b
Show file tree
Hide file tree
Showing 3 changed files with 303 additions and 3,233 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,41 +27,41 @@
"devDependencies": {
"@rollup/plugin-commonjs": "15.1.0",
"@rollup/plugin-node-resolve": "9.0.0",
"@types/node": "14.11.10",
"@types/webpack": "4.41.22",
"@typescript-eslint/eslint-plugin": "4.4.1",
"@typescript-eslint/parser": "4.4.1",
"@types/node": "14.14.2",
"@types/webpack": "4.41.23",
"@typescript-eslint/eslint-plugin": "4.5.0",
"@typescript-eslint/parser": "4.5.0",
"autoprefixer": "10.0.1",
"clean-css-cli": "4.3.0",
"clean-release": "2.15.2",
"clean-scripts": "1.18.7",
"cross-env": "7.0.2",
"eslint": "7.11.0",
"eslint-config-prettier": "6.13.0",
"eslint-config-prettier": "6.14.0",
"eslint-plugin-plantain": "1.1.0",
"file2variable-cli": "2.0.0",
"github-fork-ribbon-css": "0.2.3",
"http-server": "0.12.3",
"image2base64-cli": "2.4.1",
"less": "3.12.2",
"markdownlint-cli": "0.24.0",
"no-unused-export": "1.13.0",
"postcss": "8.1.1",
"no-unused-export": "1.14.0",
"postcss": "8.1.3",
"postcss-cli": "8.1.0",
"rev-static": "3.6.0",
"rimraf": "3.0.2",
"rollup": "2.32.0",
"rollup": "2.32.1",
"rollup-plugin-uglify": "6.0.4",
"stylelint": "13.7.2",
"stylelint-config-standard": "20.0.0",
"ts-loader": "8.0.5",
"ts-loader": "8.0.6",
"ts-node": "9.0.0",
"tsconfig-plantain": "0.0.1",
"type-coverage": "2.14.0",
"typescript": "4.0.3",
"watch-then-execute": "1.2.0",
"webpack": "5.1.3",
"webpack-cli": "4.0.0"
"webpack": "5.2.0",
"webpack-cli": "4.1.0"
},
"workspaces": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
},
"homepage": "https://github.com/plantain-00/tree-component#readme",
"dependencies": {
"react": "16",
"react": "17",
"tree-component": "^6.0.0"
},
"devDependencies": {
"@types/react": "16.9.53",
"@types/react-dom": "16.9.8",
"react-dom": "16.14.0"
"react-dom": "17.0.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down
Loading

0 comments on commit cb8de8b

Please sign in to comment.