scratch-render-fonts 1.0.0-prerelease.20221102164332 → 1.0.0-prerelease.20231017224654

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.
@@ -13,9 +13,7 @@ commands:
13
13
  - run:
14
14
  name: Setup
15
15
  command: |
16
- npm install
17
- npm update
18
- npm prune
16
+ npm ci
19
17
  test:
20
18
  steps:
21
19
  - run:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-render-fonts",
3
- "version": "1.0.0-prerelease.20221102164332",
3
+ "version": "1.0.0-prerelease.20231017224654",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "author": "Massachusetts Institute of Technology",
@@ -19,17 +19,14 @@
19
19
  "base64-loader": "1.0.0"
20
20
  },
21
21
  "devDependencies": {
22
- "babel-core": "6.26.0",
22
+ "babel-core": "6.26.3",
23
23
  "babel-eslint": "^8.1.2",
24
24
  "babel-loader": "7.1.4",
25
25
  "babel-preset-env": "1.6.1",
26
26
  "eslint": "^4.14.0",
27
- "eslint-config-import": "^0.13.0",
28
27
  "eslint-config-scratch": "^5.0.0",
29
- "eslint-plugin-import": "^2.8.0",
30
28
  "json": "^9.0.6",
31
- "lodash.defaultsdeep": "4.6.0",
32
- "mkdirp": "^0.5.1",
29
+ "lodash.defaultsdeep": "4.6.1",
33
30
  "rimraf": "^2.6.1",
34
31
  "webpack": "^4.43.0",
35
32
  "webpack-cli": "^3.3.11"
package/renovate.json5 ADDED
@@ -0,0 +1,7 @@
1
+ {
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+
4
+ "extends": [
5
+ "github>scratchfoundation/scratch-renovate-config"
6
+ ]
7
+ }