Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wawyed committed Apr 5, 2023
1 parent b118993 commit 8ad86cd
Show file tree
Hide file tree
Showing 7 changed files with 2,059 additions and 3,314 deletions.
13 changes: 13 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
const { defineConfig } = require('cypress')

module.exports = defineConfig({
video: false,
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.js')(on, config)
},
baseUrl: 'http://localhost:4000',
},
})
4 changes: 0 additions & 4 deletions cypress.json

This file was deleted.

File renamed without changes.
File renamed without changes.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"oclazyload": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.14.9",
"@uirouter/cypress-runner": "^1.1.0",
"babel-loader": "^8.2.2",
"shx": "^0.3.3",
"source-map-loader": "^1.1.3",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
"@uirouter/cypress-runner": "^3.0.0",
"babel-loader": "^9.1.2",
"shx": "^0.3.4",
"source-map-loader": "^4.0.1",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.2"
}
}
6 changes: 6 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ module.exports = {
filename: "[name].js",
},

performance: {
hints: false,
maxEntrypointSize: 512000,
maxAssetSize: 512000
},

resolve: {
extensions: ['.js']
},
Expand Down
Loading

0 comments on commit 8ad86cd

Please sign in to comment.