Skip to content

Commit

Permalink
Updated dependencies & ran prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed Apr 26, 2022
1 parent 55577af commit 178bc4b
Show file tree
Hide file tree
Showing 4 changed files with 2,870 additions and 1,985 deletions.
12 changes: 6 additions & 6 deletions fixtures/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"author": "",
"license": "MIT",
"dependencies": {
"@babel/core": "7.17.5",
"@babel/core": "7.17.9",
"@babel/helper-replace-supers": "7.16.7",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-decorators": "7.17.2",
"@babel/plugin-proposal-decorators": "7.17.9",
"@babel/plugin-proposal-object-rest-spread": "7.17.3",
"@babel/preset-env": "7.16.11",
"babel-loader": "^8.2.3",
"jasmine-core": "^4.0.1",
"karma": "^6.3.17",
"babel-loader": "^8.2.5",
"jasmine-core": "^4.1.0",
"karma": "^6.3.19",
"karma-chrome-launcher": "^3.1.1",
"karma-detect-browsers": "^2.3.3",
"karma-firefox-launcher": "^2.1.2",
Expand All @@ -31,6 +31,6 @@
"karma-webpack": "5.0.0",
"ts-loader": "^9.2.8",
"wd": "^1.14.0",
"webpack": "^5.70.0"
"webpack": "^5.72.0"
}
}
Loading

0 comments on commit 178bc4b

Please sign in to comment.