Skip to content

Commit

Permalink
Package Dependencies (#11633)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffard authored May 6, 2022
1 parent ef76b6f commit 6b3b615
Show file tree
Hide file tree
Showing 25 changed files with 2,218 additions and 2,176 deletions.
914 changes: 526 additions & 388 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"postinstall": "run-s install:*"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/preset-flow": "7.16.7",
"all-contributors-cli": "^6.20.0",
"es6-promise": "4.2.8",
"glob": "^7.2.0",
"graceful-fs": "4.2.9",
"glob": "^8.0.1",
"graceful-fs": "4.2.10",
"gulp": "^4.0.2",
"gulp-babel": "8.0.0",
"gulp-cli": "^2.3.0",
Expand All @@ -56,9 +56,9 @@
"merge-stream": "2.0.0",
"npm-run-all": "^4.1.5",
"path-posix": "1.0.0",
"postcss": "8.4.7",
"postcss": "8.4.13",
"postcss-rtl": "^1.7.3",
"rtlcss": "3.5.0",
"typescript": "^4.6.2"
"typescript": "^4.6.4"
}
}

Large diffs are not rendered by default.

1,199 changes: 565 additions & 634 deletions src/OrchardCore.Modules/OrchardCore.Apis.GraphQL/package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions src/OrchardCore.Modules/OrchardCore.Apis.GraphQL/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@
"license": "MIT",
"description": "A GraphiQL module for OrchardCore.",
"dependencies": {
"graphiql": "^1.8.5",
"graphiql": "^1.8.8",
"graphiql-explorer": "^0.9.0",
"graphql": "^15.8.0",
"react": "^16.8.0",
"react-dom": "^16.8.0"
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@babel/cli": "^7.17.10",
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"assert": "^2.0.0",
"css-loader": "^6.7.0",
"css-loader": "^6.7.1",
"null-loader": "^4.0.1",
"prop-types": "15.8.1",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.7",
"typescript": "^4.6.2",
"webpack": "^5.70.0",
"ts-loader": "^9.3.0",
"typescript": "^4.6.4",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
},
"scripts": {
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/

/*!
* escape-html
* Copyright(c) 2012-2013 TJ Holowaychuk
Expand Down Expand Up @@ -40,26 +34,29 @@ object-assign
* Released under the MIT License.
*/

/** @license React v0.19.1
* scheduler.production.min.js
/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.14.0
* react-dom.production.min.js
/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.14.0
* react.production.min.js
/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
Expand Down
Loading

0 comments on commit 6b3b615

Please sign in to comment.