@newhighsco/press-start 2.2.10 → 2.2.11

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.
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.10",
4
+ "version": "2.2.11",
5
5
  "author": "New High Score <hello@newhighsco.re>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -25,8 +25,8 @@
25
25
  "serve": "yarn --cwd template serve",
26
26
  "test": "yarn lint",
27
27
  "lint": "npm-run-all --parallel lint:*",
28
- "lint:js": "eslint --cache --ignore-path .gitignore --ext .js,.json,.jsx,.mdx .",
29
- "lint:css": "stylelint '**/*.{css,scss}' --cache --ignore-path .gitignore",
28
+ "lint:js": "eslint --cache --ignore-path .gitignore .",
29
+ "lint:css": "stylelint --cache --ignore-path .gitignore '**/*.?(s)css'",
30
30
  "lint:deps": "cd template && yalc check",
31
31
  "format": "npm-run-all --parallel format:*",
32
32
  "format:js": "yarn lint:js --fix",
@@ -34,27 +34,27 @@
34
34
  "format:deps": "cd template && yalc remove $npm_package_name && yarn unlink $npm_package_name && yarn install --check-files"
35
35
  },
36
36
  "dependencies": {
37
- "next-seo": "5.15.0"
37
+ "next-seo": "6.0.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@commitlint/cli": "17.3.0",
41
- "@newhighsco/commitlint-config": "1.1.10",
40
+ "@commitlint/cli": "17.5.1",
41
+ "@newhighsco/commitlint-config": "1.1.15",
42
42
  "@newhighsco/editor-config": "1.2.0",
43
- "@newhighsco/eslint-config": "3.4.15",
44
- "@newhighsco/prettier-config": "2.1.4",
45
- "@newhighsco/release-config": "1.3.10",
46
- "@newhighsco/stylelint-config": "3.1.28",
47
- "eslint": "8.29.0",
48
- "husky": "8.0.2",
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.37.0",
48
+ "husky": "8.0.3",
49
49
  "is-ci": "3.0.1",
50
50
  "npm-run-all": "4.1.5",
51
- "prettier": "2.8.0",
52
- "semantic-release": "19.0.5",
53
- "stylelint": "14.16.0",
51
+ "prettier": "2.8.7",
52
+ "semantic-release": "21.0.1",
53
+ "stylelint": "15.4.0",
54
54
  "yalc": "1.0.0-pre.53"
55
55
  },
56
56
  "peerDependencies": {
57
- "next": "13.0.6"
57
+ "next": "13.2.4"
58
58
  },
59
59
  "commitlint": {
60
60
  "extends": [
@@ -1,8 +1,8 @@
1
- import React from 'react'
1
+ import { SiteContainer, ThemeProvider } from '@newhighsco/chipset'
2
+ import { DefaultSeo } from 'next-seo'
2
3
  import { func, object } from 'prop-types'
4
+ import React from 'react'
3
5
  import urlJoin from 'url-join'
4
- import { DefaultSeo } from 'next-seo'
5
- import { SiteContainer, ThemeProvider } from '@newhighsco/chipset'
6
6
 
7
7
  const AppPage = ({ Component, pageProps, theme, config, meta }) => {
8
8
  const {
@@ -1,6 +1,6 @@
1
- import React from 'react'
2
- import { array, bool, node, object, string } from 'prop-types'
3
1
  import { NextSeo } from 'next-seo'
2
+ import { array, bool, node, object, string } from 'prop-types'
3
+ import React from 'react'
4
4
 
5
5
  const Meta = ({
6
6
  children,