Skip to content

Commit 3a95f67

Browse files
fix(deps): pin dependencies
1 parent dba0622 commit 3a95f67

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

.github/actions/test-package/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
npm run test
2828
- name: Publish test reports
2929
if: ${{ !cancelled() }}
30-
uses: EnricoMi/publish-unit-test-result-action@v2
30+
uses: EnricoMi/publish-unit-test-result-action@3a74b2957438d0b6e2e61d67b05318aa25c9e6c6 # v2
3131
with:
3232
files: "./packages/${{ inputs.package_name }}/test-results/**/*"
3333
check_name: "Test report for ${{ inputs.package_name }}"

.github/workflows/ghpages-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out GitHub Pages branch
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1616
with:
1717
# replace `fetch-depth` with `shallow-since` if and when actions/checkout#619 (or an equivalent) gets merged
1818
# then remove the "Fetch a bit more history" step below

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/scratch-gui/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
"dependencies": {
6060
"@mediapipe/face_detection": "0.4.1646425229",
6161
"@microbit/microbit-universal-hex": "0.2.2",
62-
"@radix-ui/react-context-menu": "^2.2.5",
63-
"@testing-library/user-event": "^14.6.1",
62+
"@radix-ui/react-context-menu": "2.2.16",
63+
"@testing-library/user-event": "14.6.1",
6464
"@scratch/scratch-render": "11.6.0",
6565
"@scratch/scratch-svg-renderer": "11.6.0",
6666
"@scratch/scratch-vm": "11.6.0",
67-
"@tensorflow-models/face-detection": "^1.0.3",
68-
"@tensorflow/tfjs": "^4.22.0",
67+
"@tensorflow-models/face-detection": "1.0.3",
68+
"@tensorflow/tfjs": "4.22.0",
6969
"arraybuffer-loader": "1.0.8",
7070
"autoprefixer": "9.8.8",
7171
"balance-text": "3.3.1",
@@ -103,15 +103,15 @@
103103
"query-string": "5.1.1",
104104
"raw-loader": "4.0.2",
105105
"react-draggable": "3.3.2",
106-
"react-ga": "^3.3.1",
106+
"react-ga": "3.3.1",
107107
"react-intl": "6.8.9",
108-
"react-modal": "^3.16.3",
108+
"react-modal": "3.16.3",
109109
"react-popover": "0.5.10",
110-
"react-redux": "^8.0.0",
110+
"react-redux": "8.1.3",
111111
"react-responsive": "9.0.0",
112112
"react-style-proptype": "3.2.2",
113-
"react-tabs": "^5.2.0",
114-
"react-tooltip": "^4.5.1",
113+
"react-tabs": "5.2.0",
114+
"react-tooltip": "4.5.1",
115115
"react-virtualized": "9.22.6",
116116
"react-visibility-sensor": "5.1.1",
117117
"redux-throttle": "0.1.1",
@@ -140,8 +140,8 @@
140140
"@babel/eslint-parser": "7.28.4",
141141
"@babel/preset-env": "7.28.3",
142142
"@babel/preset-react": "7.27.1",
143-
"@testing-library/jest-dom": "^5.16.5",
144-
"@testing-library/react": "^14.0.0",
143+
"@testing-library/jest-dom": "5.17.0",
144+
"@testing-library/react": "14.3.1",
145145
"@types/prop-types": "15.7.15",
146146
"@types/react-modal": "3.16.3",
147147
"@typescript-eslint/eslint-plugin": "8.7.0",

0 commit comments

Comments
 (0)