Skip to content

Commit

Permalink
chore: update dependencies (#1376)
Browse files Browse the repository at this point in the history
* update dev dependencies
* remove unused axios dependency

Signed-off-by: Bart Smykla <[email protected]>
  • Loading branch information
bartsmykla committed Jun 23, 2023
1 parent 6e9348a commit c220a9b
Show file tree
Hide file tree
Showing 4 changed files with 205 additions and 245 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ PLATFORMS
arm64-darwin-21
arm64-darwin-22
x86_64-darwin-21
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
Expand Down
1 change: 0 additions & 1 deletion app/_assets/javascripts/form.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import axios from 'axios'
import { ajax } from 'jquery'

export default class Form {
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@
"@kongponents/styles": "^0.2.0",
"anchor-js": "^4.3.1",
"animejs": "^3.1.0",
"axios": "^0.21.2",
"jquery": "^3.5.1",
"prismjs": "^1.29.0",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"sass": "^1.55.0",
"sass": "^1.63.5",
"stylus": "^0.59.0",
"vite": "^3.2.7",
"vite-plugin-ruby": "^3.1.0",
"vite-plugin-windicss": "^1.8.8",
"vite": "^4.3.9",
"vite-plugin-ruby": "^3.2.2",
"vite-plugin-windicss": "^1.9.0",
"windicss": "^3.5.6"
}
}
Loading

0 comments on commit c220a9b

Please sign in to comment.