chore: update deps
This commit is contained in:
6
.github/workflows/nodejs.yml
vendored
6
.github/workflows/nodejs.yml
vendored
@@ -18,9 +18,9 @@ jobs:
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your ob can access it
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.13.0
|
||||
node-version: '18'
|
||||
- run: npm ci
|
||||
- run: npm test
|
||||
|
||||
21
gulpfile.js
21
gulpfile.js
@@ -1,21 +0,0 @@
|
||||
var elixir = require('laravel-elixir');
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Elixir Asset Management
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Elixir provides a clean, fluent API for defining some basic Gulp tasks
|
||||
| for your Laravel application. By default, we are compiling the Less
|
||||
| file for our application, as well as publishing vendor resources.
|
||||
|
|
||||
*/
|
||||
|
||||
elixir.config.assetsPath = 'assets/';
|
||||
|
||||
elixir(function (mix) {
|
||||
mix.browserify('app.jsx', 'public/js/app.js', 'assets/js');
|
||||
mix.browserify('events.js', 'public/js/events.js', 'assets/js');
|
||||
mix.browserify('options.jsx', 'public/js/options.js', 'assets/js');
|
||||
mix.browserify('devtools.js', 'public/js/devtools.js', 'assets/js');
|
||||
});
|
||||
34638
package-lock.json
generated
34638
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
@@ -32,7 +32,7 @@
|
||||
"bootstrap": "3.4.1",
|
||||
"classnames": "^2.3.2",
|
||||
"create-react-class": "^15.7.0",
|
||||
"font-awesome": "4.6.3",
|
||||
"font-awesome": "4.7.0",
|
||||
"jquery": "^3.6.3",
|
||||
"moment": "^2.29.4",
|
||||
"react": "^18.2.0",
|
||||
@@ -70,7 +70,7 @@
|
||||
"@xarc/run": "^1.0.4",
|
||||
"axios": "^1.2.2",
|
||||
"babel-jest": "^29.3.1",
|
||||
"babel-loader": "^8.2.2",
|
||||
"babel-loader": "^9.1.2",
|
||||
"browserify": "^17.0.0",
|
||||
"chai": "^4.3.7",
|
||||
"clean-webpack-plugin": "^4.0.0",
|
||||
@@ -86,7 +86,6 @@
|
||||
"eslint-plugin-sort-keys-fix": "^1.1.2",
|
||||
"eslint-plugin-testing-library": "^5.9.1",
|
||||
"eslint-plugin-typescript-sort-keys": "^2.1.0",
|
||||
"gulp": "^4.0.2",
|
||||
"husky": "^4.3.7",
|
||||
"jest": "^29.3.1",
|
||||
"jest-cli": "^29.3.1",
|
||||
@@ -94,29 +93,26 @@
|
||||
"jsdom": "^21.0.0",
|
||||
"jshint": "^2.13.6",
|
||||
"jsxhint": "^0.15.1",
|
||||
"laravel-elixir": "^6.0.0-18",
|
||||
"laravel-elixir-browserify-official": "^0.1.3",
|
||||
"lint-staged": "^10.5.3",
|
||||
"less": "^4.1.3",
|
||||
"lint-staged": "^13.1.0",
|
||||
"mocha": "^5.0.0",
|
||||
"mocha-sinon": "^2.0.0",
|
||||
"mocha-traceur": "^2.1.0",
|
||||
"node-gyp": "^8.3.0",
|
||||
"phantomjs": "^2.1.7",
|
||||
"popper.js": "^1.14.6",
|
||||
"prettier": "^2.8.2",
|
||||
"prettier-plugin-packagejson": "^2.3.0",
|
||||
"prettier-plugin-sort-json": "1.0.0",
|
||||
"remote-redux-devtools": "^0.5.16",
|
||||
"rimraf": "^3.0.2",
|
||||
"shelljs": "^0.8.4",
|
||||
"shelljs": "^0.8.5",
|
||||
"sinon": "^4.2.2",
|
||||
"sinon-chai": "^2.8.0",
|
||||
"sinon-chrome": "^2.2.4",
|
||||
"traceur": "^0.0.111",
|
||||
"ts-jest": "^29.0.3",
|
||||
"ts-loader": "^9.4.2",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.9.4",
|
||||
"wait-on": "^5.2.1",
|
||||
"wait-on": "^7.0.1",
|
||||
"web-ext": "^7.4.0",
|
||||
"webpack": "^5.75.0",
|
||||
"webpack-cli": "^5.0.1"
|
||||
|
||||
Reference in New Issue
Block a user