Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickShaw committed Dec 23, 2023
1 parent fb483eb commit 334660a
Show file tree
Hide file tree
Showing 41 changed files with 255 additions and 173 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"hooks": {}
},
"dependencies": {
"@babel/core": "^7.23.5",
"@babel/core": "^7.23.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.5",
"@babel/plugin-proposal-decorators": "^7.23.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-syntax-jsx": "^7.23.3",
"@babel/plugin-transform-strict-mode": "^7.23.3",
"@babel/preset-env": "^7.23.5",
"@babel/preset-env": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/register": "^7.22.15",
Expand All @@ -47,13 +47,13 @@
"@storybook/core": "^6.0.16",
"@types/mocha": "^8.0.3",
"@types/node": "^14.6.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@yarnpkg/sdks": "^3.0.0-rc.48",
"babel-plugin-istanbul": "^6.1.1",
"cinder": "workspace:^",
"core-js": "^3.22.1",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"expect": "^27.5.1",
"flamebearer": "^1.1.3",
Expand All @@ -68,7 +68,7 @@
"react-dom": "^17.0.1",
"rewiremock": "^3.14.3",
"stylelint": "^14.7.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"packageManager": "[email protected]"
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@storybook/addon-actions": "^6.0.16",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
},
"types": "./src/index.ts",
"dependencies": {
"@babel/core": "^7.23.5",
"@babel/core": "^7.23.6",
"@babel/helper-builder-react-jsx": "^7.22.10",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/plugin-syntax-jsx": "^7.23.3",
"@babel/traverse": "^7.23.5",
"@babel/types": "^7.23.5"
"@babel/traverse": "^7.23.6",
"@babel/types": "^7.23.6"
},
"gitHead": "c4cacbc88b7064237cbaf402b49b9ff15bb637b6"
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"debugging"
],
"dependencies": {
"@babel/generator": "^7.23.5",
"@babel/parser": "^7.23.5",
"@babel/traverse": "^7.23.5",
"@babel/types": "^7.23.5",
"@babel/generator": "^7.23.6",
"@babel/parser": "^7.23.6",
"@babel/traverse": "^7.23.6",
"@babel/types": "^7.23.6",
"@fault/addon-hook-schema": "workspace:^",
"@fault/istanbul-util": "workspace:^",
"@fault/record-faults": "workspace:^",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"debugging"
],
"dependencies": {
"@babel/generator": "^7.23.5",
"@babel/parser": "^7.23.5",
"@babel/traverse": "^7.23.5",
"@babel/types": "^7.23.5",
"@babel/generator": "^7.23.6",
"@babel/parser": "^7.23.6",
"@babel/traverse": "^7.23.6",
"@babel/types": "^7.23.6",
"@fault/addon-hook-schema": "workspace:^",
"@fault/addon-sbfl": "workspace:^",
"@fault/istanbul-util": "workspace:^",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"benchmark"
],
"dependencies": {
"@babel/core": "^7.23.5",
"@babel/parser": "^7.23.5",
"@babel/core": "^7.23.6",
"@babel/parser": "^7.23.6",
"@babel/register": "^7.22.15",
"@fault/addon-sbfl": "workspace:^",
"@fault/istanbul-util": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/fl-benchmarker/javascript/viewer-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"benchmark"
],
"dependencies": {
"@babel/core": "^7.23.5",
"@babel/core": "^7.23.6",
"@pshaw/contextual-documents": "workspace:^",
"@pshaw/fs": "workspace:^",
"@pshaw/logger": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/monorepo/javascript/buildplan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"app"
],
"dependencies": {
"@babel/core": "^7.23.5",
"@babel/core": "^7.23.6",
"@buildplan/core": "workspace:^",
"@fault/addon-mutation-localization": "workspace:^",
"@fault/addon-sbfl": "workspace:^",
Expand Down Expand Up @@ -65,7 +65,7 @@
"stream-filter-glob": "workspace:^",
"stream-to-promise": "^3.0.0",
"through2": "^4.0.2",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"vinyl": "^2.2.1",
"vinyl-sourcemaps-apply": "^0.2.1"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@pshaw/eslint-config-plugin-cinder": "workspace:^",
"@pshaw/eslint-config-plugin-react": "workspace:^",
"@pshaw/eslint-config-plugin-typescript": "workspace:^",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"regex"
],
"devDependencies": {
"@babel/parser": "^7.23.5",
"@babel/types": "^7.23.5",
"@babel/parser": "^7.23.6",
"@babel/types": "^7.23.6",
"@pipelines/core": "workspace:^",
"@types/node": "^14.6.0"
},
Expand Down
Loading

0 comments on commit 334660a

Please sign in to comment.