Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bohollo committed May 14, 2024
1 parent fc53018 commit f8f521c
Show file tree
Hide file tree
Showing 21 changed files with 14,591 additions and 65 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
node_modules/*
vendor/*
composer.lock
package-lock.json
yarn.lock
.idea
.DS_Store
14,531 changes: 14,531 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,21 @@
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
"production": "cross-env NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider node_modules/webpack/bin/webpack.js --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"axios": "^0.21.1",
"bootstrap": "^4.4.1",
"cross-env": "^7.0.3",
"datatables": "^1.10.18",
"datatables.net-bs4": "^1.10.19",
"feather-icons": "^4.25.0",
"flag-icon-css": "^3.4.5",
"ionicons": "^4.5.5",
"jquery": "^3.3.1",
"jquery": "^3.7.1",
"laravel-mix": "^4.0.14",
"libsodium-wrappers": "^0.7.6",
"open-sans-fonts": "^1.5.0",
Expand All @@ -35,8 +36,5 @@
"select2": "^4.0.12",
"sweetalert2": "^8.19.0",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"fix": "^0.0.6"
}
}
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 9 additions & 9 deletions src/resources/dist/mage.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/resources/dist/mage.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/resources/dist/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/mage.js": "/mage.js?id=02a0c7974365df206af4",
"/mage.css": "/mage.css?id=3ca651fc5314502bd054"
"/mage.js": "/mage.js?id=4ad6f0a1a8ee59dc93a3",
"/mage.css": "/mage.css?id=5dadffd3489a7cd3be4e"
}

0 comments on commit f8f521c

Please sign in to comment.