Skip to content

Commit fa8e3a1

Browse files
author
Sampo Kivistö
committed
Updated internal dependencies
1 parent 4c6540e commit fa8e3a1

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

fixtures/browser/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"author": "",
1414
"license": "MIT",
1515
"devDependencies": {
16-
"@babel/core": "7.12.10",
17-
"@babel/helper-replace-supers": "7.12.11",
18-
"@babel/plugin-proposal-class-properties": "7.12.1",
19-
"@babel/plugin-proposal-decorators": "7.12.12",
20-
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
21-
"@babel/preset-env": "7.12.11",
16+
"@babel/core": "7.12.13",
17+
"@babel/helper-replace-supers": "7.12.13",
18+
"@babel/plugin-proposal-class-properties": "7.12.13",
19+
"@babel/plugin-proposal-decorators": "7.12.13",
20+
"@babel/plugin-proposal-object-rest-spread": "7.12.13",
21+
"@babel/preset-env": "7.12.13",
2222
"babel-loader": "^8.2.2",
2323
"jasmine-core": "^3.6.0",
2424
"karma": "^5.2.3",
@@ -30,8 +30,8 @@
3030
"karma-jasmine": "^4.0.1",
3131
"karma-sauce-launcher": "^1",
3232
"karma-webpack": "4.0.2",
33-
"ts-loader": "^8.0.14",
34-
"wd": "^1.13.0",
33+
"ts-loader": "^8.0.16",
34+
"wd": "^1.14.0",
3535
"webpack": "^4"
3636
}
3737
}

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@
7979
"test:package": "node fixtures/packaging/build-all.js"
8080
},
8181
"devDependencies": {
82-
"@babel/core": "^7.12.10",
83-
"@babel/plugin-proposal-class-properties": "7.12.1",
84-
"@babel/preset-env": "7.12.11",
85-
"@babel/preset-typescript": "^7.12.7",
86-
"@rollup/plugin-alias": "^3.1.1",
82+
"@babel/core": "^7.12.13",
83+
"@babel/plugin-proposal-class-properties": "7.12.13",
84+
"@babel/preset-env": "7.12.13",
85+
"@babel/preset-typescript": "^7.12.13",
86+
"@rollup/plugin-alias": "^3.1.2",
8787
"@types/history": "^4.7.8",
8888
"@types/jest": "^26.0.20",
89-
"@types/node": "^14.14.20",
89+
"@types/node": "^14.14.25",
9090
"babel-core": "^7.0.0-bridge.0",
9191
"babel-jest": "^26.6.3",
9292
"babel-plugin-inferno": "6.1.1",
@@ -103,7 +103,7 @@
103103
"jest-silent-reporter": "^0.4.0",
104104
"jsdom": "^16.4.0",
105105
"lerna": "3.22.1",
106-
"lint-staged": "^10.5.3",
106+
"lint-staged": "^10.5.4",
107107
"madge": "^4.0.0",
108108
"merge-dirs": "^0.2.1",
109109
"minimist": "^1.2.5",
@@ -113,15 +113,15 @@
113113
"pre-commit": "^1.2.2",
114114
"prettier": "^2.2.1",
115115
"rimraf": "^3.0.2",
116-
"rollup": "2.36.1",
116+
"rollup": "2.38.5",
117117
"rollup-plugin-babel": "^4.4.0",
118118
"rollup-plugin-buble": "^0.19.8",
119119
"rollup-plugin-commonjs": "^10.1.0",
120120
"rollup-plugin-node-resolve": "^5.2.0",
121121
"rollup-plugin-replace": "^2.2.0",
122122
"rollup-plugin-terser": "^7.0.2",
123123
"rollup-plugin-typescript2": "^0.29.0",
124-
"sinon": "^9.2.3",
124+
"sinon": "^9.2.4",
125125
"tslint": "^6.1.3",
126126
"tslint-config-prettier": "^1.18.0",
127127
"typescript": "4.1.3"

0 commit comments

Comments
 (0)