Skip to content

Commit 011d25a

Browse files
renovate[bot]stipsan
authored andcommitted
fix: pin dependencies (#169)
1 parent c4c9c3c commit 011d25a

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

packages/scroll-into-view-if-needed/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
"@babel/plugin-external-helpers": "7.0.0-beta.44",
4141
"@babel/preset-env": "7.0.0-beta.44",
4242
"@babel/preset-typescript": "7.0.0-beta.44",
43-
"babel-plugin-add-module-exports": "^0.2.1",
43+
"babel-plugin-add-module-exports": "0.2.1",
4444
"babel-plugin-dev-expression": "0.2.1",
4545
"babel-plugin-styled-components": "1.5.1",
46-
"concurrently": "^3.5.0",
46+
"concurrently": "3.5.1",
4747
"release-relief": "1.0.1",
48-
"rimraf": "^2.6.1",
48+
"rimraf": "2.6.2",
4949
"rollup": "0.58.1",
5050
"rollup-plugin-babel": "4.0.0-beta.4",
5151
"rollup-plugin-commonjs": "9.1.0",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"styled-components": "3.2.6",
3232
"system-font-stack": "1.0.5",
3333
"typescript": "2.8.3",
34-
"uglifyjs-webpack-plugin": "^1.0.1"
34+
"uglifyjs-webpack-plugin": "1.2.5"
3535
},
3636
"devDependencies": {
3737
"@cypress/browserify-preprocessor": "1.0.2",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ babel-messages@^6.23.0:
12481248
dependencies:
12491249
babel-runtime "^6.22.0"
12501250

1251-
[email protected], babel-plugin-add-module-exports@^0.2.1:
1251+
12521252
version "0.2.1"
12531253
resolved "https://registry.yarnpkg.com/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-0.2.1.tgz#9ae9a1f4a8dc67f0cdec4f4aeda1e43a5ff65e25"
12541254

@@ -2530,7 +2530,7 @@ concat-stream@~1.5.0, concat-stream@~1.5.1:
25302530
readable-stream "~2.0.0"
25312531
typedarray "~0.0.5"
25322532

2533-
concurrently@^3.5.0:
2533+
25342534
version "3.5.1"
25352535
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-3.5.1.tgz#ee8b60018bbe86b02df13e5249453c6ececd2521"
25362536
dependencies:
@@ -7297,7 +7297,7 @@ right-align@^0.1.1:
72977297
dependencies:
72987298
align-text "^0.1.1"
72997299

7300-
rimraf@^2.2.8, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2:
7300+
rimraf@2.6.2, rimraf@^2.2.8, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2:
73017301
version "2.6.2"
73027302
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36"
73037303
dependencies:
@@ -8363,15 +8363,7 @@ [email protected]:
83638363
webpack-sources "^1.1.0"
83648364
worker-farm "^1.5.2"
83658365

8366-
uglifyjs-webpack-plugin@^0.4.6:
8367-
version "0.4.6"
8368-
resolved "https://registry.yarnpkg.com/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-0.4.6.tgz#b951f4abb6bd617e66f63eb891498e391763e309"
8369-
dependencies:
8370-
source-map "^0.5.6"
8371-
uglify-js "^2.8.29"
8372-
webpack-sources "^1.0.1"
8373-
8374-
uglifyjs-webpack-plugin@^1.0.1:
8366+
83758367
version "1.2.5"
83768368
resolved "https://registry.yarnpkg.com/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-1.2.5.tgz#2ef8387c8f1a903ec5e44fa36f9f3cbdcea67641"
83778369
dependencies:
@@ -8384,6 +8376,14 @@ uglifyjs-webpack-plugin@^1.0.1:
83848376
webpack-sources "^1.1.0"
83858377
worker-farm "^1.5.2"
83868378

8379+
uglifyjs-webpack-plugin@^0.4.6:
8380+
version "0.4.6"
8381+
resolved "https://registry.yarnpkg.com/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-0.4.6.tgz#b951f4abb6bd617e66f63eb891498e391763e309"
8382+
dependencies:
8383+
source-map "^0.5.6"
8384+
uglify-js "^2.8.29"
8385+
webpack-sources "^1.0.1"
8386+
83878387
83888388
version "0.0.5"
83898389
resolved "https://registry.yarnpkg.com/uid-number/-/uid-number-0.0.5.tgz#5a3db23ef5dbd55b81fce0ec9a2ac6fccdebb81e"

0 commit comments

Comments
 (0)