mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #13611 from ItsSelis/tgui-deprecated-packages
[TGUI] Migration of deprecated packages
This commit is contained in:
2
tgui/.gitignore
vendored
2
tgui/.gitignore
vendored
@@ -15,6 +15,8 @@ package-lock.json
|
|||||||
## Build artifacts
|
## Build artifacts
|
||||||
/public/.tmp/**/*
|
/public/.tmp/**/*
|
||||||
/public/*.map
|
/public/*.map
|
||||||
|
/public/tgui-bench.bundle.js
|
||||||
|
/public/tgui-bench.bundle.css
|
||||||
|
|
||||||
## Previously ignored locations that are kept to avoid confusing git
|
## Previously ignored locations that are kept to avoid confusing git
|
||||||
## while transitioning to a new project structure.
|
## while transitioning to a new project structure.
|
||||||
|
|||||||
@@ -43,7 +43,6 @@
|
|||||||
"eslint-plugin-radar": "^0.2.1",
|
"eslint-plugin-radar": "^0.2.1",
|
||||||
"eslint-plugin-react": "^7.30.0",
|
"eslint-plugin-react": "^7.30.0",
|
||||||
"eslint-plugin-unused-imports": "^2.0.0",
|
"eslint-plugin-unused-imports": "^2.0.0",
|
||||||
"file-loader": "^6.2.0",
|
|
||||||
"inferno": "^7.4.11",
|
"inferno": "^7.4.11",
|
||||||
"jest": "^28.1.0",
|
"jest": "^28.1.0",
|
||||||
"jest-circus": "^28.1.0",
|
"jest-circus": "^28.1.0",
|
||||||
@@ -56,7 +55,6 @@
|
|||||||
"style-loader": "^3.3.1",
|
"style-loader": "^3.3.1",
|
||||||
"terser-webpack-plugin": "^5.3.1",
|
"terser-webpack-plugin": "^5.3.1",
|
||||||
"typescript": "^4.6.4",
|
"typescript": "^4.6.4",
|
||||||
"url-loader": "^4.1.1",
|
|
||||||
"webpack": "^5.72.1",
|
"webpack": "^5.72.1",
|
||||||
"webpack-bundle-analyzer": "^4.5.0",
|
"webpack-bundle-analyzer": "^4.5.0",
|
||||||
"webpack-cli": "^4.9.2"
|
"webpack-cli": "^4.9.2"
|
||||||
|
|||||||
@@ -85,14 +85,7 @@ module.exports = (env = {}, argv) => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.(png|jpg|svg)$/,
|
test: /\.(png|jpg|svg)$/,
|
||||||
use: [
|
type: 'asset/inline',
|
||||||
{
|
|
||||||
loader: require.resolve('url-loader'),
|
|
||||||
options: {
|
|
||||||
esModule: false,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -4614,18 +4614,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"file-loader@npm:^6.2.0":
|
|
||||||
version: 6.2.0
|
|
||||||
resolution: "file-loader@npm:6.2.0"
|
|
||||||
dependencies:
|
|
||||||
loader-utils: ^2.0.0
|
|
||||||
schema-utils: ^3.0.0
|
|
||||||
peerDependencies:
|
|
||||||
webpack: ^4.0.0 || ^5.0.0
|
|
||||||
checksum: faf43eecf233f4897b0150aaa874eeeac214e4f9de49738a9e0ef734a30b5260059e85b7edadf852b98e415f875bd5f12587768a93fd52aaf2e479ecf95fab20
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"file-uri-to-path@npm:1.0.0":
|
"file-uri-to-path@npm:1.0.0":
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
resolution: "file-uri-to-path@npm:1.0.0"
|
resolution: "file-uri-to-path@npm:1.0.0"
|
||||||
@@ -8202,7 +8190,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"schema-utils@npm:^3.0.0, schema-utils@npm:^3.1.0, schema-utils@npm:^3.1.1":
|
"schema-utils@npm:^3.1.0, schema-utils@npm:^3.1.1":
|
||||||
version: 3.1.1
|
version: 3.1.1
|
||||||
resolution: "schema-utils@npm:3.1.1"
|
resolution: "schema-utils@npm:3.1.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -9001,7 +8989,6 @@ __metadata:
|
|||||||
eslint-plugin-radar: ^0.2.1
|
eslint-plugin-radar: ^0.2.1
|
||||||
eslint-plugin-react: ^7.30.0
|
eslint-plugin-react: ^7.30.0
|
||||||
eslint-plugin-unused-imports: ^2.0.0
|
eslint-plugin-unused-imports: ^2.0.0
|
||||||
file-loader: ^6.2.0
|
|
||||||
inferno: ^7.4.11
|
inferno: ^7.4.11
|
||||||
jest: ^28.1.0
|
jest: ^28.1.0
|
||||||
jest-circus: ^28.1.0
|
jest-circus: ^28.1.0
|
||||||
@@ -9014,7 +9001,6 @@ __metadata:
|
|||||||
style-loader: ^3.3.1
|
style-loader: ^3.3.1
|
||||||
terser-webpack-plugin: ^5.3.1
|
terser-webpack-plugin: ^5.3.1
|
||||||
typescript: ^4.6.4
|
typescript: ^4.6.4
|
||||||
url-loader: ^4.1.1
|
|
||||||
webpack: ^5.72.1
|
webpack: ^5.72.1
|
||||||
webpack-bundle-analyzer: ^4.5.0
|
webpack-bundle-analyzer: ^4.5.0
|
||||||
webpack-cli: ^4.9.2
|
webpack-cli: ^4.9.2
|
||||||
@@ -9503,23 +9489,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"url-loader@npm:^4.1.1":
|
|
||||||
version: 4.1.1
|
|
||||||
resolution: "url-loader@npm:4.1.1"
|
|
||||||
dependencies:
|
|
||||||
loader-utils: ^2.0.0
|
|
||||||
mime-types: ^2.1.27
|
|
||||||
schema-utils: ^3.0.0
|
|
||||||
peerDependencies:
|
|
||||||
file-loader: "*"
|
|
||||||
webpack: ^4.0.0 || ^5.0.0
|
|
||||||
peerDependenciesMeta:
|
|
||||||
file-loader:
|
|
||||||
optional: true
|
|
||||||
checksum: c1122a992c6cff70a7e56dfc2b7474534d48eb40b2cc75467cde0c6972e7597faf8e43acb4f45f93c2473645dfd803bcbc20960b57544dd1e4c96e77f72ba6fd
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"util-deprecate@npm:^1.0.1, util-deprecate@npm:^1.0.2":
|
"util-deprecate@npm:^1.0.1, util-deprecate@npm:^1.0.2":
|
||||||
version: 1.0.2
|
version: 1.0.2
|
||||||
resolution: "util-deprecate@npm:1.0.2"
|
resolution: "util-deprecate@npm:1.0.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user