Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jasmine-core from 5.1.2 to 5.2.0 #1957

Merged
merged 1 commit into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"jasmine-browser-runner": "^2.5.0",
"jasmine-core": "^5.1.2",
"jasmine-core": "^5.2.0",
"postcss": "^8.4.41",
"standardx": "^7.0.0",
"stylelint": "^16.8.2",
Expand Down
21 changes: 5 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1908,10 +1908,10 @@ __metadata:
languageName: node
linkType: hard

"jasmine-core@npm:^5.1.2":
version: 5.1.2
resolution: "jasmine-core@npm:5.1.2"
checksum: bca92fd9c69eb3ed6e11d9de2e06939ba2c4157acaf15f9a19efc87a10af6a6937acbc424726e34ea8b2cc06b3d6fe733fbd2cfd3c9a258b3528567f89d8a578
"jasmine-core@npm:^5.2.0":
version: 5.2.0
resolution: "jasmine-core@npm:5.2.0"
checksum: eac5298932fef389071529d55b8b4554646cb0094c765dac48d041e7e0c70822b0a3d831acaeec5b47ce0f0c90cad8e6926202ec67804638b4e5bf89a43def3e
languageName: node
linkType: hard

Expand Down Expand Up @@ -2764,17 +2764,6 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.4.39":
version: 8.4.39
resolution: "postcss@npm:8.4.39"
dependencies:
nanoid: "npm:^3.3.7"
picocolors: "npm:^1.0.1"
source-map-js: "npm:^1.2.0"
checksum: 16f5ac3c4e32ee76d1582b3c0dcf1a1fdb91334a45ad755eeb881ccc50318fb8d64047de4f1601ac96e30061df203f0f2e2edbdc0bfc49b9c57bc9fb9bedaea3
languageName: node
linkType: hard

"postcss@npm:^8.4.41":
version: 8.4.41
resolution: "postcss@npm:8.4.41"
Expand Down Expand Up @@ -3653,7 +3642,7 @@ __metadata:
resolution: "travel-advice-publisher@workspace:."
dependencies:
jasmine-browser-runner: "npm:^2.5.0"
jasmine-core: "npm:^5.1.2"
jasmine-core: "npm:^5.2.0"
paste-html-to-govspeak: "npm:^0.4.0"
postcss: "npm:^8.4.41"
standardx: "npm:^7.0.0"
Expand Down
Loading