Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 6, 2021
1 parent 867de89 commit cea18f4
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 35 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"
}
}
4 changes: 2 additions & 2 deletions babel_plugin_test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"author": "ZWkang",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/parser": "^7.3.4"
"@babel/core": "7.14.3",
"@babel/parser": "7.14.4"
},
"peerDependencies": {
"mocha": "^6.0.2",
Expand Down
10 changes: 5 additions & 5 deletions border-shadow-magic-with-styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react": "16.14.0",
"react-dom": "16.14.0",
"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"
}
}
32 changes: 16 additions & 16 deletions imageFilter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"classnames": "^2.2.6",
"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",
"react": "^16.8.6",
"react-dom": "^16.2.0"
"classnames": "2.3.1",
"lodash.debounce": "4.0.8",
"lodash.get": "4.4.2",
"lodash.set": "4.3.2",
"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.0",
"styled-components": "4.4.1",
"styled-is": "1.3.0",
"react": "16.14.0",
"react-dom": "16.14.0"
},
"devDependencies": {
"react-scripts": "1.1.1"
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
8 changes: 4 additions & 4 deletions webpack_plugin_test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"author": "ZWkang",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/parser": "^7.3.4",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
"@babel/core": "7.14.3",
"@babel/parser": "7.14.4",
"webpack": "4.46.0",
"webpack-cli": "3.3.12"
},
"dependencies": {
"expect": "^24.3.1"
Expand Down

0 comments on commit cea18f4

Please sign in to comment.