@newhighsco/press-start 2.2.12 → 2.2.14

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.
Files changed (1) hide show
  1. package/package.json +16 -23
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@newhighsco/press-start",
3
3
  "description": "Chipset + Next.js site starter by New High Score",
4
- "version": "2.2.12",
4
+ "version": "2.2.14",
5
5
  "author": "New High Score <hello@newhighsco.re>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -18,7 +18,6 @@
18
18
  ],
19
19
  "scripts": {
20
20
  "prepare": "(is-ci || husky install) && yarn --cwd template install --ignore-scripts",
21
- "prestart": "yalc publish && cd template && yalc link $npm_package_name",
22
21
  "start": "yarn --cwd template start",
23
22
  "prebuild": "yarn format:deps",
24
23
  "build": "yarn --cwd template build",
@@ -27,34 +26,31 @@
27
26
  "lint": "npm-run-all --parallel lint:*",
28
27
  "lint:js": "eslint --cache --ignore-path .gitignore .",
29
28
  "lint:css": "stylelint --cache --ignore-path .gitignore '**/*.?(s)css'",
30
- "lint:deps": "cd template && yalc check",
31
29
  "format": "npm-run-all --parallel format:*",
32
30
  "format:js": "yarn lint:js --fix",
33
- "format:css": "yarn lint:css --fix",
34
- "format:deps": "cd template && yalc remove $npm_package_name && yarn unlink $npm_package_name && yarn install --check-files"
31
+ "format:css": "yarn lint:css --fix"
35
32
  },
36
33
  "dependencies": {
37
- "next-seo": "6.1.0"
34
+ "next-seo": "6.4.0"
38
35
  },
39
36
  "devDependencies": {
40
- "@commitlint/cli": "17.6.5",
41
- "@newhighsco/commitlint-config": "1.1.15",
37
+ "@commitlint/cli": "18.2.0",
38
+ "@newhighsco/commitlint-config": "1.1.25",
42
39
  "@newhighsco/editor-config": "1.2.0",
43
- "@newhighsco/eslint-config": "4.0.27",
44
- "@newhighsco/prettier-config": "2.1.10",
45
- "@newhighsco/release-config": "1.3.17",
46
- "@newhighsco/stylelint-config": "3.1.44",
47
- "eslint": "8.43.0",
40
+ "@newhighsco/eslint-config": "4.0.89",
41
+ "@newhighsco/prettier-config": "2.1.15",
42
+ "@newhighsco/release-config": "1.3.41",
43
+ "@newhighsco/stylelint-config": "3.1.60",
44
+ "eslint": "8.52.0",
48
45
  "husky": "8.0.3",
49
46
  "is-ci": "3.0.1",
50
47
  "npm-run-all": "4.1.5",
51
- "prettier": "2.8.8",
52
- "semantic-release": "21.0.5",
53
- "stylelint": "15.9.0",
54
- "yalc": "1.0.0-pre.53"
48
+ "prettier": "3.0.3",
49
+ "semantic-release": "22.0.5",
50
+ "stylelint": "15.11.0"
55
51
  },
56
52
  "peerDependencies": {
57
- "next": "13.4.7"
53
+ "next": "14.0.0"
58
54
  },
59
55
  "commitlint": {
60
56
  "extends": [
@@ -75,10 +71,7 @@
75
71
  },
76
72
  "renovate": {
77
73
  "extends": [
78
- "@newhighsco"
79
- ],
80
- "baseBranches": [
81
- "main"
74
+ "local>newhighsco/.github:renovate-config"
82
75
  ],
83
76
  "pathRules": [
84
77
  {
@@ -86,7 +79,7 @@
86
79
  "template/package.json"
87
80
  ],
88
81
  "extends": [
89
- "@newhighsco"
82
+ "local>newhighsco/.github:renovate-config"
90
83
  ]
91
84
  }
92
85
  ]