Skip to content

Commit e77d9ac

Browse files
committed
Update Vite
This fixes npm audit errors. The path to bootstrap import had to be changed.
1 parent c82b8e5 commit e77d9ac

15 files changed

+1652
-1687
lines changed

app/static/css/custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $primary: #774b85 !default;
22
$dark: darken($primary, 15%) !default;
33
$link-color: #007bff;
44
$body-color: #495057;
5-
@import 'node_modules/bootstrap/scss/bootstrap';
5+
@import 'bootstrap';
66

77
[v-cloak] {
88
display: none;
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
{
2-
"_lodash-CXGpkqCe.js": {
3-
"file": "assets/lodash-CXGpkqCe.js",
2+
"_lodash-BwctMegf.js": {
3+
"file": "assets/lodash-BwctMegf.js",
44
"name": "lodash"
55
},
6-
"_pev2-4-bVirD5.js": {
7-
"file": "assets/pev2-4-bVirD5.js",
6+
"_pev2-CCKYbavq.js": {
7+
"file": "assets/pev2-CCKYbavq.js",
88
"name": "pev2",
99
"imports": [
10-
"_vue-CCCXMz7o.js"
10+
"_vue-CAlcOYJV.js"
1111
]
1212
},
13-
"_vue-CCCXMz7o.js": {
14-
"file": "assets/vue-CCCXMz7o.js",
13+
"_vue-CAlcOYJV.js": {
14+
"file": "assets/vue-CAlcOYJV.js",
1515
"name": "vue"
1616
},
1717
"app/static/js/common.js": {
18-
"file": "assets/about-DyrXBQiL.js",
18+
"file": "assets/about-C-86WtE6.js",
1919
"name": "about",
2020
"src": "app/static/js/common.js",
2121
"isEntry": true,
2222
"imports": [
23-
"_vue-CCCXMz7o.js"
23+
"_vue-CAlcOYJV.js"
2424
],
2525
"css": [
26-
"assets/about-DswCMznZ.css"
26+
"assets/about-D5j3Gc4k.css"
2727
]
2828
},
2929
"app/static/js/index.js": {
30-
"file": "assets/index-BbaVuJt5.js",
30+
"file": "assets/index-rQMIlcxz.js",
3131
"name": "index",
3232
"src": "app/static/js/index.js",
3333
"isEntry": true,
3434
"imports": [
3535
"app/static/js/common.js",
36-
"_vue-CCCXMz7o.js",
37-
"_lodash-CXGpkqCe.js"
36+
"_vue-CAlcOYJV.js",
37+
"_lodash-BwctMegf.js"
3838
]
3939
},
4040
"app/static/js/plan.js": {
41-
"file": "assets/plan-rmXari3n.js",
41+
"file": "assets/plan-Bwjl4Amt.js",
4242
"name": "plan",
4343
"src": "app/static/js/plan.js",
4444
"isEntry": true,
4545
"imports": [
4646
"app/static/js/common.js",
47-
"_vue-CCCXMz7o.js",
48-
"_pev2-4-bVirD5.js"
47+
"_vue-CAlcOYJV.js",
48+
"_pev2-CCKYbavq.js"
4949
],
5050
"css": [
51-
"assets/plan-pO7mJAcn.css"
51+
"assets/plan-QCxXfBMu.css"
5252
]
5353
}
5454
}
Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/static/dist/assets/index-BbaVuJt5.js

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

app/static/dist/assets/index-rQMIlcxz.js

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/static/dist/assets/lodash-BwctMegf.js

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/static/dist/assets/lodash-CXGpkqCe.js

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

app/static/dist/assets/pev2-4-bVirD5.js

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

app/static/dist/assets/pev2-CCKYbavq.js

Lines changed: 929 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)