Skip to content

Commit 24dee77

Browse files
fix(deps): pin dependencies
1 parent 788ae51 commit 24dee77

File tree

7 files changed

+56
-69
lines changed

7 files changed

+56
-69
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: 29 additions & 42 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: 19 additions & 19 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",
62+
"@radix-ui/react-context-menu": "2.2.16",
6363
"@scratch/scratch-render": "11.6.0",
6464
"@scratch/scratch-svg-renderer": "11.6.0",
6565
"@scratch/scratch-vm": "11.6.0",
66-
"@tensorflow-models/face-detection": "^1.0.3",
67-
"@tensorflow/tfjs": "^4.22.0",
68-
"@testing-library/user-event": "^14.6.1",
66+
"@tensorflow-models/face-detection": "1.0.3",
67+
"@tensorflow/tfjs": "4.22.0",
68+
"@testing-library/user-event": "14.6.1",
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.2",
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",
@@ -139,25 +139,25 @@
139139
"@babel/core": "7.28.4",
140140
"@babel/preset-env": "7.28.3",
141141
"@babel/preset-react": "7.27.1",
142-
"@testing-library/jest-dom": "^5.16.5",
143-
"@testing-library/react": "^14.0.0",
144-
"@types/jest": "^25.2.3",
142+
"@testing-library/jest-dom": "5.17.0",
143+
"@testing-library/react": "14.3.1",
144+
"@types/jest": "25.2.3",
145145
"@types/prop-types": "15.7.15",
146146
"@types/react-modal": "3.16.3",
147147
"babel-core": "7.0.0-bridge.0",
148148
"babel-loader": "9.2.1",
149-
"buffer": "^6.0.3",
149+
"buffer": "6.0.3",
150150
"cheerio": "1.1.2",
151151
"cross-env": "7.0.3",
152152
"eslint": "9.38.0",
153-
"eslint-config-scratch": "^12.0.8",
154-
"eslint-import-resolver-webpack": "^0.13.10",
155-
"eslint-plugin-import": "^2.32.0",
156-
"eslint-plugin-react": "^7.37.5",
153+
"eslint-config-scratch": "12.0.12",
154+
"eslint-import-resolver-webpack": "0.13.10",
155+
"eslint-plugin-import": "2.32.0",
156+
"eslint-plugin-react": "7.37.5",
157157
"file-loader": "6.2.0",
158158
"gh-pages": "3.2.3",
159159
"html-webpack-plugin": "5.6.4",
160-
"jest": "^25.5.4",
160+
"jest": "25.5.4",
161161
"jest-junit": "7.0.0",
162162
"mkdirp": "1.0.4",
163163
"raf": "3.4.1",
@@ -169,7 +169,7 @@
169169
"selenium-webdriver": "3.6.0",
170170
"semantic-release": "19.0.5",
171171
"stream-browserify": "3.0.0",
172-
"ts-jest": "^25.5.1",
172+
"ts-jest": "25.5.1",
173173
"ts-loader": "9.5.4",
174174
"url-loader": "4.1.1",
175175
"web-audio-test-api": "0.5.2",

packages/scratch-render/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
"copy-webpack-plugin": "6.4.1",
6666
"docdash": "0.4.0",
6767
"eslint": "9.38.0",
68-
"eslint-config-scratch": "^12.0.8",
68+
"eslint-config-scratch": "12.0.12",
6969
"gh-pages": "1.2.0",
70-
"globals": "^16.4.0",
70+
"globals": "16.4.0",
7171
"html-webpack-plugin": "5.6.4",
7272
"jsdoc": "3.6.11",
7373
"json": "9.0.6",

packages/scratch-svg-renderer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"babel-loader": "9.2.1",
5252
"copy-webpack-plugin": "6.4.1",
5353
"eslint": "9.38.0",
54-
"eslint-config-scratch": "^12.0.8",
55-
"globals": "^16.4.0",
54+
"eslint-config-scratch": "12.0.12",
55+
"globals": "16.4.0",
5656
"jsdom": "13.2.0",
5757
"json": "9.0.6",
5858
"mkdirp": "2.1.6",

packages/scratch-vm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@
7979
"copy-webpack-plugin": "6.4.1",
8080
"docdash": "1.2.0",
8181
"eslint": "9.38.0",
82-
"eslint-config-scratch": "^12.0.8",
82+
"eslint-config-scratch": "12.0.12",
8383
"expose-loader": "1.0.3",
8484
"file-loader": "6.2.0",
8585
"format-message-cli": "6.2.4",
86-
"globals": "^16.4.0",
86+
"globals": "16.4.0",
8787
"in-publish": "2.0.1",
8888
"js-md5": "0.7.3",
8989
"jsdoc": "3.6.11",

0 commit comments

Comments
 (0)