scratch-paint 4.0.23 → 4.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -50,7 +50,7 @@ jobs:
50
50
  NODE_ENV: production
51
51
  - name: Deploy playground to GitHub Pages
52
52
  if: ${{ env.TRIGGER_DEPLOY == 'true'}}
53
- uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3
53
+ uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
54
54
  with:
55
55
  github_token: ${{ secrets.GITHUB_TOKEN }}
56
56
  publish_dir: playground
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-paint",
3
- "version": "4.0.23",
3
+ "version": "4.0.24",
4
4
  "description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.",
5
5
  "main": "./dist/scratch-paint.js",
6
6
  "browser": "./src/index.js",
@@ -61,10 +61,10 @@
61
61
  "babel-plugin-transform-object-rest-spread": "6.26.0",
62
62
  "canvas": "2.11.2",
63
63
  "css-loader": "3.6.0",
64
- "eslint": "^9.38.0",
65
- "eslint-config-scratch": "^12.0.13",
64
+ "eslint": "9.38.0",
65
+ "eslint-config-scratch": "12.0.15",
66
66
  "gh-pages": "3.2.3",
67
- "globals": "^16.4.0",
67
+ "globals": "16.4.0",
68
68
  "html-webpack-plugin": "3.2.0",
69
69
  "husky": "8.0.3",
70
70
  "jest": "27.5.1",
@@ -81,7 +81,7 @@
81
81
  "redux-throttle": "0.1.1",
82
82
  "regenerator-runtime": "0.13.9",
83
83
  "rimraf": "2.7.1",
84
- "scratch-l10n": "6.0.69",
84
+ "scratch-l10n": "6.0.71",
85
85
  "scratch-semantic-release-config": "4.0.0",
86
86
  "semantic-release": "19.0.5",
87
87
  "style-loader": "1.3.0",