Skip to content

Commit

Permalink
Merge pull request #429 from y-bobrovskaya/fix/gatsby-version
Browse files Browse the repository at this point in the history
  • Loading branch information
lada-ilina committed Oct 24, 2021
2 parents 0fdd727 + 27c2b0b commit 5f23637
Show file tree
Hide file tree
Showing 44 changed files with 56,426 additions and 19,957 deletions.
20 changes: 20 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"parser": "babel-eslint",
"plugins": [
"flowtype"
],
"env": {
"browser": true
},
"globals": {
"__PATH_PREFIX__": false,
"___emitter": false
}
}
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
14
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js: '8'
node_js: '14'
git:
depth: 3
dist: trusty
Expand Down
305 changes: 0 additions & 305 deletions flow-typed/npm/react-vk_vx.x.x.js

This file was deleted.

1 change: 1 addition & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ let plugins = [
},
},
'gatsby-plugin-flow',
'gatsby-plugin-eslint',
'gatsby-plugin-styled-components',
{
resolve: 'gatsby-source-filesystem',
Expand Down
4 changes: 2 additions & 2 deletions jestPreprocess.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module.exports = require('babel-jest').createTransformer({
module.exports = require('babel-jest').default.createTransformer({
presets: [
'@babel/preset-flow',
[
'@babel/env',
{
targets: {
node: '8',
node: '14',
},
},
],
Expand Down
1 change: 1 addition & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[build]
publish = "public"
command = "npm run build"
NPM_VERSION = "7"
[build.environment]
YARN_VERSION = "1.3.2"
YARN_FLAGS = "--no-ignore-optional"
Loading

0 comments on commit 5f23637

Please sign in to comment.