Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 81368ee

Browse files
authored
Merge pull request #182 from plotly/update-toolchain-20210324
Update toolchain
2 parents d0f1fc6 + 444203f commit 81368ee

File tree

6 files changed

+5906
-6487
lines changed

6 files changed

+5906
-6487
lines changed

.babelrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,23 +68,23 @@ jobs:
6868
python-3.6:
6969
<<: *test-template
7070
docker:
71-
- image: circleci/python:3.6.12-stretch-node-browsers
71+
- image: circleci/python:3.6.13-stretch-node-browsers
7272
auth:
7373
username: dashautomation
7474
password: $DASH_PAT_DOCKERHUB
7575
environment:
7676
PYTHON_VERSION: py36
7777
PERCY_ENABLE: 0
7878

79-
python-3.7:
79+
python-3.9:
8080
<<: *test-template
8181
docker:
82-
- image: circleci/python:3.7.9-stretch-node-browsers
82+
- image: circleci/python:3.9.2-buster-node-browsers
8383
auth:
8484
username: dashautomation
8585
password: $DASH_PAT_DOCKERHUB
8686
environment:
87-
PYTHON_VERSION: py37
87+
PYTHON_VERSION: py39
8888
PERCY_ENABLE: 1
8989
PERCY_PARALLEL_TOTAL: -1
9090

@@ -94,7 +94,7 @@ workflows:
9494
jobs:
9595
- python-2.7
9696
- python-3.6
97-
- python-3.7
97+
- python-3.9
9898
- percy-finalize:
9999
requires:
100-
- python-3.7
100+
- python-3.9

babel.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
const presets = [
2+
'@babel/preset-env',
3+
'@babel/preset-react'
4+
];
5+
6+
module.exports = { presets };

0 commit comments

Comments
 (0)