Skip to content

Commit

Permalink
chore: bump packages (eslint, gh-pages, localforage, babel-eslint, ra…
Browse files Browse the repository at this point in the history
…mda)
  • Loading branch information
macabeus committed Jun 18, 2021
1 parent 9234688 commit 5e6deda
Show file tree
Hide file tree
Showing 3 changed files with 779 additions and 447 deletions.
12 changes: 6 additions & 6 deletions brush/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"deploy": "gh-pages -d dist",
"start": "webpack-dev-server --mode development --open --config config/webpack.config.js",
"build": "webpack --mode production --config config/webpack.config.js",
"lint": "./node_modules/eslint/bin/eslint.js . ; exit 0"
"lint": "./node_modules/.bin/eslint . . ; exit 0"
},
"author": "macabeus",
"license": "MIT",
Expand All @@ -19,10 +19,10 @@
"emblematic-icons": "0.7.1",
"former-kit-skin-pagarme": "1.5.3",
"former-kit": "1.7.2",
"gh-pages": "2.1.1",
"localforage": "1.7.3",
"gh-pages": "3.2.2",
"localforage": "1.9.0",
"prop-types": "15.7.2",
"ramda": "0.26.1",
"ramda": "0.27.1",
"react": "16.10.2",
"react-dom": "16.10.2",
"react-file-reader-input": "2.0.0",
Expand All @@ -38,10 +38,10 @@
"@babel/preset-react": "7.0.0",
"@svgr/webpack": "4.1.0",
"babel-loader": "8.0.5",
"babel-eslint": "10.0.1",
"babel-eslint": "10.1.0",
"buffer-loader": "0.1.0",
"copy-webpack-plugin": "5.0.4",
"eslint": "6.5.1",
"eslint": "7.29.0",
"css-loader": "2.1.0",
"eslint-config-pagarme-react": "3.0.0",
"file-loader": "3.0.1",
Expand Down
8 changes: 4 additions & 4 deletions scissors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
"scripts": {
"start": "webpack --watch --mode development --config webpack.config.js",
"build": "webpack --mode production --config webpack.config.js",
"lint": "./node_modules/eslint/bin/eslint.js . ; exit 0"
"lint": "./node_modules/.bin/eslint . ; exit 0"
},
"author": "macabeus",
"license": "MIT",
"dependencies": {
"binary": "0.3.0",
"js-sha1": "0.6.0",
"ramda": "0.26.1"
"ramda": "0.27.1"
},
"devDependencies": {
"@babel/core": "7.6.2",
"@babel/plugin-proposal-pipeline-operator": "7.5.0",
"babel-eslint": "10.0.3",
"babel-eslint": "10.1.0",
"babel-loader": "8.0.5",
"eslint": "6.5.1",
"eslint": "7.29.0",
"eslint-config-pagarme-react": "3.0.0",
"file-loader": "4.2.0",
"webpack-cli": "3.3.9",
Expand Down
Loading

0 comments on commit 5e6deda

Please sign in to comment.