Skip to content

Commit 5619391

Browse files
fix(deps): pin dependencies
1 parent 05110f3 commit 5619391

File tree

6 files changed

+60
-60
lines changed

6 files changed

+60
-60
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 }}"

package-lock.json

Lines changed: 33 additions & 33 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: 20 additions & 20 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,26 +139,26 @@
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.17",
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": "^29.7.0",
161-
"jest-environment-jsdom": "^29.7.0",
160+
"jest": "29.7.0",
161+
"jest-environment-jsdom": "29.7.0",
162162
"jest-junit": "7.0.0",
163163
"mkdirp": "1.0.4",
164164
"raf": "3.4.1",
@@ -170,7 +170,7 @@
170170
"selenium-webdriver": "3.6.0",
171171
"semantic-release": "19.0.5",
172172
"stream-browserify": "3.0.0",
173-
"ts-jest": "^29.4.5",
173+
"ts-jest": "29.4.5",
174174
"ts-loader": "9.5.4",
175175
"url-loader": "4.1.1",
176176
"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.17",
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
"playwright-chromium": "1.56.1",

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.17",
55+
"globals": "16.4.0",
5656
"jsdom": "13.2.0",
5757
"mkdirp": "2.1.6",
5858
"rimraf": "3.0.2",

packages/scratch-vm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@
8282
"copy-webpack-plugin": "6.4.1",
8383
"docdash": "1.2.0",
8484
"eslint": "9.38.0",
85-
"eslint-config-scratch": "^12.0.8",
85+
"eslint-config-scratch": "12.0.17",
8686
"expose-loader": "1.0.3",
8787
"file-loader": "6.2.0",
8888
"format-message-cli": "6.2.4",
89-
"globals": "^16.4.0",
89+
"globals": "16.4.0",
9090
"in-publish": "2.0.1",
9191
"js-md5": "0.7.3",
9292
"jsdoc": "3.6.11",

0 commit comments

Comments
 (0)