Skip to content

Commit

Permalink
fix: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
teclone committed Apr 15, 2023
1 parent 4d6f3d2 commit 0d0f211
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 275 deletions.
17 changes: 4 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"repository": {
"type": "git",
"url": "https://gitlab.com/teclone/open-source/rollup-all.git"
"url": "https://github.com/teclone/rollup-all.git"
},
"keywords": [
"rollup",
Expand All @@ -34,13 +34,11 @@
"author": "Harrison Ifeanyichukwu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/teclone/open-source/rollup-all/issues"
"url": "https://github.com/teclone/rollup-all/issues"
},
"homepage": "https://gitlab.com/teclone/open-source/rollup-all#readme",
"homepage": "https://github.com/teclone/rollup-all#readme",
"devDependencies": {
"@babel/cli": "7.12.17",
"@semantic-release/gitlab": "^6.1.0",
"@teclone/utils": "^2.25.1",
"@types/jest": "25.2.3",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
Expand All @@ -64,12 +62,7 @@
"dependencies": {
"@babel/core": "^7.12.17",
"@babel/helper-define-map": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.12.13",
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
"@babel/plugin-proposal-optional-chaining": "7.12.17",
"@babel/plugin-transform-runtime": "7.12.17",
"@babel/plugin-transform-typescript": "^7.14.6",
"@babel/preset-env": "^7.12.17",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.12.17",
Expand All @@ -82,11 +75,9 @@
"@types/node": "^14.14.31",
"args": "5.0.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"babel-plugin-transform-node-env-inline": "^0.4.3",
"chalk": "4.0.0",
"glob-to-regexp": "0.4.1",
"rollup": "^2.39.0",
"rollup-plugin-preserve-shebang": "^1.0.1",
"rollup-plugin-terser": "^7.0.2"
"rollup-plugin-preserve-shebang": "^1.0.1"
}
}
Loading

0 comments on commit 0d0f211

Please sign in to comment.