Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

chore(deps): update minor and patch #357

Merged
merged 1 commit into from
May 4, 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 .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ executors:
working_directory: ~/dist-flow-charts
browser-node:
docker:
- image: cimg/node:22.0.0-browsers
- image: cimg/node:22.1.0-browsers
- image: mcr.microsoft.com/playwright:focal
working_directory: ~/dist-flow-charts

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"license": "ISC",
"devDependencies": {
"@after-work.js/aw": "6.0.14",
"@babel/core": "7.24.4",
"@babel/eslint-parser": "7.24.1",
"@babel/preset-env": "7.24.4",
"@babel/core": "7.24.5",
"@babel/eslint-parser": "7.24.5",
"@babel/preset-env": "7.24.5",
"@babel/preset-react": "7.24.1",
"@nebula.js/cli": "4.14.0",
"@nebula.js/cli-build": "4.14.0",
"@nebula.js/cli-sense": "4.14.0",
"@nebula.js/cli-serve": "4.14.0",
"@playwright/test": "1.43.1",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/jest-dom": "6.4.5",
"babel-jest": "29.7.0",
"babel-loader": "9.1.3",
"chai": "4.4.1",
Expand Down Expand Up @@ -65,7 +65,7 @@
},
"pnpm": {
"overrides": {
"caniuse-lite": "1.0.30001614"
"caniuse-lite": "1.0.30001615"
}
}
}
Loading