Skip to content

Commit

Permalink
Replaced merge-dirs package with fs-extra to get rid off old lodash
Browse files Browse the repository at this point in the history
dependency
  • Loading branch information
Havunen committed Feb 20, 2022
1 parent 63f0fe4 commit 66ea4bd
Show file tree
Hide file tree
Showing 5 changed files with 1,349 additions and 1,537 deletions.
10 changes: 5 additions & 5 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.0",
"@babel/core": "7.17.5",
"@babel/helper-replace-supers": "7.16.7",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-decorators": "7.17.0",
"@babel/plugin-proposal-object-rest-spread": "7.16.7",
"@babel/plugin-proposal-decorators": "7.17.2",
"@babel/plugin-proposal-object-rest-spread": "7.17.3",
"@babel/preset-env": "7.16.11",
"babel-loader": "^8.2.3",
"jasmine-core": "^4.0.0",
"karma": "^6.3.15",
"karma": "^6.3.16",
"karma-chrome-launcher": "^3.1.0",
"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.6",
"wd": "^1.14.0",
"webpack": "^5.68.0"
"webpack": "^5.69.1"
}
}
Loading

0 comments on commit 66ea4bd

Please sign in to comment.