Skip to content

Commit b631959

Browse files
author
Sampo Kivistö
committed
Updated deps
1 parent fa8e3a1 commit b631959

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

fixtures/browser/package.json

Lines changed: 3 additions & 3 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.13",
16+
"@babel/core": "7.12.16",
1717
"@babel/helper-replace-supers": "7.12.13",
1818
"@babel/plugin-proposal-class-properties": "7.12.13",
1919
"@babel/plugin-proposal-decorators": "7.12.13",
2020
"@babel/plugin-proposal-object-rest-spread": "7.12.13",
21-
"@babel/preset-env": "7.12.13",
21+
"@babel/preset-env": "7.12.16",
2222
"babel-loader": "^8.2.2",
2323
"jasmine-core": "^3.6.0",
2424
"karma": "^5.2.3",
@@ -30,7 +30,7 @@
3030
"karma-jasmine": "^4.0.1",
3131
"karma-sauce-launcher": "^1",
3232
"karma-webpack": "4.0.2",
33-
"ts-loader": "^8.0.16",
33+
"ts-loader": "^8.0.17",
3434
"wd": "^1.14.0",
3535
"webpack": "^4"
3636
}

package.json

Lines changed: 6 additions & 6 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.13",
82+
"@babel/core": "^7.12.16",
8383
"@babel/plugin-proposal-class-properties": "7.12.13",
84-
"@babel/preset-env": "7.12.13",
85-
"@babel/preset-typescript": "^7.12.13",
84+
"@babel/preset-env": "7.12.16",
85+
"@babel/preset-typescript": "^7.12.16",
8686
"@rollup/plugin-alias": "^3.1.2",
8787
"@types/history": "^4.7.8",
8888
"@types/jest": "^26.0.20",
89-
"@types/node": "^14.14.25",
89+
"@types/node": "^14.14.27",
9090
"babel-core": "^7.0.0-bridge.0",
9191
"babel-jest": "^26.6.3",
9292
"babel-plugin-inferno": "6.1.1",
@@ -113,7 +113,7 @@
113113
"pre-commit": "^1.2.2",
114114
"prettier": "^2.2.1",
115115
"rimraf": "^3.0.2",
116-
"rollup": "2.38.5",
116+
"rollup": "2.39.0",
117117
"rollup-plugin-babel": "^4.4.0",
118118
"rollup-plugin-buble": "^0.19.8",
119119
"rollup-plugin-commonjs": "^10.1.0",
@@ -124,6 +124,6 @@
124124
"sinon": "^9.2.4",
125125
"tslint": "^6.1.3",
126126
"tslint-config-prettier": "^1.18.0",
127-
"typescript": "4.1.3"
127+
"typescript": "4.1.5"
128128
}
129129
}

0 commit comments

Comments
 (0)