Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 1, 2021
1 parent fcfbe54 commit b31fdbe
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Electron/todolist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"electron": "^6.0.0"
},
"devDependencies": {
"electron-packager": "^10.1.0"
"electron-packager": "10.1.2"
}
}
6 changes: 3 additions & 3 deletions border-shadow-magic-with-styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-scripts": "2.1.1",
"warning": "^4.0.2"
"warning": "4.0.3"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -24,7 +24,7 @@
"not op_mini all"
],
"devDependencies": {
"prop-types": "^15.6.2",
"styled-components": "^4.1.1"
"prop-types": "15.7.2",
"styled-components": "4.4.1"
}
}
22 changes: 11 additions & 11 deletions imageFilter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"classnames": "^2.2.6",
"classnames": "2.3.1",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"rc-input-number": "^4.4.1",
"rc-slider": "^8.6.9",
"rc-tooltip": "^3.7.3",
"react-draggable": "^3.3.0",
"react-dropzone": "^9.0.0",
"react-redux": "^5.0.7",
"react-toastify": "^5.1.0",
"redux": "^4.0.0",
"styled-components": "^4.2.0",
"styled-is": "^1.3.0",
"rc-input-number": "4.6.3",
"rc-slider": "8.7.1",
"rc-tooltip": "3.7.3",
"react-draggable": "3.3.2",
"react-dropzone": "9.0.0",
"react-redux": "5.1.2",
"react-toastify": "5.5.0",
"redux": "4.1.1",
"styled-components": "4.4.1",
"styled-is": "1.3.0",
"react": "^16.8.6",
"react-dom": "^16.2.0"
},
Expand Down
14 changes: 7 additions & 7 deletions puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"vue": "^2.5.13"
},
"devDependencies": {
"parcel-bundler": "^1.4.1",
"koa": "^2.4.1",
"mocha": "^5.0.0",
"puppeteer": "^1.0.0",
"node-sass": "^4.7.2",
"postcss-modules": "^1.1.0",
"concurrently": "^3.5.1"
"parcel-bundler": "1.12.5",
"koa": "2.13.1",
"mocha": "5.2.0",
"puppeteer": "1.20.0",
"node-sass": "4.14.1",
"postcss-modules": "1.5.0",
"concurrently": "3.6.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
4 changes: 2 additions & 2 deletions simple-easy-assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"chalk": "^4.1.2",
"ctressa": "^1.2.0"
"chalk": "4.1.2",
"ctressa": "1.2.0"
}
}
4 changes: 2 additions & 2 deletions simple-easy-assert/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions webpack_plugin_test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/parser": "^7.3.4",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
"webpack": "4.46.0",
"webpack-cli": "3.3.12"
},
"dependencies": {
"expect": "^24.3.1"
Expand Down

0 comments on commit b31fdbe

Please sign in to comment.