Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
blmage committed Nov 16, 2021
1 parent 8cd086e commit aaff011
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"chrome-storage-promise": "git+https://github.com/blmage/chrome-storage-promise.git#semver:^1.0.0",
"classnames": "^2.3.1",
"duo-toolbox": "git+https://github.com/blmage/duo-toolbox.git#semver:^2.0.3",
"duo-toolbox": "git+https://github.com/blmage/duo-toolbox.git#semver:^3.1.0",
"lodash.merge": "^4.6.2",
"preact": "^10.5.14",
"preact-use": "git+https://github.com/blmage/preact-use.git#semver:^17.3.1-patch",
Expand All @@ -23,22 +23,22 @@
"react-transition-group": "^4.4.2"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/plugin-transform-react-jsx-source": "^7.14.5",
"@babel/preset-env": "^7.15.6",
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-transform-react-jsx": "^7.16.0",
"@babel/plugin-transform-react-jsx-source": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-replace": "^2.4.2",
"babel-plugin-macros": "^2.8.0",
"eslint": "^7.32.0",
"eslint-config-preact": "^1.1.4",
"eslint-plugin-jsdoc": "^30.7.13",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^3.0.0",
"babel-plugin-macros": "^3.1.0",
"eslint": "^8.2.0",
"eslint-config-preact": "^1.2.0",
"eslint-plugin-jsdoc": "^37.0.3",
"eslint-plugin-react": "^7.26.0",
"one-liner.macro": "git+https://github.com/blmage/one-liner.macro.git#semver:^3.3.0",
"rollup": "^2.57.0",
"rollup": "^2.59.0",
"rollup-plugin-purified-css": "git+https://github.com/blmage/rollup-plugin-purified-css.git#semver:^1.0.0",
"rollup-plugin-strict-alias": "^1.0.0",
"rollup-plugin-terser": "^7.0.2"
Expand Down

0 comments on commit aaff011

Please sign in to comment.