Skip to content

Commit

Permalink
🔥 Babel: Remove ajv npm dep fix
Browse files Browse the repository at this point in the history
Remove `ajv` npm dep fix for [this](ajv-validator/ajv-keywords#385) applied today because of TurboCLI used by StackBlitz. Reason: exactly today they deprecated it and opted in using native npm 🤡
  • Loading branch information
GuiDevloper committed Jun 9, 2023
1 parent 641b1cf commit 6deebee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 34 deletions.
3 changes: 0 additions & 3 deletions nullstack-adapt-babel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
const path = require('path')
const { readdirSync } = require('fs')
const getOptions = require('./utils/getOptions')
const fixDeps = require('./utils/fix-deps')

function runtime(options) {
return {
Expand Down Expand Up @@ -234,8 +233,6 @@ function newConfig(options) {
]
}

fixDeps()

/**
*
* @param {Array<(...[]) => {module: {rules: Array<{}>}}>} configs
Expand Down
2 changes: 1 addition & 1 deletion nullstack-adapt-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nullstack-adapt-babel",
"version": "0.0.6",
"version": "0.0.7",
"description": "Adapt Nullstack to Babel",
"author": "GuiDevloper",
"license": "MIT",
Expand Down
30 changes: 0 additions & 30 deletions nullstack-adapt-babel/utils/fix-deps.js

This file was deleted.

0 comments on commit 6deebee

Please sign in to comment.