Skip to content

Commit

Permalink
bump: [#4684] Update multiple dependencies inside public libraries to…
Browse files Browse the repository at this point in the history
… latest version (#4739)

* Update dependencies in libraries' projects

* Fix some issues in testing projects

* Update root package.json typescript and @types/node versions

* Fix @types/express problem in yarn.lock

* Fix pipelines
  • Loading branch information
sw-joelmut authored Sep 10, 2024
1 parent 1f6bad8 commit a3fc96e
Show file tree
Hide file tree
Showing 48 changed files with 1,771 additions and 1,407 deletions.
22 changes: 11 additions & 11 deletions libraries/adaptive-expressions-ie11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@
"dependencies": {
"adaptive-expressions": "4.1.6",
"clean-webpack-plugin": "^4.0.0",
"core-js": "^3.3.2",
"core-js": "^3.38.1",
"terser-webpack-plugin": "^5.3.10"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.2",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@babel/runtime": "^7.23.2",
"babel-loader": "^8.0.6",
"ts-loader": "^7.0.5",
"typescript": "3.5.3",
"webpack": "^5.92.0",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@babel/runtime": "^7.25.4",
"babel-loader": "^9.1.3",
"ts-loader": "^9.5.1",
"typescript": "~4.7",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
Expand Down
Loading

0 comments on commit a3fc96e

Please sign in to comment.