Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
freekrai committed Feb 15, 2023
1 parent 173068c commit 37c79ec
Show file tree
Hide file tree
Showing 2 changed files with 531 additions and 91 deletions.
34 changes: 17 additions & 17 deletions packages/extensions-sdk/package.json
Expand Up @@ -51,32 +51,32 @@
},
"dependencies": {
"@directus/shared": "workspace:*",
"@rollup/plugin-commonjs": "24.0.1",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-commonjs": "23.0.2",
"@rollup/plugin-json": "5.0.1",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-replace": "5.0.2",
"@rollup/plugin-terser": "0.2.1",
"@rollup/plugin-replace": "5.0.1",
"@rollup/plugin-terser": "0.1.0",
"@rollup/plugin-virtual": "3.0.1",
"@vue/compiler-sfc": "3.2.45",
"chalk": "4.1.2",
"commander": "9.5.0",
"esbuild": "0.16.10",
"chalk": "4.1.1",
"commander": "9.4.1",
"esbuild": "0.15.14",
"execa": "5.1.1",
"fs-extra": "11.1.0",
"inquirer": "8.2.5",
"ora": "5.4.1",
"rollup": "3.12.0",
"fs-extra": "10.1.0",
"inquirer": "8.2.4",
"ora": "5.4.0",
"rollup": "3.3.0",
"rollup-plugin-esbuild": "5.0.0",
"rollup-plugin-styles": "4.0.0",
"rollup-plugin-vue": "6.0.0"
},
"devDependencies": {
"@types/fs-extra": "11.0.1",
"@types/inquirer": "8.2.5",
"@vitest/coverage-c8": "0.28.3",
"concurrently": "7.6.0",
"typescript": "4.9.5",
"vitest": "0.28.3"
"@types/fs-extra": "9.0.13",
"@types/inquirer": "8.2.1",
"@vitest/coverage-c8": "0.25.2",
"concurrently": "7.5.0",
"typescript": "4.9.3",
"vitest": "0.25.2"
},
"engines": {
"node": ">=12.20.0"
Expand Down

0 comments on commit 37c79ec

Please sign in to comment.