Skip to content

Commit

Permalink
Update npm packages of performance tests (#361)
Browse files Browse the repository at this point in the history
* chore: update npm packages for Messages Performance test

* chore: update npm packages for Challenges Performance test

* chore: update npm packages for Files Performance test

* chore: update npm packages for Relationships Performance test

* chore: update npm packages for Tokens Performance test
  • Loading branch information
JLSRKonk authored Oct 31, 2023
1 parent 1e5fb5d commit acd5069
Show file tree
Hide file tree
Showing 10 changed files with 9,954 additions and 23,038 deletions.
6,562 changes: 1,976 additions & 4,586 deletions Modules/Challenges/test/Challenges.API.Tests.Performance.EndToEnd/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"name": "performance-test-challenges",
"license": "MIT",
"devDependencies": {
"@babel/core": "7.13.16",
"@babel/core": "7.23.2",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
"@babel/preset-env": "7.13.15",
"@babel/preset-typescript": "7.13.0",
"@types/k6": "~0.41.0",
"@types/webpack": "5.28.0",
"babel-loader": "8.2.2",
"clean-webpack-plugin": "4.0.0-alpha.0",
"copy-webpack-plugin": "^9.0.1",
"prettier": "2.8.4",
"typescript": "4.2.4",
"webpack": "^5.76.0",
"webpack-cli": "4.6.0",
"@babel/preset-env": "7.23.2",
"@babel/preset-typescript": "7.23.2",
"@types/k6": "~0.47.1",
"@types/webpack": "5.28.4",
"babel-loader": "9.1.3",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "^11.0.0",
"prettier": "3.0.3",
"typescript": "5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "5.1.4",
"webpack-glob-entries": "^1.0.1"
}
}
6,591 changes: 1,982 additions & 4,609 deletions Modules/Files/test/Files.API.Tests.Performance.EndToEnd/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
"name": "performance-test-files",
"license": "MIT",
"devDependencies": {
"@babel/core": "7.13.16",
"@babel/core": "7.23.2",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
"@babel/preset-env": "7.13.15",
"@babel/preset-typescript": "7.13.0",
"@types/k6": "~0.41.0",
"@types/webpack": "5.28.0",
"babel-loader": "8.2.2",
"clean-webpack-plugin": "4.0.0-alpha.0",
"copy-webpack-plugin": "^9.0.1",
"k6-expect": "^0.0.15",
"prettier": "2.8.4",
"typescript": "4.2.4",
"webpack": "^5.76.0",
"webpack-cli": "4.6.0",
"@babel/preset-env": "7.23.2",
"@babel/preset-typescript": "7.23.2",
"@types/k6": "~0.47.1",
"@types/webpack": "5.28.4",
"babel-loader": "9.1.3",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "^11.0.0",
"k6-expect": "^1.2.3",
"prettier": "3.0.3",
"typescript": "5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "5.1.4",
"webpack-glob-entries": "^1.0.1"
}
}
6,562 changes: 1,976 additions & 4,586 deletions Modules/Messages/test/Messages.API.Tests.Performance.EndToEnd/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"name": "performance-test-messages",
"license": "MIT",
"devDependencies": {
"@babel/core": "7.13.16",
"@babel/core": "7.23.2",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
"@babel/preset-env": "7.13.15",
"@babel/preset-typescript": "7.13.0",
"@types/k6": "~0.41.0",
"@types/webpack": "5.28.0",
"babel-loader": "8.2.2",
"clean-webpack-plugin": "4.0.0-alpha.0",
"copy-webpack-plugin": "^9.0.1",
"prettier": "2.8.4",
"typescript": "4.2.4",
"webpack": "^5.76.0",
"webpack-cli": "4.6.0",
"@babel/preset-env": "7.23.2",
"@babel/preset-typescript": "7.23.2",
"@types/k6": "~0.47.1",
"@types/webpack": "5.28.4",
"babel-loader": "9.1.3",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "^11.0.0",
"prettier": "3.0.3",
"typescript": "5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "5.1.4",
"webpack-glob-entries": "^1.0.1"
}
}
Loading

0 comments on commit acd5069

Please sign in to comment.