This repository was archived by the owner on Aug 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +5906
-6487
lines changed Expand file tree Collapse file tree 6 files changed +5906
-6487
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -68,23 +68,23 @@ jobs:
68
68
python-3.6 :
69
69
<< : *test-template
70
70
docker :
71
- - image : circleci/python:3.6.12 -stretch-node-browsers
71
+ - image : circleci/python:3.6.13 -stretch-node-browsers
72
72
auth :
73
73
username : dashautomation
74
74
password : $DASH_PAT_DOCKERHUB
75
75
environment :
76
76
PYTHON_VERSION : py36
77
77
PERCY_ENABLE : 0
78
78
79
- python-3.7 :
79
+ python-3.9 :
80
80
<< : *test-template
81
81
docker :
82
- - image : circleci/python:3.7.9-stretch -node-browsers
82
+ - image : circleci/python:3.9.2-buster -node-browsers
83
83
auth :
84
84
username : dashautomation
85
85
password : $DASH_PAT_DOCKERHUB
86
86
environment :
87
- PYTHON_VERSION : py37
87
+ PYTHON_VERSION : py39
88
88
PERCY_ENABLE : 1
89
89
PERCY_PARALLEL_TOTAL : -1
90
90
@@ -94,7 +94,7 @@ workflows:
94
94
jobs :
95
95
- python-2.7
96
96
- python-3.6
97
- - python-3.7
97
+ - python-3.9
98
98
- percy-finalize :
99
99
requires :
100
- - python-3.7
100
+ - python-3.9
Original file line number Diff line number Diff line change
1
+ const presets = [
2
+ '@babel/preset-env' ,
3
+ '@babel/preset-react'
4
+ ] ;
5
+
6
+ module . exports = { presets } ;
You can’t perform that action at this time.
0 commit comments