Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelschroederdev committed Sep 16, 2022
1 parent 3979101 commit 1efa2a6
Show file tree
Hide file tree
Showing 2 changed files with 9,978 additions and 21,450 deletions.
25 changes: 2 additions & 23 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,38 +27,17 @@
"prepublishOnly": "npm run build && cp ../README.md ./"
},
"dependencies": {
"@storyblok/js": "^1.7.2"
"@storyblok/js": "^1.8.3"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@cypress/vite-dev-server": "^2.0.7",
"@rollup/plugin-dynamic-import-vars": "^1.4.4",
"@vue/babel-preset-app": "^4.5.13",
"@vue/test-utils": "next",
"axios": "^0.27.2",
"babel-jest": "^26.6.3",
"cypress": "^10.6.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-jest": "^25.2.4",
"jest": "^26.6.3",
"start-server-and-test": "^1.14.0",
"vite": "^3.0.8"
},
"babel": {
"presets": [
"@vue/babel-preset-app"
]
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"vue"
],
"transform": {
"^.+\\.js$": "babel-jest"
}
},
"repository": {
"type": "git",
"url": "https://github.com/storyblok/storyblok-astro"
Expand All @@ -80,4 +59,4 @@
"publishConfig": {
"access": "public"
}
}
}
Loading

0 comments on commit 1efa2a6

Please sign in to comment.