Skip to content

Commit 0894f4e

Browse files
committed
correct one devDependency
1 parent d4cf3ce commit 0894f4e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

cypress.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { defineConfig } from "cypress";
22
import webpackPreprocessor from "@cypress/webpack-preprocessor";
3-
import Webpack from "webpack";
43

54
export default defineConfig({
65
e2e: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@babel/core": "^7.22.1",
5656
"@babel/node": "^7.22.1",
5757
"@babel/plugin-transform-class-properties": "^7.22.3",
58-
"@babel/plugin-transform-runtime": "^7.19.6",
58+
"@babel/plugin-transform-runtime": "^7.22.4",
5959
"@babel/preset-env": "^7.22.4",
6060
"@babel/register": "^7.21.0",
6161
"@babel/runtime": "^7.22.3",

0 commit comments

Comments
 (0)