Skip to content

Commit 10477dd

Browse files
committed
update changes
1 parent 52e7e56 commit 10477dd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ coverage
134134
htmlcov
135135
tags
136136
demo/static/dist/*
137-
static
137+
static/

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"author": "",
2323
"license": "ISC",
2424
"dependencies": {
25-
"@babel/core": "^7.11.6",
26-
"@inertiajs/inertia": "^0.2.3",
27-
"@inertiajs/inertia-vue": "^0.2.2",
25+
"@babel/core": "^7.12.3",
26+
"@inertiajs/inertia": "^0.6.2",
27+
"@inertiajs/inertia-vue": "^0.4.2",
2828
"@vue/component-compiler-utils": "^3.2.0",
2929
"autoprefixer": "^9.8.6",
30-
"axios": "^0.20.0",
30+
"axios": "^0.21.0",
3131
"buttons": "^0.1.2",
3232
"concurrently": "^5.3.0",
3333
"cross-env": "^7.0.2",
@@ -38,8 +38,8 @@
3838
"popper.js": "^1.16.1",
3939
"portal-vue": "^2.1.7",
4040
"reset": "^0.1.0",
41-
"sass": "^1.26.10",
42-
"tailwindcss": "^1.8.5",
41+
"sass": "^1.29.0",
42+
"tailwindcss": "^1.9.6",
4343
"underscore": "^1.11.0",
4444
"vue": "^2.6.12",
4545
"vue-hot-reload-api": "^2.3.4",

0 commit comments

Comments
 (0)